Shades of Sapling #DED3A1
Tints of Sapling #DED3A1
RGB
CMYK
RGB Variations
Color information
#DED3A1 (or 0xDED3A1) is known color: Sapling. HEX triplet: DE, D3 and A1. RGB value is (222,211,161). Sum of RGB (Red+Green+Blue) = 222+211+161=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED3A1 is #212C5E. Grayscale: #D0D0D0. Windows color (decimal): -2174047 or 10605534. OLE color: 10605534.
HSL color Cylindrical-coordinate representation of color #DED3A1: hue angle of 49.18º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DED3A1 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 161 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.13 |
| HSL | 49.18º | 0.48% | 0.75% | - |
| HSV(B) | 49.18º | 0.27% | 0.87% | - |
| XYZ | 59.85 | 64.69 | 43.05 | - |
| YUV | 208.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 161 | 0 | 0.05 | 0.27 | 0.13 | 49.18 | 0.48 | 0.75 |
| Hex | DE | D3 | A1 | 0 | 5 | 1B | D | 31 | 30 | 4B |
| Octal | 336 | 323 | 241 | 0 | 5 | 33 | 15 | 61 | 60 | 113 |
| Binary | 11011110 | 11010011 | 10100001 | 0 | 101 | 11011 | 1101 | 110001 | 110000 | 1001011 |
Color Harmonies of #DED3A1
Complementary color
Monochromatic Colors of #DED3A1
Black with #DED3A1
Text Example
Text Example
White with #DED3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3A1; }
p { color: rgb(222,211,161); }
H1.HeaderClassName
{
color: #DED3A1;
}
.AnyTagClassName
{
color: #DED3A1;
}
</style>
background-color css
<style>
a { background-color: #DED3A1; }
a { background-color: rgb(222,211,161); }
div.DivClassName
{
background-color: #DED3A1;
}
.BgClassName
{
background-color: #DED3A1;
}
</style>
border-color css
<style>
span { border-color: #DED3A1; }
span { border-color: rgb(222,211,161); }
td.TdClassName
{
border-color: #DED3A1;
}
.TagClassName
{
border-color: #DED3A1;
}
</style>