Shades of Sapling #DCD0A8
Tints of Sapling #DCD0A8
RGB
CMYK
RGB Variations
Color information
#DCD0A8 (or 0xDCD0A8) is known color: Sapling. HEX triplet: DC, D0 and A8. RGB value is (220,208,168). Sum of RGB (Red+Green+Blue) = 220+208+168=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A8 is #232F57. Grayscale: #CFCFCF. Windows color (decimal): -2305880 or 11063516. OLE color: 11063516.
HSL color Cylindrical-coordinate representation of color #DCD0A8: hue angle of 46.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCD0A8 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 168 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.14 |
| HSL | 46.15º | 0.43% | 0.76% | - |
| HSV(B) | 46.15º | 0.24% | 0.86% | - |
| XYZ | 59.14 | 63.15 | 46.12 | - |
| YUV | 207.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 168 | 0 | 0.05 | 0.24 | 0.14 | 46.15 | 0.43 | 0.76 |
| Hex | DC | D0 | A8 | 0 | 5 | 18 | E | 2E | 2B | 4C |
| Octal | 334 | 320 | 250 | 0 | 5 | 30 | 16 | 56 | 53 | 114 |
| Binary | 11011100 | 11010000 | 10101000 | 0 | 101 | 11000 | 1110 | 101110 | 101011 | 1001100 |
Color Harmonies of #DCD0A8
Complementary color
Monochromatic Colors of #DCD0A8
Black with #DCD0A8
Text Example
Text Example
White with #DCD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0A8; }
p { color: rgb(220,208,168); }
H1.HeaderClassName
{
color: #DCD0A8;
}
.AnyTagClassName
{
color: #DCD0A8;
}
</style>
background-color css
<style>
a { background-color: #DCD0A8; }
a { background-color: rgb(220,208,168); }
div.DivClassName
{
background-color: #DCD0A8;
}
.BgClassName
{
background-color: #DCD0A8;
}
</style>
border-color css
<style>
span { border-color: #DCD0A8; }
span { border-color: rgb(220,208,168); }
td.TdClassName
{
border-color: #DCD0A8;
}
.TagClassName
{
border-color: #DCD0A8;
}
</style>