#cdaf12 color space conversions
Hex:
        #cdaf12
        RGB:
        205, 175, 18
        CMY:
        20, 31, 93
        CMYK:
        0, 15, 91, 20
      HSL:
        50°, 83.8565%, 43.7255%
        HSV (HSB):
        50°, 91.2195%, 80.3922%
        XYZ:
        40.6160, 43.6828, 6.8632
        xyY:
        0.4455, 0.4792, 43.6828
      CIE-Lab:
        72.0159, -2.7710, 72.1567
        CIE-LCH:
        72.0159, 72.2099, 92.1992
        CIE-Luv:
        72.0159, 27.0785, 75.2768
        Hunter-Lab:
        66.0929, -5.9693, 40.1083
      #cdaf12 color charts
#cdaf12 RGB chart
      #cdaf12 CMYK chart
      #cdaf12 RGB pie chart
      #cdaf12 color shades, tints & tones
#cdaf12 color schemes
#cdaf12 color preview, HTML & CSS examples
           This text has a color of #cdaf12        
        
          <p style="color:#cdaf12;">Text here</p>
        
        
          .mytext {color:#cdaf12;}
        
        Text color #cdaf12
      
           This box has a color of #cdaf12        
        
          <div style="background-color:#cdaf12;">Content here</div>
        
        
          .mybackground {background-color:#cdaf12;}
        
        Background color #cdaf12
      
           Border around this has a color of #cdaf12        
        
          <div style="border:2px solid #cdaf12;">Content here</div>
        
        
          .myborder {border:2px solid #cdaf12;}
        
        Border color #cdaf12