#dbc256 color space conversions
Hex:
        #dbc256
        RGB:
        219, 194, 86
        CMY:
        14, 24, 66
        CMYK:
        0, 11, 61, 14
      HSL:
        49°, 64.8780%, 59.8039%
        HSV (HSB):
        49°, 60.7306%, 85.8824%
        XYZ:
        50.1849, 54.3155, 16.6430
        xyY:
        0.4143, 0.4484, 54.3155
      CIE-Lab:
        78.6454, -3.8299, 56.2465
        CIE-LCH:
        78.6454, 56.3767, 93.8953
        CIE-Luv:
        78.6454, 22.0678, 67.4820
        Hunter-Lab:
        73.6991, -7.4249, 38.2002
      #dbc256 color charts
#dbc256 RGB chart
      #dbc256 CMYK chart
      #dbc256 RGB pie chart
      #dbc256 color shades, tints & tones
#dbc256 color schemes
#dbc256 color preview, HTML & CSS examples
           This text has a color of #dbc256        
        
          <p style="color:#dbc256;">Text here</p>
        
        
          .mytext {color:#dbc256;}
        
        Text color #dbc256
      
           This box has a color of #dbc256        
        
          <div style="background-color:#dbc256;">Content here</div>
        
        
          .mybackground {background-color:#dbc256;}
        
        Background color #dbc256
      
           Border around this has a color of #dbc256        
        
          <div style="border:2px solid #dbc256;">Content here</div>
        
        
          .myborder {border:2px solid #dbc256;}
        
        Border color #dbc256