Shades of Sapling #DED2AD
Tints of Sapling #DED2AD
RGB
CMYK
RGB Variations
Color information
#DED2AD (or 0xDED2AD) is known color: Sapling. HEX triplet: DE, D2 and AD. RGB value is (222,210,173). Sum of RGB (Red+Green+Blue) = 222+210+173=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2AD is #212D52. Grayscale: #D1D1D1. Windows color (decimal): -2174291 or 11391710. OLE color: 11391710.
HSL color Cylindrical-coordinate representation of color #DED2AD: hue angle of 45.31º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DED2AD is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 173 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.13 |
| HSL | 45.31º | 0.43% | 0.77% | - |
| HSV(B) | 45.31º | 0.22% | 0.87% | - |
| XYZ | 60.71 | 64.64 | 48.81 | - |
| YUV | 209.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 173 | 0 | 0.05 | 0.22 | 0.13 | 45.31 | 0.43 | 0.77 |
| Hex | DE | D2 | AD | 0 | 5 | 16 | D | 2D | 2B | 4D |
| Octal | 336 | 322 | 255 | 0 | 5 | 26 | 15 | 55 | 53 | 115 |
| Binary | 11011110 | 11010010 | 10101101 | 0 | 101 | 10110 | 1101 | 101101 | 101011 | 1001101 |
Color Harmonies of #DED2AD
Complementary color
Monochromatic Colors of #DED2AD
Black with #DED2AD
Text Example
Text Example
White with #DED2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2AD; }
p { color: rgb(222,210,173); }
H1.HeaderClassName
{
color: #DED2AD;
}
.AnyTagClassName
{
color: #DED2AD;
}
</style>
background-color css
<style>
a { background-color: #DED2AD; }
a { background-color: rgb(222,210,173); }
div.DivClassName
{
background-color: #DED2AD;
}
.BgClassName
{
background-color: #DED2AD;
}
</style>
border-color css
<style>
span { border-color: #DED2AD; }
span { border-color: rgb(222,210,173); }
td.TdClassName
{
border-color: #DED2AD;
}
.TagClassName
{
border-color: #DED2AD;
}
</style>