#dcc985 color space conversions
Hex:
        #dcc985
        RGB:
        220, 201, 133
        CMY:
        14, 21, 48
        CMYK:
        0, 9, 40, 14
      HSL:
        47°, 55.4140%, 69.2157%
        HSV (HSB):
        47°, 39.5455%, 86.2745%
        XYZ:
        54.6355, 58.6824, 30.6375
        xyY:
        0.3795, 0.4076, 58.6824
      CIE-Lab:
        81.1167, -2.8725, 36.3853
        CIE-LCH:
        81.1167, 36.4985, 94.5140
        CIE-Luv:
        81.1167, 15.8192, 48.5378
        Hunter-Lab:
        76.6044, -6.7488, 29.9104
      #dcc985 color charts
#dcc985 RGB chart
      #dcc985 CMYK chart
      #dcc985 RGB pie chart
      #dcc985 color shades, tints & tones
#dcc985 color schemes
#dcc985 color preview, HTML & CSS examples
           This text has a color of #dcc985        
        
          <p style="color:#dcc985;">Text here</p>
        
        
          .mytext {color:#dcc985;}
        
        Text color #dcc985
      
           This box has a color of #dcc985        
        
          <div style="background-color:#dcc985;">Content here</div>
        
        
          .mybackground {background-color:#dcc985;}
        
        Background color #dcc985
      
           Border around this has a color of #dcc985        
        
          <div style="border:2px solid #dcc985;">Content here</div>
        
        
          .myborder {border:2px solid #dcc985;}
        
        Border color #dcc985