#dede64 color space conversions
Hex:
        #dede64
        RGB:
        222, 222, 100
        CMY:
        13, 13, 61
        CMYK:
        0, 0, 55, 13
      HSL:
        60°, 64.8936%, 63.1373%
        HSV (HSB):
        60°, 54.9550%, 87.0588%
        XYZ:
        58.5457, 68.6922, 22.2298
        xyY:
        0.3917, 0.4596, 68.6922
      CIE-Lab:
        86.3514, -15.7457, 58.7014
        CIE-LCH:
        86.3514, 60.7765, 105.0152
        CIE-Luv:
        86.3514, 5.3966, 74.8094
        Hunter-Lab:
        82.8808, -18.9517, 42.1141
      #dede64 color charts
#dede64 RGB chart
      #dede64 CMYK chart
      #dede64 RGB pie chart
      #dede64 color shades, tints & tones
#dede64 color schemes
#dede64 color preview, HTML & CSS examples
           This text has a color of #dede64        
        
          <p style="color:#dede64;">Text here</p>
        
        
          .mytext {color:#dede64;}
        
        Text color #dede64
      
           This box has a color of #dede64        
        
          <div style="background-color:#dede64;">Content here</div>
        
        
          .mybackground {background-color:#dede64;}
        
        Background color #dede64
      
           Border around this has a color of #dede64        
        
          <div style="border:2px solid #dede64;">Content here</div>
        
        
          .myborder {border:2px solid #dede64;}
        
        Border color #dede64