Shades of Sapling #DCD2A4
Tints of Sapling #DCD2A4
RGB
CMYK
RGB Variations
Color information
#DCD2A4 (or 0xDCD2A4) is known color: Sapling. HEX triplet: DC, D2 and A4. RGB value is (220,210,164). Sum of RGB (Red+Green+Blue) = 220+210+164=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A4 is #232D5B. Grayscale: #CFCFCF. Windows color (decimal): -2305372 or 10801884. OLE color: 10801884.
HSL color Cylindrical-coordinate representation of color #DCD2A4: hue angle of 49.29º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD2A4 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 164 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.14 |
| HSL | 49.29º | 0.44% | 0.75% | - |
| HSV(B) | 49.29º | 0.25% | 0.86% | - |
| XYZ | 59.26 | 63.99 | 44.35 | - |
| YUV | 207.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 164 | 0 | 0.05 | 0.25 | 0.14 | 49.29 | 0.44 | 0.75 |
| Hex | DC | D2 | A4 | 0 | 5 | 19 | E | 31 | 2C | 4B |
| Octal | 334 | 322 | 244 | 0 | 5 | 31 | 16 | 61 | 54 | 113 |
| Binary | 11011100 | 11010010 | 10100100 | 0 | 101 | 11001 | 1110 | 110001 | 101100 | 1001011 |
Color Harmonies of #DCD2A4
Complementary color
Monochromatic Colors of #DCD2A4
Black with #DCD2A4
Text Example
Text Example
White with #DCD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2A4; }
p { color: rgb(220,210,164); }
H1.HeaderClassName
{
color: #DCD2A4;
}
.AnyTagClassName
{
color: #DCD2A4;
}
</style>
background-color css
<style>
a { background-color: #DCD2A4; }
a { background-color: rgb(220,210,164); }
div.DivClassName
{
background-color: #DCD2A4;
}
.BgClassName
{
background-color: #DCD2A4;
}
</style>
border-color css
<style>
span { border-color: #DCD2A4; }
span { border-color: rgb(220,210,164); }
td.TdClassName
{
border-color: #DCD2A4;
}
.TagClassName
{
border-color: #DCD2A4;
}
</style>