#ccc05d color space conversions
Hex:
        #ccc05d
        RGB:
        204, 192, 93
        CMY:
        20, 25, 64
        CMYK:
        0, 6, 54, 20
      HSL:
        54°, 52.1127%, 58.2353%
        HSV (HSB):
        54°, 54.4118%, 80.0000%
        XYZ:
        45.7273, 51.3270, 17.8529
        xyY:
        0.3979, 0.4467, 51.3270
      CIE-Lab:
        76.8766, -8.5443, 50.6660
        CIE-LCH:
        76.8766, 51.3814, 99.5723
        CIE-Luv:
        76.8766, 12.5887, 63.0887
        Hunter-Lab:
        71.6428, -11.4443, 35.3753
      #ccc05d color charts
#ccc05d RGB chart
      #ccc05d CMYK chart
      #ccc05d RGB pie chart
      #ccc05d color shades, tints & tones
#ccc05d color schemes
#ccc05d color preview, HTML & CSS examples
           This text has a color of #ccc05d        
        
          <p style="color:#ccc05d;">Text here</p>
        
        
          .mytext {color:#ccc05d;}
        
        Text color #ccc05d
      
           This box has a color of #ccc05d        
        
          <div style="background-color:#ccc05d;">Content here</div>
        
        
          .mybackground {background-color:#ccc05d;}
        
        Background color #ccc05d
      
           Border around this has a color of #ccc05d        
        
          <div style="border:2px solid #ccc05d;">Content here</div>
        
        
          .myborder {border:2px solid #ccc05d;}
        
        Border color #ccc05d