Shades of Sapling #DED49E
Tints of Sapling #DED49E
RGB
CMYK
RGB Variations
Color information
#DED49E (or 0xDED49E) is known color: Sapling. HEX triplet: DE, D4 and 9E. RGB value is (222,212,158). Sum of RGB (Red+Green+Blue) = 222+212+158=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DED49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED49E is #212B61. Grayscale: #D1D1D1. Windows color (decimal): -2173794 or 10409182. OLE color: 10409182.
HSL color Cylindrical-coordinate representation of color #DED49E: hue angle of 50.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DED49E is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 158 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.13 |
| HSL | 50.63º | 0.49% | 0.75% | - |
| HSV(B) | 50.63º | 0.29% | 0.87% | - |
| XYZ | 59.84 | 65.09 | 41.76 | - |
| YUV | 208.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 158 | 0 | 0.05 | 0.29 | 0.13 | 50.63 | 0.49 | 0.75 |
| Hex | DE | D4 | 9E | 0 | 5 | 1D | D | 33 | 31 | 4B |
| Octal | 336 | 324 | 236 | 0 | 5 | 35 | 15 | 63 | 61 | 113 |
| Binary | 11011110 | 11010100 | 10011110 | 0 | 101 | 11101 | 1101 | 110011 | 110001 | 1001011 |
Color Harmonies of #DED49E
Complementary color
Monochromatic Colors of #DED49E
Black with #DED49E
Text Example
Text Example
White with #DED49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED49E; }
p { color: rgb(222,212,158); }
H1.HeaderClassName
{
color: #DED49E;
}
.AnyTagClassName
{
color: #DED49E;
}
</style>
background-color css
<style>
a { background-color: #DED49E; }
a { background-color: rgb(222,212,158); }
div.DivClassName
{
background-color: #DED49E;
}
.BgClassName
{
background-color: #DED49E;
}
</style>
border-color css
<style>
span { border-color: #DED49E; }
span { border-color: rgb(222,212,158); }
td.TdClassName
{
border-color: #DED49E;
}
.TagClassName
{
border-color: #DED49E;
}
</style>