Shades of Sapling #DCD2AA
Tints of Sapling #DCD2AA
RGB
CMYK
RGB Variations
Color information
#DCD2AA (or 0xDCD2AA) is known color: Sapling. HEX triplet: DC, D2 and AA. RGB value is (220,210,170). Sum of RGB (Red+Green+Blue) = 220+210+170=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AA is #232D55. Grayscale: #D0D0D0. Windows color (decimal): -2305366 or 11195100. OLE color: 11195100.
HSL color Cylindrical-coordinate representation of color #DCD2AA: hue angle of 48º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCD2AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 170 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.14 |
| HSL | 48º | 0.42% | 0.76% | - |
| HSV(B) | 48º | 0.23% | 0.86% | - |
| XYZ | 59.82 | 64.21 | 47.27 | - |
| YUV | 208.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 170 | 0 | 0.05 | 0.23 | 0.14 | 48 | 0.42 | 0.76 |
| Hex | DC | D2 | AA | 0 | 5 | 17 | E | 30 | 2A | 4C |
| Octal | 334 | 322 | 252 | 0 | 5 | 27 | 16 | 60 | 52 | 114 |
| Binary | 11011100 | 11010010 | 10101010 | 0 | 101 | 10111 | 1110 | 110000 | 101010 | 1001100 |
Color Harmonies of #DCD2AA
Complementary color
Monochromatic Colors of #DCD2AA
Black with #DCD2AA
Text Example
Text Example
White with #DCD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2AA; }
p { color: rgb(220,210,170); }
H1.HeaderClassName
{
color: #DCD2AA;
}
.AnyTagClassName
{
color: #DCD2AA;
}
</style>
background-color css
<style>
a { background-color: #DCD2AA; }
a { background-color: rgb(220,210,170); }
div.DivClassName
{
background-color: #DCD2AA;
}
.BgClassName
{
background-color: #DCD2AA;
}
</style>
border-color css
<style>
span { border-color: #DCD2AA; }
span { border-color: rgb(220,210,170); }
td.TdClassName
{
border-color: #DCD2AA;
}
.TagClassName
{
border-color: #DCD2AA;
}
</style>