#dda80c color space conversions
Hex:
        #dda80c
        RGB:
        221, 168, 12
        CMY:
        13, 34, 95
        CMYK:
        0, 24, 95, 13
      HSL:
        45°, 89.6996%, 45.6863%
        HSV (HSB):
        45°, 94.5701%, 86.6667%
        XYZ:
        43.8878, 43.4040, 6.4125
        xyY:
        0.4684, 0.4632, 43.4040
      CIE-Lab:
        71.8283, 7.8903, 73.6151
        CIE-LCH:
        71.8283, 74.0367, 83.8822
        CIE-Luv:
        71.8283, 44.7896, 73.4231
        Hunter-Lab:
        65.8817, 3.6167, 40.3463
      #dda80c color charts
#dda80c RGB chart
      #dda80c CMYK chart
      #dda80c RGB pie chart
      #dda80c color shades, tints & tones
#dda80c color schemes
#dda80c color preview, HTML & CSS examples
           This text has a color of #dda80c        
        
          <p style="color:#dda80c;">Text here</p>
        
        
          .mytext {color:#dda80c;}
        
        Text color #dda80c
      
           This box has a color of #dda80c        
        
          <div style="background-color:#dda80c;">Content here</div>
        
        
          .mybackground {background-color:#dda80c;}
        
        Background color #dda80c
      
           Border around this has a color of #dda80c        
        
          <div style="border:2px solid #dda80c;">Content here</div>
        
        
          .myborder {border:2px solid #dda80c;}
        
        Border color #dda80c