Shades of Sapling #DED49D
Tints of Sapling #DED49D
RGB
CMYK
RGB Variations
Color information
#DED49D (or 0xDED49D) is known color: Sapling. HEX triplet: DE, D4 and 9D. RGB value is (222,212,157). Sum of RGB (Red+Green+Blue) = 222+212+157=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DED49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED49D is #212B62. Grayscale: #D0D0D0. Windows color (decimal): -2173795 or 10343646. OLE color: 10343646.
HSL color Cylindrical-coordinate representation of color #DED49D: hue angle of 50.77º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DED49D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 157 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.13 |
| HSL | 50.77º | 0.5% | 0.74% | - |
| HSV(B) | 50.77º | 0.29% | 0.87% | - |
| XYZ | 59.75 | 65.05 | 41.31 | - |
| YUV | 208.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 157 | 0 | 0.05 | 0.29 | 0.13 | 50.77 | 0.5 | 0.74 |
| Hex | DE | D4 | 9D | 0 | 5 | 1D | D | 33 | 32 | 4A |
| Octal | 336 | 324 | 235 | 0 | 5 | 35 | 15 | 63 | 62 | 112 |
| Binary | 11011110 | 11010100 | 10011101 | 0 | 101 | 11101 | 1101 | 110011 | 110010 | 1001010 |
Color Harmonies of #DED49D
Complementary color
Monochromatic Colors of #DED49D
Black with #DED49D
Text Example
Text Example
White with #DED49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED49D; }
p { color: rgb(222,212,157); }
H1.HeaderClassName
{
color: #DED49D;
}
.AnyTagClassName
{
color: #DED49D;
}
</style>
background-color css
<style>
a { background-color: #DED49D; }
a { background-color: rgb(222,212,157); }
div.DivClassName
{
background-color: #DED49D;
}
.BgClassName
{
background-color: #DED49D;
}
</style>
border-color css
<style>
span { border-color: #DED49D; }
span { border-color: rgb(222,212,157); }
td.TdClassName
{
border-color: #DED49D;
}
.TagClassName
{
border-color: #DED49D;
}
</style>