Shades of Sapling #DED2A5
Tints of Sapling #DED2A5
RGB
CMYK
RGB Variations
Color information
#DED2A5 (or 0xDED2A5) is known color: Sapling. HEX triplet: DE, D2 and A5. RGB value is (222,210,165). Sum of RGB (Red+Green+Blue) = 222+210+165=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2A5 is #212D5A. Grayscale: #D0D0D0. Windows color (decimal): -2174299 or 10867422. OLE color: 10867422.
HSL color Cylindrical-coordinate representation of color #DED2A5: hue angle of 47.37º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DED2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 165 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.13 |
| HSL | 47.37º | 0.46% | 0.76% | - |
| HSV(B) | 47.37º | 0.26% | 0.87% | - |
| XYZ | 59.96 | 64.34 | 44.86 | - |
| YUV | 208.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 165 | 0 | 0.05 | 0.26 | 0.13 | 47.37 | 0.46 | 0.76 |
| Hex | DE | D2 | A5 | 0 | 5 | 1A | D | 2F | 2E | 4C |
| Octal | 336 | 322 | 245 | 0 | 5 | 32 | 15 | 57 | 56 | 114 |
| Binary | 11011110 | 11010010 | 10100101 | 0 | 101 | 11010 | 1101 | 101111 | 101110 | 1001100 |
Color Harmonies of #DED2A5
Complementary color
Monochromatic Colors of #DED2A5
Black with #DED2A5
Text Example
Text Example
White with #DED2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2A5; }
p { color: rgb(222,210,165); }
H1.HeaderClassName
{
color: #DED2A5;
}
.AnyTagClassName
{
color: #DED2A5;
}
</style>
background-color css
<style>
a { background-color: #DED2A5; }
a { background-color: rgb(222,210,165); }
div.DivClassName
{
background-color: #DED2A5;
}
.BgClassName
{
background-color: #DED2A5;
}
</style>
border-color css
<style>
span { border-color: #DED2A5; }
span { border-color: rgb(222,210,165); }
td.TdClassName
{
border-color: #DED2A5;
}
.TagClassName
{
border-color: #DED2A5;
}
</style>