Shades of Sapling #DCD0A9
Tints of Sapling #DCD0A9
RGB
CMYK
RGB Variations
Color information
#DCD0A9 (or 0xDCD0A9) is known color: Sapling. HEX triplet: DC, D0 and A9. RGB value is (220,208,169). Sum of RGB (Red+Green+Blue) = 220+208+169=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A9 is #232F56. Grayscale: #CFCFCF. Windows color (decimal): -2305879 or 11129052. OLE color: 11129052.
HSL color Cylindrical-coordinate representation of color #DCD0A9: hue angle of 45.88º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCD0A9 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 169 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.14 |
| HSL | 45.88º | 0.42% | 0.76% | - |
| HSV(B) | 45.88º | 0.23% | 0.86% | - |
| XYZ | 59.23 | 63.19 | 46.61 | - |
| YUV | 207.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 169 | 0 | 0.05 | 0.23 | 0.14 | 45.88 | 0.42 | 0.76 |
| Hex | DC | D0 | A9 | 0 | 5 | 17 | E | 2E | 2A | 4C |
| Octal | 334 | 320 | 251 | 0 | 5 | 27 | 16 | 56 | 52 | 114 |
| Binary | 11011100 | 11010000 | 10101001 | 0 | 101 | 10111 | 1110 | 101110 | 101010 | 1001100 |
Color Harmonies of #DCD0A9
Complementary color
Monochromatic Colors of #DCD0A9
Black with #DCD0A9
Text Example
Text Example
White with #DCD0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0A9; }
p { color: rgb(220,208,169); }
H1.HeaderClassName
{
color: #DCD0A9;
}
.AnyTagClassName
{
color: #DCD0A9;
}
</style>
background-color css
<style>
a { background-color: #DCD0A9; }
a { background-color: rgb(220,208,169); }
div.DivClassName
{
background-color: #DCD0A9;
}
.BgClassName
{
background-color: #DCD0A9;
}
</style>
border-color css
<style>
span { border-color: #DCD0A9; }
span { border-color: rgb(220,208,169); }
td.TdClassName
{
border-color: #DCD0A9;
}
.TagClassName
{
border-color: #DCD0A9;
}
</style>