#cb7000 color space conversions
Hex:
        #cb7000
        RGB:
        203, 112, 0
        CMY:
        20, 56, 100
        CMYK:
        0, 45, 100, 20
      HSL:
        33°, 100.0000%, 39.8039%
        HSV (HSB):
        33°, 100.0000%, 79.6078%
        XYZ:
        30.4228, 24.2849, 3.0840
        xyY:
        0.5264, 0.4202, 24.2849
      CIE-Lab:
        56.3719, 30.0764, 63.8140
        CIE-LCH:
        56.3719, 70.5466, 64.7648
        CIE-Luv:
        56.3719, 75.7860, 53.3014
        Hunter-Lab:
        49.2797, 23.9575, 30.7853
      #cb7000 color charts
#cb7000 RGB chart
      #cb7000 CMYK chart
      #cb7000 RGB pie chart
      #cb7000 color shades, tints & tones
#cb7000 color schemes
#cb7000 color preview, HTML & CSS examples
           This text has a color of #cb7000        
        
          <p style="color:#cb7000;">Text here</p>
        
        
          .mytext {color:#cb7000;}
        
        Text color #cb7000
      
           This box has a color of #cb7000        
        
          <div style="background-color:#cb7000;">Content here</div>
        
        
          .mybackground {background-color:#cb7000;}
        
        Background color #cb7000
      
           Border around this has a color of #cb7000        
        
          <div style="border:2px solid #cb7000;">Content here</div>
        
        
          .myborder {border:2px solid #cb7000;}
        
        Border color #cb7000