#ddaf03 color space conversions
Hex:
        #ddaf03
        RGB:
        221, 175, 3
        CMY:
        13, 31, 99
        CMYK:
        0, 21, 99, 13
      HSL:
        47°, 97.3214%, 43.9216%
        HSV (HSB):
        47°, 98.6425%, 86.6667%
        XYZ:
        45.1652, 46.0387, 6.5920
        xyY:
        0.4618, 0.4708, 46.0387
      CIE-Lab:
        73.5706, 4.0939, 75.8995
        CIE-LCH:
        73.5706, 76.0099, 86.9125
        CIE-Luv:
        73.5706, 39.4818, 76.5998
        Hunter-Lab:
        67.8518, 0.0769, 41.7360
      #ddaf03 color charts
#ddaf03 RGB chart
      #ddaf03 CMYK chart
      #ddaf03 RGB pie chart
      #ddaf03 color shades, tints & tones
#ddaf03 color schemes
#ddaf03 color preview, HTML & CSS examples
           This text has a color of #ddaf03        
        
          <p style="color:#ddaf03;">Text here</p>
        
        
          .mytext {color:#ddaf03;}
        
        Text color #ddaf03
      
           This box has a color of #ddaf03        
        
          <div style="background-color:#ddaf03;">Content here</div>
        
        
          .mybackground {background-color:#ddaf03;}
        
        Background color #ddaf03
      
           Border around this has a color of #ddaf03        
        
          <div style="border:2px solid #ddaf03;">Content here</div>
        
        
          .myborder {border:2px solid #ddaf03;}
        
        Border color #ddaf03