Shades of Sapling #DCD0AB
Tints of Sapling #DCD0AB
RGB
CMYK
RGB Variations
Color information
#DCD0AB (or 0xDCD0AB) is known color: Sapling. HEX triplet: DC, D0 and AB. RGB value is (220,208,171). Sum of RGB (Red+Green+Blue) = 220+208+171=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD0AB is #232F54. Grayscale: #CFCFCF. Windows color (decimal): -2305877 or 11260124. OLE color: 11260124.
HSL color Cylindrical-coordinate representation of color #DCD0AB: hue angle of 45.31º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCD0AB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 171 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.14 |
| HSL | 45.31º | 0.41% | 0.77% | - |
| HSV(B) | 45.31º | 0.22% | 0.86% | - |
| XYZ | 59.42 | 63.27 | 47.61 | - |
| YUV | 207.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 171 | 0 | 0.05 | 0.22 | 0.14 | 45.31 | 0.41 | 0.77 |
| Hex | DC | D0 | AB | 0 | 5 | 16 | E | 2D | 29 | 4D |
| Octal | 334 | 320 | 253 | 0 | 5 | 26 | 16 | 55 | 51 | 115 |
| Binary | 11011100 | 11010000 | 10101011 | 0 | 101 | 10110 | 1110 | 101101 | 101001 | 1001101 |
Color Harmonies of #DCD0AB
Complementary color
Monochromatic Colors of #DCD0AB
Black with #DCD0AB
Text Example
Text Example
White with #DCD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0AB; }
p { color: rgb(220,208,171); }
H1.HeaderClassName
{
color: #DCD0AB;
}
.AnyTagClassName
{
color: #DCD0AB;
}
</style>
background-color css
<style>
a { background-color: #DCD0AB; }
a { background-color: rgb(220,208,171); }
div.DivClassName
{
background-color: #DCD0AB;
}
.BgClassName
{
background-color: #DCD0AB;
}
</style>
border-color css
<style>
span { border-color: #DCD0AB; }
span { border-color: rgb(220,208,171); }
td.TdClassName
{
border-color: #DCD0AB;
}
.TagClassName
{
border-color: #DCD0AB;
}
</style>