Shades of Sapling #DCD2A0
Tints of Sapling #DCD2A0
RGB
CMYK
RGB Variations
Color information
#DCD2A0 (or 0xDCD2A0) is known color: Sapling. HEX triplet: DC, D2 and A0. RGB value is (220,210,160). Sum of RGB (Red+Green+Blue) = 220+210+160=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A0 is #232D5F. Grayscale: #CFCFCF. Windows color (decimal): -2305376 or 10539740. OLE color: 10539740.
HSL color Cylindrical-coordinate representation of color #DCD2A0: hue angle of 50º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCD2A0 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 160 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.14 |
| HSL | 50º | 0.46% | 0.75% | - |
| HSV(B) | 50º | 0.27% | 0.86% | - |
| XYZ | 58.91 | 63.85 | 42.48 | - |
| YUV | 207.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 160 | 0 | 0.05 | 0.27 | 0.14 | 50 | 0.46 | 0.75 |
| Hex | DC | D2 | A0 | 0 | 5 | 1B | E | 32 | 2E | 4B |
| Octal | 334 | 322 | 240 | 0 | 5 | 33 | 16 | 62 | 56 | 113 |
| Binary | 11011100 | 11010010 | 10100000 | 0 | 101 | 11011 | 1110 | 110010 | 101110 | 1001011 |
Color Harmonies of #DCD2A0
Complementary color
Monochromatic Colors of #DCD2A0
Black with #DCD2A0
Text Example
Text Example
White with #DCD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2A0; }
p { color: rgb(220,210,160); }
H1.HeaderClassName
{
color: #DCD2A0;
}
.AnyTagClassName
{
color: #DCD2A0;
}
</style>
background-color css
<style>
a { background-color: #DCD2A0; }
a { background-color: rgb(220,210,160); }
div.DivClassName
{
background-color: #DCD2A0;
}
.BgClassName
{
background-color: #DCD2A0;
}
</style>
border-color css
<style>
span { border-color: #DCD2A0; }
span { border-color: rgb(220,210,160); }
td.TdClassName
{
border-color: #DCD2A0;
}
.TagClassName
{
border-color: #DCD2A0;
}
</style>