Shades of Sapling #DED2AA
Tints of Sapling #DED2AA
RGB
CMYK
RGB Variations
Color information
#DED2AA (or 0xDED2AA) is known color: Sapling. HEX triplet: DE, D2 and AA. RGB value is (222,210,170). Sum of RGB (Red+Green+Blue) = 222+210+170=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2AA is #212D55. Grayscale: #D1D1D1. Windows color (decimal): -2174294 or 11195102. OLE color: 11195102.
HSL color Cylindrical-coordinate representation of color #DED2AA: hue angle of 46.15º degrees, saturation: 0.44, 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 #DED2AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 170 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.13 |
| HSL | 46.15º | 0.44% | 0.77% | - |
| HSV(B) | 46.15º | 0.23% | 0.87% | - |
| XYZ | 60.43 | 64.53 | 47.3 | - |
| YUV | 209.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 170 | 0 | 0.05 | 0.23 | 0.13 | 46.15 | 0.44 | 0.77 |
| Hex | DE | D2 | AA | 0 | 5 | 17 | D | 2E | 2C | 4D |
| Octal | 336 | 322 | 252 | 0 | 5 | 27 | 15 | 56 | 54 | 115 |
| Binary | 11011110 | 11010010 | 10101010 | 0 | 101 | 10111 | 1101 | 101110 | 101100 | 1001101 |
Color Harmonies of #DED2AA
Complementary color
Monochromatic Colors of #DED2AA
Black with #DED2AA
Text Example
Text Example
White with #DED2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2AA; }
p { color: rgb(222,210,170); }
H1.HeaderClassName
{
color: #DED2AA;
}
.AnyTagClassName
{
color: #DED2AA;
}
</style>
background-color css
<style>
a { background-color: #DED2AA; }
a { background-color: rgb(222,210,170); }
div.DivClassName
{
background-color: #DED2AA;
}
.BgClassName
{
background-color: #DED2AA;
}
</style>
border-color css
<style>
span { border-color: #DED2AA; }
span { border-color: rgb(222,210,170); }
td.TdClassName
{
border-color: #DED2AA;
}
.TagClassName
{
border-color: #DED2AA;
}
</style>