Shades of Sapling #DED0AB
Tints of Sapling #DED0AB
RGB
CMYK
RGB Variations
Color information
#DED0AB (or 0xDED0AB) is known color: Sapling. HEX triplet: DE, D0 and AB. RGB value is (222,208,171). Sum of RGB (Red+Green+Blue) = 222+208+171=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED0AB is #212F54. Grayscale: #D0D0D0. Windows color (decimal): -2174805 or 11260126. OLE color: 11260126.
HSL color Cylindrical-coordinate representation of color #DED0AB: hue angle of 43.53º 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 #DED0AB is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 171 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.13 |
| HSL | 43.53º | 0.44% | 0.77% | - |
| HSV(B) | 43.53º | 0.23% | 0.87% | - |
| XYZ | 60.03 | 63.58 | 47.64 | - |
| YUV | 207.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 171 | 0 | 0.06 | 0.23 | 0.13 | 43.53 | 0.44 | 0.77 |
| Hex | DE | D0 | AB | 0 | 6 | 17 | D | 2C | 2C | 4D |
| Octal | 336 | 320 | 253 | 0 | 6 | 27 | 15 | 54 | 54 | 115 |
| Binary | 11011110 | 11010000 | 10101011 | 0 | 110 | 10111 | 1101 | 101100 | 101100 | 1001101 |
Color Harmonies of #DED0AB
Complementary color
Monochromatic Colors of #DED0AB
Black with #DED0AB
Text Example
Text Example
White with #DED0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0AB; }
p { color: rgb(222,208,171); }
H1.HeaderClassName
{
color: #DED0AB;
}
.AnyTagClassName
{
color: #DED0AB;
}
</style>
background-color css
<style>
a { background-color: #DED0AB; }
a { background-color: rgb(222,208,171); }
div.DivClassName
{
background-color: #DED0AB;
}
.BgClassName
{
background-color: #DED0AB;
}
</style>
border-color css
<style>
span { border-color: #DED0AB; }
span { border-color: rgb(222,208,171); }
td.TdClassName
{
border-color: #DED0AB;
}
.TagClassName
{
border-color: #DED0AB;
}
</style>