#ffcc2f color space conversions
Hex:
        #ffcc2f
        RGB:
        255, 204, 47
        CMY:
        0, 20, 82
        CMYK:
        0, 20, 82, 0
      HSL:
        45°, 100.0000%, 59.2157%
        HSV (HSB):
        45°, 81.5686%, 100.0000%
        XYZ:
        63.3460, 64.6510, 11.8295
        xyY:
        0.4530, 0.4624, 64.6510
      CIE-Lab:
        84.3036, 4.4043, 77.5041
        CIE-LCH:
        84.3036, 77.6291, 86.7476
        CIE-Luv:
        84.3036, 43.0466, 83.4780
        Hunter-Lab:
        80.4058, -0.0829, 47.5612
      #ffcc2f color charts
#ffcc2f RGB chart
      #ffcc2f CMYK chart
      #ffcc2f RGB pie chart
      #ffcc2f color shades, tints & tones
#ffcc2f color schemes
#ffcc2f color preview, HTML & CSS examples
           This text has a color of #ffcc2f        
        
          <p style="color:#ffcc2f;">Text here</p>
        
        
          .mytext {color:#ffcc2f;}
        
        Text color #ffcc2f
      
           This box has a color of #ffcc2f        
        
          <div style="background-color:#ffcc2f;">Content here</div>
        
        
          .mybackground {background-color:#ffcc2f;}
        
        Background color #ffcc2f
      
           Border around this has a color of #ffcc2f        
        
          <div style="border:2px solid #ffcc2f;">Content here</div>
        
        
          .myborder {border:2px solid #ffcc2f;}
        
        Border color #ffcc2f