#daaa3e color space conversions
Hex:
        #daaa3e
        RGB:
        218, 170, 62
        CMY:
        15, 33, 76
        CMYK:
        0, 22, 72, 15
      HSL:
        42°, 67.8261%, 54.9020%
        HSV (HSB):
        42°, 71.5596%, 85.4902%
        XYZ:
        44.1577, 44.0027, 10.7234
        xyY:
        0.4466, 0.4450, 44.0027
      CIE-Lab:
        72.2303, 6.9481, 59.7603
        CIE-LCH:
        72.2303, 60.1629, 83.3682
        CIE-Luv:
        72.2303, 39.4636, 65.2328
        Hunter-Lab:
        66.3345, 2.7388, 36.8495
      #daaa3e color charts
#daaa3e RGB chart
      #daaa3e CMYK chart
      #daaa3e RGB pie chart
      #daaa3e color shades, tints & tones
#daaa3e color schemes
#daaa3e color preview, HTML & CSS examples
           This text has a color of #daaa3e        
        
          <p style="color:#daaa3e;">Text here</p>
        
        
          .mytext {color:#daaa3e;}
        
        Text color #daaa3e
      
           This box has a color of #daaa3e        
        
          <div style="background-color:#daaa3e;">Content here</div>
        
        
          .mybackground {background-color:#daaa3e;}
        
        Background color #daaa3e
      
           Border around this has a color of #daaa3e        
        
          <div style="border:2px solid #daaa3e;">Content here</div>
        
        
          .myborder {border:2px solid #daaa3e;}
        
        Border color #daaa3e