Shades of Sapling #DED1AC
Tints of Sapling #DED1AC
RGB
CMYK
RGB Variations
Color information
#DED1AC (or 0xDED1AC) is known color: Sapling. HEX triplet: DE, D1 and AC. RGB value is (222,209,172). Sum of RGB (Red+Green+Blue) = 222+209+172=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED1AC is #212E53. Grayscale: #D0D0D0. Windows color (decimal): -2174548 or 11325918. OLE color: 11325918.
HSL color Cylindrical-coordinate representation of color #DED1AC: hue angle of 44.4º 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 #DED1AC is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 172 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.13 |
| HSL | 44.4º | 0.43% | 0.77% | - |
| HSV(B) | 44.4º | 0.23% | 0.87% | - |
| XYZ | 60.37 | 64.11 | 48.22 | - |
| YUV | 208.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 172 | 0 | 0.06 | 0.23 | 0.13 | 44.4 | 0.43 | 0.77 |
| Hex | DE | D1 | AC | 0 | 6 | 17 | D | 2C | 2B | 4D |
| Octal | 336 | 321 | 254 | 0 | 6 | 27 | 15 | 54 | 53 | 115 |
| Binary | 11011110 | 11010001 | 10101100 | 0 | 110 | 10111 | 1101 | 101100 | 101011 | 1001101 |
Color Harmonies of #DED1AC
Complementary color
Monochromatic Colors of #DED1AC
Black with #DED1AC
Text Example
Text Example
White with #DED1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1AC; }
p { color: rgb(222,209,172); }
H1.HeaderClassName
{
color: #DED1AC;
}
.AnyTagClassName
{
color: #DED1AC;
}
</style>
background-color css
<style>
a { background-color: #DED1AC; }
a { background-color: rgb(222,209,172); }
div.DivClassName
{
background-color: #DED1AC;
}
.BgClassName
{
background-color: #DED1AC;
}
</style>
border-color css
<style>
span { border-color: #DED1AC; }
span { border-color: rgb(222,209,172); }
td.TdClassName
{
border-color: #DED1AC;
}
.TagClassName
{
border-color: #DED1AC;
}
</style>