#ded04a color space conversions
Hex:
        #ded04a
        RGB:
        222, 208, 74
        CMY:
        13, 18, 71
        CMYK:
        0, 6, 67, 13
      HSL:
        54°, 69.1589%, 58.0392%
        HSV (HSB):
        54°, 66.6667%, 87.0588%
        XYZ:
        53.9161, 61.1358, 15.4373
        xyY:
        0.4132, 0.4685, 61.1358
      CIE-Lab:
        82.4517, -10.4594, 65.4565
        CIE-LCH:
        82.4517, 66.2869, 99.0787
        CIE-Luv:
        82.4517, 15.1826, 77.7617
        Hunter-Lab:
        78.1894, -13.7453, 43.0267
      #ded04a color charts
#ded04a RGB chart
      #ded04a CMYK chart
      #ded04a RGB pie chart
      #ded04a color shades, tints & tones
#ded04a color schemes
#ded04a color preview, HTML & CSS examples
           This text has a color of #ded04a        
        
          <p style="color:#ded04a;">Text here</p>
        
        
          .mytext {color:#ded04a;}
        
        Text color #ded04a
      
           This box has a color of #ded04a        
        
          <div style="background-color:#ded04a;">Content here</div>
        
        
          .mybackground {background-color:#ded04a;}
        
        Background color #ded04a
      
           Border around this has a color of #ded04a        
        
          <div style="border:2px solid #ded04a;">Content here</div>
        
        
          .myborder {border:2px solid #ded04a;}
        
        Border color #ded04a