#dccc75 color space conversions
Hex:
        #dccc75
        RGB:
        220, 204, 117
        CMY:
        14, 20, 54
        CMYK:
        0, 7, 47, 14
      HSL:
        51°, 59.5376%, 66.0784%
        HSV (HSB):
        51°, 46.8182%, 86.2745%
        XYZ:
        54.3190, 59.6857, 25.4872
        xyY:
        0.3894, 0.4279, 59.6857
      CIE-Lab:
        81.6671, -6.0492, 45.1329
        CIE-LCH:
        81.6671, 45.5365, 97.6340
        CIE-Luv:
        81.6671, 14.7745, 58.5924
        Hunter-Lab:
        77.2565, -9.6959, 34.5196
      #dccc75 color charts
#dccc75 RGB chart
      #dccc75 CMYK chart
      #dccc75 RGB pie chart
      #dccc75 color shades, tints & tones
#dccc75 color schemes
#dccc75 color preview, HTML & CSS examples
           This text has a color of #dccc75        
        
          <p style="color:#dccc75;">Text here</p>
        
        
          .mytext {color:#dccc75;}
        
        Text color #dccc75
      
           This box has a color of #dccc75        
        
          <div style="background-color:#dccc75;">Content here</div>
        
        
          .mybackground {background-color:#dccc75;}
        
        Background color #dccc75
      
           Border around this has a color of #dccc75        
        
          <div style="border:2px solid #dccc75;">Content here</div>
        
        
          .myborder {border:2px solid #dccc75;}
        
        Border color #dccc75