Shades of Sapling #DCD0A4
Tints of Sapling #DCD0A4
RGB
CMYK
RGB Variations
Color information
#DCD0A4 (or 0xDCD0A4) is known color: Sapling. HEX triplet: DC, D0 and A4. RGB value is (220,208,164). Sum of RGB (Red+Green+Blue) = 220+208+164=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0A4 is #232F5B. Grayscale: #CECECE. Windows color (decimal): -2305884 or 10801372. OLE color: 10801372.
HSL color Cylindrical-coordinate representation of color #DCD0A4: hue angle of 47.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD0A4 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 164 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.14 |
| HSL | 47.14º | 0.44% | 0.75% | - |
| HSV(B) | 47.14º | 0.25% | 0.86% | - |
| XYZ | 58.77 | 63.01 | 44.19 | - |
| YUV | 206.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 164 | 0 | 0.05 | 0.25 | 0.14 | 47.14 | 0.44 | 0.75 |
| Hex | DC | D0 | A4 | 0 | 5 | 19 | E | 2F | 2C | 4B |
| Octal | 334 | 320 | 244 | 0 | 5 | 31 | 16 | 57 | 54 | 113 |
| Binary | 11011100 | 11010000 | 10100100 | 0 | 101 | 11001 | 1110 | 101111 | 101100 | 1001011 |
Color Harmonies of #DCD0A4
Complementary color
Monochromatic Colors of #DCD0A4
Black with #DCD0A4
Text Example
Text Example
White with #DCD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0A4; }
p { color: rgb(220,208,164); }
H1.HeaderClassName
{
color: #DCD0A4;
}
.AnyTagClassName
{
color: #DCD0A4;
}
</style>
background-color css
<style>
a { background-color: #DCD0A4; }
a { background-color: rgb(220,208,164); }
div.DivClassName
{
background-color: #DCD0A4;
}
.BgClassName
{
background-color: #DCD0A4;
}
</style>
border-color css
<style>
span { border-color: #DCD0A4; }
span { border-color: rgb(220,208,164); }
td.TdClassName
{
border-color: #DCD0A4;
}
.TagClassName
{
border-color: #DCD0A4;
}
</style>