#dec704 color space conversions
Hex:
        #dec704
        RGB:
        222, 199, 4
        CMY:
        13, 22, 98
        CMYK:
        0, 10, 98, 13
      HSL:
        54°, 96.4602%, 44.3137%
        HSV (HSB):
        54°, 98.1982%, 87.0588%
        XYZ:
        50.5695, 56.3852, 8.3330
        xyY:
        0.4386, 0.4891, 56.3852
      CIE-Lab:
        79.8326, -7.9173, 80.3150
        CIE-LCH:
        79.8326, 80.7043, 95.6299
        CIE-Luv:
        79.8326, 22.5274, 85.5705
        Hunter-Lab:
        75.0901, -11.1965, 45.9834
      #dec704 color charts
#dec704 RGB chart
      #dec704 CMYK chart
      #dec704 RGB pie chart
      #dec704 color shades, tints & tones
#dec704 color schemes
#dec704 color preview, HTML & CSS examples
           This text has a color of #dec704        
        
          <p style="color:#dec704;">Text here</p>
        
        
          .mytext {color:#dec704;}
        
        Text color #dec704
      
           This box has a color of #dec704        
        
          <div style="background-color:#dec704;">Content here</div>
        
        
          .mybackground {background-color:#dec704;}
        
        Background color #dec704
      
           Border around this has a color of #dec704        
        
          <div style="border:2px solid #dec704;">Content here</div>
        
        
          .myborder {border:2px solid #dec704;}
        
        Border color #dec704