Shades of Sapling #DCD2A1
Tints of Sapling #DCD2A1
RGB
CMYK
RGB Variations
Color information
#DCD2A1 (or 0xDCD2A1) is known color: Sapling. HEX triplet: DC, D2 and A1. RGB value is (220,210,161). Sum of RGB (Red+Green+Blue) = 220+210+161=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A1 is #232D5E. Grayscale: #CFCFCF. Windows color (decimal): -2305375 or 10605276. OLE color: 10605276.
HSL color Cylindrical-coordinate representation of color #DCD2A1: hue angle of 49.83º 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 #DCD2A1 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 161 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.14 |
| HSL | 49.83º | 0.46% | 0.75% | - |
| HSV(B) | 49.83º | 0.27% | 0.86% | - |
| XYZ | 58.99 | 63.88 | 42.94 | - |
| YUV | 207.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 161 | 0 | 0.05 | 0.27 | 0.14 | 49.83 | 0.46 | 0.75 |
| Hex | DC | D2 | A1 | 0 | 5 | 1B | E | 32 | 2E | 4B |
| Octal | 334 | 322 | 241 | 0 | 5 | 33 | 16 | 62 | 56 | 113 |
| Binary | 11011100 | 11010010 | 10100001 | 0 | 101 | 11011 | 1110 | 110010 | 101110 | 1001011 |
Color Harmonies of #DCD2A1
Complementary color
Monochromatic Colors of #DCD2A1
Black with #DCD2A1
Text Example
Text Example
White with #DCD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2A1; }
p { color: rgb(220,210,161); }
H1.HeaderClassName
{
color: #DCD2A1;
}
.AnyTagClassName
{
color: #DCD2A1;
}
</style>
background-color css
<style>
a { background-color: #DCD2A1; }
a { background-color: rgb(220,210,161); }
div.DivClassName
{
background-color: #DCD2A1;
}
.BgClassName
{
background-color: #DCD2A1;
}
</style>
border-color css
<style>
span { border-color: #DCD2A1; }
span { border-color: rgb(220,210,161); }
td.TdClassName
{
border-color: #DCD2A1;
}
.TagClassName
{
border-color: #DCD2A1;
}
</style>