Shades of Sapling #DED5AD
Tints of Sapling #DED5AD
RGB
CMYK
RGB Variations
Color information
#DED5AD (or 0xDED5AD) is known color: Sapling. HEX triplet: DE, D5 and AD. RGB value is (222,213,173). Sum of RGB (Red+Green+Blue) = 222+213+173=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5AD is #212A52. Grayscale: #D3D3D3. Windows color (decimal): -2173523 or 11392478. OLE color: 11392478.
HSL color Cylindrical-coordinate representation of color #DED5AD: hue angle of 48.98º 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 #DED5AD is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 213 | 173 | - |
CMYK | 0 | 0.04 | 0.22 | 0.13 |
HSL | 48.98º | 0.43% | 0.77% | - |
HSV(B) | 48.98º | 0.22% | 0.87% | - |
XYZ | 61.46 | 66.14 | 49.06 | - |
YUV | 211.13 | 106.48 | 135.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 213 | 173 | 0 | 0.04 | 0.22 | 0.13 | 48.98 | 0.43 | 0.77 |
Hex | DE | D5 | AD | 0 | 4 | 16 | D | 31 | 2B | 4D |
Octal | 336 | 325 | 255 | 0 | 4 | 26 | 15 | 61 | 53 | 115 |
Binary | 11011110 | 11010101 | 10101101 | 0 | 100 | 10110 | 1101 | 110001 | 101011 | 1001101 |
Color Harmonies of #DED5AD
Complementary color
Monochromatic Colors of #DED5AD
Black with #DED5AD
Text Example
Text Example
White with #DED5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5AD; }
p { color: rgb(222,213,173); }
H1.HeaderClassName
{
color: #DED5AD;
}
.AnyTagClassName
{
color: #DED5AD;
}
</style>
background-color css
<style>
a { background-color: #DED5AD; }
a { background-color: rgb(222,213,173); }
div.DivClassName
{
background-color: #DED5AD;
}
.BgClassName
{
background-color: #DED5AD;
}
</style>
border-color css
<style>
span { border-color: #DED5AD; }
span { border-color: rgb(222,213,173); }
td.TdClassName
{
border-color: #DED5AD;
}
.TagClassName
{
border-color: #DED5AD;
}
</style>