#cfa000 color space conversions
Hex:
        #cfa000
        RGB:
        207, 160, 0
        CMY:
        19, 37, 100
        CMYK:
        0, 23, 100, 19
      HSL:
        46°, 100.0000%, 40.5882%
        HSV (HSB):
        46°, 100.0000%, 81.1765%
        XYZ:
        38.3029, 38.4070, 5.3945
        xyY:
        0.4665, 0.4678, 38.4070
      CIE-Lab:
        68.3195, 5.8724, 71.9225
        CIE-LCH:
        68.3195, 72.1618, 85.3322
        CIE-Luv:
        68.3195, 40.0782, 70.8929
        Hunter-Lab:
        61.9734, 1.8693, 38.2204
      #cfa000 color charts
#cfa000 RGB chart
      #cfa000 CMYK chart
      #cfa000 RGB pie chart
      #cfa000 color shades, tints & tones
#cfa000 color schemes
#cfa000 color preview, HTML & CSS examples
           This text has a color of #cfa000        
        
          <p style="color:#cfa000;">Text here</p>
        
        
          .mytext {color:#cfa000;}
        
        Text color #cfa000
      
           This box has a color of #cfa000        
        
          <div style="background-color:#cfa000;">Content here</div>
        
        
          .mybackground {background-color:#cfa000;}
        
        Background color #cfa000
      
           Border around this has a color of #cfa000        
        
          <div style="border:2px solid #cfa000;">Content here</div>
        
        
          .myborder {border:2px solid #cfa000;}
        
        Border color #cfa000