#dcc80d color space conversions
Hex:
        #dcc80d
        RGB:
        220, 200, 13
        CMY:
        14, 22, 95
        CMYK:
        0, 9, 94, 14
      HSL:
        54°, 88.8412%, 45.6863%
        HSV (HSB):
        54°, 94.0909%, 86.2745%
        XYZ:
        50.2421, 56.5533, 8.6486
        xyY:
        0.4352, 0.4899, 56.5533
      CIE-Lab:
        79.9277, -9.2035, 79.4202
        CIE-LCH:
        79.9277, 79.9517, 96.6102
        CIE-Luv:
        79.9277, 20.3074, 85.4284
        Hunter-Lab:
        75.2019, -12.3481, 45.8227
      #dcc80d color charts
#dcc80d RGB chart
      #dcc80d CMYK chart
      #dcc80d RGB pie chart
      #dcc80d color shades, tints & tones
#dcc80d color schemes
#dcc80d color preview, HTML & CSS examples
           This text has a color of #dcc80d        
        
          <p style="color:#dcc80d;">Text here</p>
        
        
          .mytext {color:#dcc80d;}
        
        Text color #dcc80d
      
           This box has a color of #dcc80d        
        
          <div style="background-color:#dcc80d;">Content here</div>
        
        
          .mybackground {background-color:#dcc80d;}
        
        Background color #dcc80d
      
           Border around this has a color of #dcc80d        
        
          <div style="border:2px solid #dcc80d;">Content here</div>
        
        
          .myborder {border:2px solid #dcc80d;}
        
        Border color #dcc80d