#dedd00 color space conversions
Hex:
        #dedd00
        RGB:
        222, 221, 0
        CMY:
        13, 13, 100
        CMYK:
        0, 0, 100, 13
      HSL:
        60°, 100.0000%, 43.5294%
        HSV (HSB):
        60°, 100.0000%, 87.0588%
        XYZ:
        55.9807, 67.2425, 10.0286
        xyY:
        0.4201, 0.5046, 67.2425
      CIE-Lab:
        85.6263, -18.9260, 84.8964
        CIE-LCH:
        85.6263, 86.9804, 102.5675
        CIE-Luv:
        85.6263, 7.4703, 94.0507
        Hunter-Lab:
        82.0015, -21.6446, 50.1500
      #dedd00 color charts
#dedd00 RGB chart
      #dedd00 CMYK chart
      #dedd00 RGB pie chart
      #dedd00 color shades, tints & tones
#dedd00 color schemes
#dedd00 color preview, HTML & CSS examples
           This text has a color of #dedd00        
        
          <p style="color:#dedd00;">Text here</p>
        
        
          .mytext {color:#dedd00;}
        
        Text color #dedd00
      
           This box has a color of #dedd00        
        
          <div style="background-color:#dedd00;">Content here</div>
        
        
          .mybackground {background-color:#dedd00;}
        
        Background color #dedd00
      
           Border around this has a color of #dedd00        
        
          <div style="border:2px solid #dedd00;">Content here</div>
        
        
          .myborder {border:2px solid #dedd00;}
        
        Border color #dedd00