#dcc042 color space conversions
Hex:
        #dcc042
        RGB:
        220, 192, 66
        CMY:
        14, 25, 74
        CMYK:
        0, 13, 70, 14
      HSL:
        49°, 68.7500%, 56.0784%
        HSV (HSB):
        49°, 70.0000%, 86.2745%
        XYZ:
        49.3482, 53.3083, 12.8429
        xyY:
        0.4273, 0.4615, 53.3083
      CIE-Lab:
        78.0566, -3.5508, 64.0829
        CIE-LCH:
        78.0566, 64.1812, 93.1715
        CIE-Luv:
        78.0566, 24.9366, 73.3189
        Hunter-Lab:
        73.0125, -7.1261, 40.6797
      #dcc042 color charts
#dcc042 RGB chart
      #dcc042 CMYK chart
      #dcc042 RGB pie chart
      #dcc042 color shades, tints & tones
#dcc042 color schemes
#dcc042 color preview, HTML & CSS examples
           This text has a color of #dcc042        
        
          <p style="color:#dcc042;">Text here</p>
        
        
          .mytext {color:#dcc042;}
        
        Text color #dcc042
      
           This box has a color of #dcc042        
        
          <div style="background-color:#dcc042;">Content here</div>
        
        
          .mybackground {background-color:#dcc042;}
        
        Background color #dcc042
      
           Border around this has a color of #dcc042        
        
          <div style="border:2px solid #dcc042;">Content here</div>
        
        
          .myborder {border:2px solid #dcc042;}
        
        Border color #dcc042