Shades of Sapling #DED3AC
Tints of Sapling #DED3AC
RGB
CMYK
RGB Variations
Color information
#DED3AC (or 0xDED3AC) is known color: Sapling. HEX triplet: DE, D3 and AC. RGB value is (222,211,172). Sum of RGB (Red+Green+Blue) = 222+211+172=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED3AC is #212C53. Grayscale: #D2D2D2. Windows color (decimal): -2174036 or 11326430. OLE color: 11326430.
HSL color Cylindrical-coordinate representation of color #DED3AC: hue angle of 46.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DED3AC is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 172 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.13 |
| HSL | 46.8º | 0.43% | 0.77% | - |
| HSV(B) | 46.8º | 0.23% | 0.87% | - |
| XYZ | 60.86 | 65.1 | 48.39 | - |
| YUV | 209.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 172 | 0 | 0.05 | 0.23 | 0.13 | 46.8 | 0.43 | 0.77 |
| Hex | DE | D3 | AC | 0 | 5 | 17 | D | 2F | 2B | 4D |
| Octal | 336 | 323 | 254 | 0 | 5 | 27 | 15 | 57 | 53 | 115 |
| Binary | 11011110 | 11010011 | 10101100 | 0 | 101 | 10111 | 1101 | 101111 | 101011 | 1001101 |
Color Harmonies of #DED3AC
Complementary color
Monochromatic Colors of #DED3AC
Black with #DED3AC
Text Example
Text Example
White with #DED3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3AC; }
p { color: rgb(222,211,172); }
H1.HeaderClassName
{
color: #DED3AC;
}
.AnyTagClassName
{
color: #DED3AC;
}
</style>
background-color css
<style>
a { background-color: #DED3AC; }
a { background-color: rgb(222,211,172); }
div.DivClassName
{
background-color: #DED3AC;
}
.BgClassName
{
background-color: #DED3AC;
}
</style>
border-color css
<style>
span { border-color: #DED3AC; }
span { border-color: rgb(222,211,172); }
td.TdClassName
{
border-color: #DED3AC;
}
.TagClassName
{
border-color: #DED3AC;
}
</style>