#cc8300 color space conversions
Hex:
        #cc8300
        RGB:
        204, 131, 0
        CMY:
        20, 49, 100
        CMYK:
        0, 36, 100, 20
      HSL:
        39°, 100.0000%, 40.0000%
        HSV (HSB):
        39°, 100.0000%, 80.0000%
        XYZ:
        33.0181, 29.0700, 3.8708
        xyY:
        0.5006, 0.4407, 29.0700
      CIE-Lab:
        60.8433, 20.2648, 66.7261
        CIE-LCH:
        60.8433, 69.7355, 73.1064
        CIE-Luv:
        60.8433, 60.8425, 60.0771
        Hunter-Lab:
        53.9166, 14.9582, 33.4850
      #cc8300 color charts
#cc8300 RGB chart
      #cc8300 CMYK chart
      #cc8300 RGB pie chart
      #cc8300 color shades, tints & tones
#cc8300 color schemes
#cc8300 color preview, HTML & CSS examples
           This text has a color of #cc8300        
        
          <p style="color:#cc8300;">Text here</p>
        
        
          .mytext {color:#cc8300;}
        
        Text color #cc8300
      
           This box has a color of #cc8300        
        
          <div style="background-color:#cc8300;">Content here</div>
        
        
          .mybackground {background-color:#cc8300;}
        
        Background color #cc8300
      
           Border around this has a color of #cc8300        
        
          <div style="border:2px solid #cc8300;">Content here</div>
        
        
          .myborder {border:2px solid #cc8300;}
        
        Border color #cc8300