#dcc08a color space conversions
Hex:
        #dcc08a
        RGB:
        220, 192, 138
        CMY:
        14, 25, 46
        CMYK:
        0, 13, 37, 14
      HSL:
        40°, 53.9474%, 70.1961%
        HSV (HSB):
        40°, 37.2727%, 86.2745%
        XYZ:
        52.9523, 54.7499, 31.8217
        xyY:
        0.3795, 0.3924, 54.7499
      CIE-Lab:
        78.8970, 2.3813, 30.8911
        CIE-LCH:
        78.8970, 30.9827, 85.5920
        CIE-Luv:
        78.8970, 21.1239, 40.8496
        Hunter-Lab:
        73.9932, -1.7468, 26.2968
      #dcc08a color charts
#dcc08a RGB chart
      #dcc08a CMYK chart
      #dcc08a RGB pie chart
      #dcc08a color shades, tints & tones
#dcc08a color schemes
#dcc08a color preview, HTML & CSS examples
           This text has a color of #dcc08a        
        
          <p style="color:#dcc08a;">Text here</p>
        
        
          .mytext {color:#dcc08a;}
        
        Text color #dcc08a
      
           This box has a color of #dcc08a        
        
          <div style="background-color:#dcc08a;">Content here</div>
        
        
          .mybackground {background-color:#dcc08a;}
        
        Background color #dcc08a
      
           Border around this has a color of #dcc08a        
        
          <div style="border:2px solid #dcc08a;">Content here</div>
        
        
          .myborder {border:2px solid #dcc08a;}
        
        Border color #dcc08a