Shades of Sapling #DCD1AD
Tints of Sapling #DCD1AD
RGB
CMYK
RGB Variations
Color information
#DCD1AD (or 0xDCD1AD) is known color: Sapling. HEX triplet: DC, D1 and AD. RGB value is (220,209,173). Sum of RGB (Red+Green+Blue) = 220+209+173=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AD is #232E52. Grayscale: #D0D0D0. Windows color (decimal): -2305619 or 11391452. OLE color: 11391452.
HSL color Cylindrical-coordinate representation of color #DCD1AD: hue angle of 45.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCD1AD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 173 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.14 |
| HSL | 45.96º | 0.4% | 0.77% | - |
| HSV(B) | 45.96º | 0.21% | 0.86% | - |
| XYZ | 59.86 | 63.83 | 48.7 | - |
| YUV | 208.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 173 | 0 | 0.05 | 0.21 | 0.14 | 45.96 | 0.4 | 0.77 |
| Hex | DC | D1 | AD | 0 | 5 | 15 | E | 2E | 28 | 4D |
| Octal | 334 | 321 | 255 | 0 | 5 | 25 | 16 | 56 | 50 | 115 |
| Binary | 11011100 | 11010001 | 10101101 | 0 | 101 | 10101 | 1110 | 101110 | 101000 | 1001101 |
Color Harmonies of #DCD1AD
Complementary color
Monochromatic Colors of #DCD1AD
Black with #DCD1AD
Text Example
Text Example
White with #DCD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1AD; }
p { color: rgb(220,209,173); }
H1.HeaderClassName
{
color: #DCD1AD;
}
.AnyTagClassName
{
color: #DCD1AD;
}
</style>
background-color css
<style>
a { background-color: #DCD1AD; }
a { background-color: rgb(220,209,173); }
div.DivClassName
{
background-color: #DCD1AD;
}
.BgClassName
{
background-color: #DCD1AD;
}
</style>
border-color css
<style>
span { border-color: #DCD1AD; }
span { border-color: rgb(220,209,173); }
td.TdClassName
{
border-color: #DCD1AD;
}
.TagClassName
{
border-color: #DCD1AD;
}
</style>