Shades of Sapling #DED3AD
Tints of Sapling #DED3AD
RGB
CMYK
RGB Variations
Color information
#DED3AD (or 0xDED3AD) is known color: Sapling. HEX triplet: DE, D3 and AD. RGB value is (222,211,173). Sum of RGB (Red+Green+Blue) = 222+211+173=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED3AD is #212C52. Grayscale: #D2D2D2. Windows color (decimal): -2174035 or 11391966. OLE color: 11391966.
HSL color Cylindrical-coordinate representation of color #DED3AD: hue angle of 46.53º 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 #DED3AD is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 173 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.13 |
| HSL | 46.53º | 0.43% | 0.77% | - |
| HSV(B) | 46.53º | 0.22% | 0.87% | - |
| XYZ | 60.96 | 65.14 | 48.89 | - |
| YUV | 209.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 173 | 0 | 0.05 | 0.22 | 0.13 | 46.53 | 0.43 | 0.77 |
| Hex | DE | D3 | AD | 0 | 5 | 16 | D | 2F | 2B | 4D |
| Octal | 336 | 323 | 255 | 0 | 5 | 26 | 15 | 57 | 53 | 115 |
| Binary | 11011110 | 11010011 | 10101101 | 0 | 101 | 10110 | 1101 | 101111 | 101011 | 1001101 |
Color Harmonies of #DED3AD
Complementary color
Monochromatic Colors of #DED3AD
Black with #DED3AD
Text Example
Text Example
White with #DED3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3AD; }
p { color: rgb(222,211,173); }
H1.HeaderClassName
{
color: #DED3AD;
}
.AnyTagClassName
{
color: #DED3AD;
}
</style>
background-color css
<style>
a { background-color: #DED3AD; }
a { background-color: rgb(222,211,173); }
div.DivClassName
{
background-color: #DED3AD;
}
.BgClassName
{
background-color: #DED3AD;
}
</style>
border-color css
<style>
span { border-color: #DED3AD; }
span { border-color: rgb(222,211,173); }
td.TdClassName
{
border-color: #DED3AD;
}
.TagClassName
{
border-color: #DED3AD;
}
</style>