#dcc912 color space conversions
Hex:
        #dcc912
        RGB:
        220, 201, 18
        CMY:
        14, 21, 93
        CMYK:
        0, 9, 92, 14
      HSL:
        54°, 84.8739%, 46.6667%
        HSV (HSB):
        54°, 91.8182%, 86.2745%
        XYZ:
        50.5110, 57.0326, 8.9184
        xyY:
        0.4337, 0.4897, 57.0326
      CIE-Lab:
        80.1979, -9.6485, 79.0012
        CIE-LCH:
        80.1979, 79.5882, 96.9631
        CIE-Luv:
        80.1979, 19.5692, 85.4511
        Hunter-Lab:
        75.5199, -12.7713, 45.8622
      #dcc912 color charts
#dcc912 RGB chart
      #dcc912 CMYK chart
      #dcc912 RGB pie chart
      #dcc912 color shades, tints & tones
#dcc912 color schemes
#dcc912 color preview, HTML & CSS examples
           This text has a color of #dcc912        
        
          <p style="color:#dcc912;">Text here</p>
        
        
          .mytext {color:#dcc912;}
        
        Text color #dcc912
      
           This box has a color of #dcc912        
        
          <div style="background-color:#dcc912;">Content here</div>
        
        
          .mybackground {background-color:#dcc912;}
        
        Background color #dcc912
      
           Border around this has a color of #dcc912        
        
          <div style="border:2px solid #dcc912;">Content here</div>
        
        
          .myborder {border:2px solid #dcc912;}
        
        Border color #dcc912