Shades of Sapling #DED4A9
Tints of Sapling #DED4A9
RGB
CMYK
RGB Variations
Color information
#DED4A9 (or 0xDED4A9) is known color: Sapling. HEX triplet: DE, D4 and A9. RGB value is (222,212,169). Sum of RGB (Red+Green+Blue) = 222+212+169=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4A9 is #212B56. Grayscale: #D2D2D2. Windows color (decimal): -2173783 or 11130078. OLE color: 11130078.
HSL color Cylindrical-coordinate representation of color #DED4A9: hue angle of 48.68º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DED4A9 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 169 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.13 |
| HSL | 48.68º | 0.45% | 0.77% | - |
| HSV(B) | 48.68º | 0.24% | 0.87% | - |
| XYZ | 60.83 | 65.48 | 46.97 | - |
| YUV | 210.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 169 | 0 | 0.05 | 0.24 | 0.13 | 48.68 | 0.45 | 0.77 |
| Hex | DE | D4 | A9 | 0 | 5 | 18 | D | 31 | 2D | 4D |
| Octal | 336 | 324 | 251 | 0 | 5 | 30 | 15 | 61 | 55 | 115 |
| Binary | 11011110 | 11010100 | 10101001 | 0 | 101 | 11000 | 1101 | 110001 | 101101 | 1001101 |
Color Harmonies of #DED4A9
Complementary color
Monochromatic Colors of #DED4A9
Black with #DED4A9
Text Example
Text Example
White with #DED4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4A9; }
p { color: rgb(222,212,169); }
H1.HeaderClassName
{
color: #DED4A9;
}
.AnyTagClassName
{
color: #DED4A9;
}
</style>
background-color css
<style>
a { background-color: #DED4A9; }
a { background-color: rgb(222,212,169); }
div.DivClassName
{
background-color: #DED4A9;
}
.BgClassName
{
background-color: #DED4A9;
}
</style>
border-color css
<style>
span { border-color: #DED4A9; }
span { border-color: rgb(222,212,169); }
td.TdClassName
{
border-color: #DED4A9;
}
.TagClassName
{
border-color: #DED4A9;
}
</style>