Shades of Sapling #DDD2AA
Tints of Sapling #DDD2AA
RGB
CMYK
RGB Variations
Color information
#DDD2AA (or 0xDDD2AA) is known color: Sapling. HEX triplet: DD, D2 and AA. RGB value is (221,210,170). Sum of RGB (Red+Green+Blue) = 221+210+170=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AA is #222D55. Grayscale: #D0D0D0. Windows color (decimal): -2239830 or 11195101. OLE color: 11195101.
HSL color Cylindrical-coordinate representation of color #DDD2AA: hue angle of 47.06º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD2AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 170 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.13 |
| HSL | 47.06º | 0.43% | 0.77% | - |
| HSV(B) | 47.06º | 0.23% | 0.87% | - |
| XYZ | 60.12 | 64.37 | 47.29 | - |
| YUV | 208.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 170 | 0 | 0.05 | 0.23 | 0.13 | 47.06 | 0.43 | 0.77 |
| Hex | DD | D2 | AA | 0 | 5 | 17 | D | 2F | 2B | 4D |
| Octal | 335 | 322 | 252 | 0 | 5 | 27 | 15 | 57 | 53 | 115 |
| Binary | 11011101 | 11010010 | 10101010 | 0 | 101 | 10111 | 1101 | 101111 | 101011 | 1001101 |
Color Harmonies of #DDD2AA
Complementary color
Monochromatic Colors of #DDD2AA
Black with #DDD2AA
Text Example
Text Example
White with #DDD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2AA; }
p { color: rgb(221,210,170); }
H1.HeaderClassName
{
color: #DDD2AA;
}
.AnyTagClassName
{
color: #DDD2AA;
}
</style>
background-color css
<style>
a { background-color: #DDD2AA; }
a { background-color: rgb(221,210,170); }
div.DivClassName
{
background-color: #DDD2AA;
}
.BgClassName
{
background-color: #DDD2AA;
}
</style>
border-color css
<style>
span { border-color: #DDD2AA; }
span { border-color: rgb(221,210,170); }
td.TdClassName
{
border-color: #DDD2AA;
}
.TagClassName
{
border-color: #DDD2AA;
}
</style>