Shades of Sapling #DCD1AB
Tints of Sapling #DCD1AB
RGB
CMYK
RGB Variations
Color information
#DCD1AB (or 0xDCD1AB) is known color: Sapling. HEX triplet: DC, D1 and AB. RGB value is (220,209,171). Sum of RGB (Red+Green+Blue) = 220+209+171=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AB is #232E54. Grayscale: #D0D0D0. Windows color (decimal): -2305621 or 11260380. OLE color: 11260380.
HSL color Cylindrical-coordinate representation of color #DCD1AB: hue angle of 46.53º 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 #DCD1AB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 171 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.14 |
| HSL | 46.53º | 0.41% | 0.77% | - |
| HSV(B) | 46.53º | 0.22% | 0.86% | - |
| XYZ | 59.67 | 63.76 | 47.69 | - |
| YUV | 207.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 171 | 0 | 0.05 | 0.22 | 0.14 | 46.53 | 0.41 | 0.77 |
| Hex | DC | D1 | AB | 0 | 5 | 16 | E | 2F | 29 | 4D |
| Octal | 334 | 321 | 253 | 0 | 5 | 26 | 16 | 57 | 51 | 115 |
| Binary | 11011100 | 11010001 | 10101011 | 0 | 101 | 10110 | 1110 | 101111 | 101001 | 1001101 |
Color Harmonies of #DCD1AB
Complementary color
Monochromatic Colors of #DCD1AB
Black with #DCD1AB
Text Example
Text Example
White with #DCD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1AB; }
p { color: rgb(220,209,171); }
H1.HeaderClassName
{
color: #DCD1AB;
}
.AnyTagClassName
{
color: #DCD1AB;
}
</style>
background-color css
<style>
a { background-color: #DCD1AB; }
a { background-color: rgb(220,209,171); }
div.DivClassName
{
background-color: #DCD1AB;
}
.BgClassName
{
background-color: #DCD1AB;
}
</style>
border-color css
<style>
span { border-color: #DCD1AB; }
span { border-color: rgb(220,209,171); }
td.TdClassName
{
border-color: #DCD1AB;
}
.TagClassName
{
border-color: #DCD1AB;
}
</style>