Shades of Sapling #DDD0AA
Tints of Sapling #DDD0AA
RGB
CMYK
RGB Variations
Color information
#DDD0AA (or 0xDDD0AA) is known color: Sapling. HEX triplet: DD, D0 and AA. RGB value is (221,208,170). Sum of RGB (Red+Green+Blue) = 221+208+170=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0AA is #222F55. Grayscale: #CFCFCF. Windows color (decimal): -2240342 or 11194589. OLE color: 11194589.
HSL color Cylindrical-coordinate representation of color #DDD0AA: hue angle of 44.71º 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 #DDD0AA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 170 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.13 |
| HSL | 44.71º | 0.43% | 0.77% | - |
| HSV(B) | 44.71º | 0.23% | 0.87% | - |
| XYZ | 59.63 | 63.39 | 47.12 | - |
| YUV | 207.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 170 | 0 | 0.06 | 0.23 | 0.13 | 44.71 | 0.43 | 0.77 |
| Hex | DD | D0 | AA | 0 | 6 | 17 | D | 2D | 2B | 4D |
| Octal | 335 | 320 | 252 | 0 | 6 | 27 | 15 | 55 | 53 | 115 |
| Binary | 11011101 | 11010000 | 10101010 | 0 | 110 | 10111 | 1101 | 101101 | 101011 | 1001101 |
Color Harmonies of #DDD0AA
Complementary color
Monochromatic Colors of #DDD0AA
Black with #DDD0AA
Text Example
Text Example
White with #DDD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0AA; }
p { color: rgb(221,208,170); }
H1.HeaderClassName
{
color: #DDD0AA;
}
.AnyTagClassName
{
color: #DDD0AA;
}
</style>
background-color css
<style>
a { background-color: #DDD0AA; }
a { background-color: rgb(221,208,170); }
div.DivClassName
{
background-color: #DDD0AA;
}
.BgClassName
{
background-color: #DDD0AA;
}
</style>
border-color css
<style>
span { border-color: #DDD0AA; }
span { border-color: rgb(221,208,170); }
td.TdClassName
{
border-color: #DDD0AA;
}
.TagClassName
{
border-color: #DDD0AA;
}
</style>