#dede12 color space conversions
Hex:
        #dede12
        RGB:
        222, 222, 18
        CMY:
        13, 13, 93
        CMYK:
        0, 0, 92, 13
      HSL:
        60°, 85.0000%, 47.0588%
        HSV (HSB):
        60°, 91.8919%, 87.0588%
        XYZ:
        56.3547, 67.8158, 10.6918
        xyY:
        0.4179, 0.5029, 67.8158
      CIE-Lab:
        85.9143, -19.2361, 83.4443
        CIE-LCH:
        85.9143, 85.6328, 102.9814
        CIE-Luv:
        85.9143, 6.7413, 93.4569
        Hunter-Lab:
        82.3504, -21.9606, 49.9474
      #dede12 color charts
#dede12 RGB chart
      #dede12 CMYK chart
      #dede12 RGB pie chart
      #dede12 color shades, tints & tones
#dede12 color schemes
#dede12 color preview, HTML & CSS examples
           This text has a color of #dede12        
        
          <p style="color:#dede12;">Text here</p>
        
        
          .mytext {color:#dede12;}
        
        Text color #dede12
      
           This box has a color of #dede12        
        
          <div style="background-color:#dede12;">Content here</div>
        
        
          .mybackground {background-color:#dede12;}
        
        Background color #dede12
      
           Border around this has a color of #dede12        
        
          <div style="border:2px solid #dede12;">Content here</div>
        
        
          .myborder {border:2px solid #dede12;}
        
        Border color #dede12