Shades of Sapling #DED1AD
Tints of Sapling #DED1AD
RGB
CMYK
RGB Variations
Color information
#DED1AD (or 0xDED1AD) is known color: Sapling. HEX triplet: DE, D1 and AD. RGB value is (222,209,173). Sum of RGB (Red+Green+Blue) = 222+209+173=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED1AD is #212E52. Grayscale: #D0D0D0. Windows color (decimal): -2174547 or 11391454. OLE color: 11391454.
HSL color Cylindrical-coordinate representation of color #DED1AD: hue angle of 44.08º 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 #DED1AD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 173 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.13 |
| HSL | 44.08º | 0.43% | 0.77% | - |
| HSV(B) | 44.08º | 0.22% | 0.87% | - |
| XYZ | 60.47 | 64.15 | 48.73 | - |
| YUV | 208.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 173 | 0 | 0.06 | 0.22 | 0.13 | 44.08 | 0.43 | 0.77 |
| Hex | DE | D1 | AD | 0 | 6 | 16 | D | 2C | 2B | 4D |
| Octal | 336 | 321 | 255 | 0 | 6 | 26 | 15 | 54 | 53 | 115 |
| Binary | 11011110 | 11010001 | 10101101 | 0 | 110 | 10110 | 1101 | 101100 | 101011 | 1001101 |
Color Harmonies of #DED1AD
Complementary color
Monochromatic Colors of #DED1AD
Black with #DED1AD
Text Example
Text Example
White with #DED1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1AD; }
p { color: rgb(222,209,173); }
H1.HeaderClassName
{
color: #DED1AD;
}
.AnyTagClassName
{
color: #DED1AD;
}
</style>
background-color css
<style>
a { background-color: #DED1AD; }
a { background-color: rgb(222,209,173); }
div.DivClassName
{
background-color: #DED1AD;
}
.BgClassName
{
background-color: #DED1AD;
}
</style>
border-color css
<style>
span { border-color: #DED1AD; }
span { border-color: rgb(222,209,173); }
td.TdClassName
{
border-color: #DED1AD;
}
.TagClassName
{
border-color: #DED1AD;
}
</style>