#dbad00 color space conversions
Hex:
        #dbad00
        RGB:
        219, 173, 0
        CMY:
        14, 32, 100
        CMYK:
        0, 21, 100, 14
      HSL:
        47°, 100.0000%, 42.9412%
        HSV (HSB):
        47°, 100.0000%, 85.8824%
        XYZ:
        44.1570, 44.9472, 6.3484
        xyY:
        0.4626, 0.4709, 44.9472
      CIE-Lab:
        72.8571, 4.2442, 75.6492
        CIE-LCH:
        72.8571, 75.7682, 86.7889
        CIE-Luv:
        72.8571, 39.4815, 75.9976
        Hunter-Lab:
        67.0427, 0.2425, 41.3156
      #dbad00 color charts
#dbad00 RGB chart
      #dbad00 CMYK chart
      #dbad00 RGB pie chart
      #dbad00 color shades, tints & tones
#dbad00 color schemes
#dbad00 color preview, HTML & CSS examples
           This text has a color of #dbad00        
        
          <p style="color:#dbad00;">Text here</p>
        
        
          .mytext {color:#dbad00;}
        
        Text color #dbad00
      
           This box has a color of #dbad00        
        
          <div style="background-color:#dbad00;">Content here</div>
        
        
          .mybackground {background-color:#dbad00;}
        
        Background color #dbad00
      
           Border around this has a color of #dbad00        
        
          <div style="border:2px solid #dbad00;">Content here</div>
        
        
          .myborder {border:2px solid #dbad00;}
        
        Border color #dbad00