Shades of Sapling #DCD2AE
Tints of Sapling #DCD2AE
RGB
CMYK
RGB Variations
Color information
#DCD2AE (or 0xDCD2AE) is known color: Sapling. HEX triplet: DC, D2 and AE. RGB value is (220,210,174). Sum of RGB (Red+Green+Blue) = 220+210+174=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AE is #232D51. Grayscale: #D1D1D1. Windows color (decimal): -2305362 or 11457244. OLE color: 11457244.
HSL color Cylindrical-coordinate representation of color #DCD2AE: hue angle of 46.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 #DCD2AE is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 174 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.14 |
| HSL | 46.96º | 0.4% | 0.77% | - |
| HSV(B) | 46.96º | 0.21% | 0.86% | - |
| XYZ | 60.2 | 64.36 | 49.3 | - |
| YUV | 208.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 174 | 0 | 0.05 | 0.21 | 0.14 | 46.96 | 0.4 | 0.77 |
| Hex | DC | D2 | AE | 0 | 5 | 15 | E | 2F | 28 | 4D |
| Octal | 334 | 322 | 256 | 0 | 5 | 25 | 16 | 57 | 50 | 115 |
| Binary | 11011100 | 11010010 | 10101110 | 0 | 101 | 10101 | 1110 | 101111 | 101000 | 1001101 |
Color Harmonies of #DCD2AE
Complementary color
Monochromatic Colors of #DCD2AE
Black with #DCD2AE
Text Example
Text Example
White with #DCD2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2AE; }
p { color: rgb(220,210,174); }
H1.HeaderClassName
{
color: #DCD2AE;
}
.AnyTagClassName
{
color: #DCD2AE;
}
</style>
background-color css
<style>
a { background-color: #DCD2AE; }
a { background-color: rgb(220,210,174); }
div.DivClassName
{
background-color: #DCD2AE;
}
.BgClassName
{
background-color: #DCD2AE;
}
</style>
border-color css
<style>
span { border-color: #DCD2AE; }
span { border-color: rgb(220,210,174); }
td.TdClassName
{
border-color: #DCD2AE;
}
.TagClassName
{
border-color: #DCD2AE;
}
</style>