Shades of Sapling #DED4AF
Tints of Sapling #DED4AF
RGB
CMYK
RGB Variations
Color information
#DED4AF (or 0xDED4AF) is known color: Sapling. HEX triplet: DE, D4 and AF. RGB value is (222,212,175). Sum of RGB (Red+Green+Blue) = 222+212+175=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4AF is #212B50. Grayscale: #D2D2D2. Windows color (decimal): -2173777 or 11523294. OLE color: 11523294.
HSL color Cylindrical-coordinate representation of color #DED4AF: hue angle of 47.23º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DED4AF is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 175 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.13 |
| HSL | 47.23º | 0.42% | 0.78% | - |
| HSV(B) | 47.23º | 0.21% | 0.87% | - |
| XYZ | 61.41 | 65.71 | 50 | - |
| YUV | 210.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 175 | 0 | 0.05 | 0.21 | 0.13 | 47.23 | 0.42 | 0.78 |
| Hex | DE | D4 | AF | 0 | 5 | 15 | D | 2F | 2A | 4E |
| Octal | 336 | 324 | 257 | 0 | 5 | 25 | 15 | 57 | 52 | 116 |
| Binary | 11011110 | 11010100 | 10101111 | 0 | 101 | 10101 | 1101 | 101111 | 101010 | 1001110 |
Color Harmonies of #DED4AF
Complementary color
Monochromatic Colors of #DED4AF
Black with #DED4AF
Text Example
Text Example
White with #DED4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4AF; }
p { color: rgb(222,212,175); }
H1.HeaderClassName
{
color: #DED4AF;
}
.AnyTagClassName
{
color: #DED4AF;
}
</style>
background-color css
<style>
a { background-color: #DED4AF; }
a { background-color: rgb(222,212,175); }
div.DivClassName
{
background-color: #DED4AF;
}
.BgClassName
{
background-color: #DED4AF;
}
</style>
border-color css
<style>
span { border-color: #DED4AF; }
span { border-color: rgb(222,212,175); }
td.TdClassName
{
border-color: #DED4AF;
}
.TagClassName
{
border-color: #DED4AF;
}
</style>