#dac00e color space conversions
Hex:
        #dac00e
        RGB:
        218, 192, 14
        CMY:
        15, 25, 95
        CMYK:
        0, 12, 94, 15
      HSL:
        52°, 87.9310%, 45.4902%
        HSV (HSB):
        52°, 93.5780%, 85.4902%
        XYZ:
        47.8423, 52.6364, 8.0537
        xyY:
        0.4408, 0.4850, 52.6364
      CIE-Lab:
        77.6598, -5.9704, 77.5282
        CIE-LCH:
        77.6598, 77.7578, 94.4036
        CIE-Luv:
        77.6598, 24.5151, 82.2998
        Hunter-Lab:
        72.5510, -9.2557, 44.2040
      #dac00e color charts
#dac00e RGB chart
      #dac00e CMYK chart
      #dac00e RGB pie chart
      #dac00e color shades, tints & tones
#dac00e color schemes
#dac00e color preview, HTML & CSS examples
           This text has a color of #dac00e        
        
          <p style="color:#dac00e;">Text here</p>
        
        
          .mytext {color:#dac00e;}
        
        Text color #dac00e
      
           This box has a color of #dac00e        
        
          <div style="background-color:#dac00e;">Content here</div>
        
        
          .mybackground {background-color:#dac00e;}
        
        Background color #dac00e
      
           Border around this has a color of #dac00e        
        
          <div style="border:2px solid #dac00e;">Content here</div>
        
        
          .myborder {border:2px solid #dac00e;}
        
        Border color #dac00e