#dcc2ae color space conversions
Hex:
        #dcc2ae
        RGB:
        220, 194, 174
        CMY:
        14, 24, 32
        CMYK:
        0, 12, 21, 14
      HSL:
        26°, 39.6552%, 77.2549%
        HSV (HSB):
        26°, 20.9091%, 86.2745%
        XYZ:
        56.4470, 56.8552, 48.0435
        xyY:
        0.3499, 0.3524, 56.8552
      CIE-Lab:
        80.0981, 6.0628, 13.4256
        CIE-LCH:
        80.0981, 14.7310, 65.6966
        CIE-Luv:
        80.0981, 17.1822, 18.1375
        Hunter-Lab:
        75.4024, 1.6727, 15.0044
      #dcc2ae color charts
#dcc2ae RGB chart
      #dcc2ae CMYK chart
      #dcc2ae RGB pie chart
      #dcc2ae color shades, tints & tones
#dcc2ae color schemes
#dcc2ae color preview, HTML & CSS examples
           This text has a color of #dcc2ae        
        
          <p style="color:#dcc2ae;">Text here</p>
        
        
          .mytext {color:#dcc2ae;}
        
        Text color #dcc2ae
      
           This box has a color of #dcc2ae        
        
          <div style="background-color:#dcc2ae;">Content here</div>
        
        
          .mybackground {background-color:#dcc2ae;}
        
        Background color #dcc2ae
      
           Border around this has a color of #dcc2ae        
        
          <div style="border:2px solid #dcc2ae;">Content here</div>
        
        
          .myborder {border:2px solid #dcc2ae;}
        
        Border color #dcc2ae