#ddddaa color space conversions
Hex:
        #ddddaa
        RGB:
        221, 221, 170
        CMY:
        13, 13, 33
        CMYK:
        0, 0, 23, 13
      HSL:
        60°, 42.8571%, 76.6667%
        HSV (HSB):
        60°, 23.0769%, 86.6667%
        XYZ:
        62.9309, 69.9873, 48.2223
        xyY:
        0.3474, 0.3864, 69.9873
      CIE-Lab:
        86.9907, -8.1339, 25.1206
        CIE-LCH:
        86.9907, 26.4046, 107.9416
        CIE-Luv:
        86.9907, 2.6608, 36.8709
        Hunter-Lab:
        83.6584, -12.1280, 24.3850
      #ddddaa color charts
#ddddaa RGB chart
      #ddddaa CMYK chart
      #ddddaa RGB pie chart
      #ddddaa color shades, tints & tones
#ddddaa color schemes
#ddddaa color preview, HTML & CSS examples
           This text has a color of #ddddaa        
        
          <p style="color:#ddddaa;">Text here</p>
        
        
          .mytext {color:#ddddaa;}
        
        Text color #ddddaa
      
           This box has a color of #ddddaa        
        
          <div style="background-color:#ddddaa;">Content here</div>
        
        
          .mybackground {background-color:#ddddaa;}
        
        Background color #ddddaa
      
           Border around this has a color of #ddddaa        
        
          <div style="border:2px solid #ddddaa;">Content here</div>
        
        
          .myborder {border:2px solid #ddddaa;}
        
        Border color #ddddaa