#dcc54b color space conversions
Hex:
        #dcc54b
        RGB:
        220, 197, 75
        CMY:
        14, 23, 71
        CMYK:
        0, 10, 66, 14
      HSL:
        50°, 67.4419%, 57.8431%
        HSV (HSB):
        50°, 65.9091%, 86.2745%
        XYZ:
        50.7515, 55.6561, 14.7244
        xyY:
        0.4190, 0.4595, 55.6561
      CIE-Lab:
        79.4177, -5.6440, 61.8561
        CIE-LCH:
        79.4177, 62.1130, 95.2134
        CIE-Luv:
        79.4177, 21.1656, 72.6899
        Hunter-Lab:
        74.6030, -9.1242, 40.5200
      #dcc54b color charts
#dcc54b RGB chart
      #dcc54b CMYK chart
      #dcc54b RGB pie chart
      #dcc54b color shades, tints & tones
#dcc54b color schemes
#dcc54b color preview, HTML & CSS examples
           This text has a color of #dcc54b        
        
          <p style="color:#dcc54b;">Text here</p>
        
        
          .mytext {color:#dcc54b;}
        
        Text color #dcc54b
      
           This box has a color of #dcc54b        
        
          <div style="background-color:#dcc54b;">Content here</div>
        
        
          .mybackground {background-color:#dcc54b;}
        
        Background color #dcc54b
      
           Border around this has a color of #dcc54b        
        
          <div style="border:2px solid #dcc54b;">Content here</div>
        
        
          .myborder {border:2px solid #dcc54b;}
        
        Border color #dcc54b