Shades of Sapling #DCD3AA
Tints of Sapling #DCD3AA
RGB
CMYK
RGB Variations
Color information
#DCD3AA (or 0xDCD3AA) is known color: Sapling. HEX triplet: DC, D3 and AA. RGB value is (220,211,170). Sum of RGB (Red+Green+Blue) = 220+211+170=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AA is #232C55. Grayscale: #D1D1D1. Windows color (decimal): -2305110 or 11195356. OLE color: 11195356.
HSL color Cylindrical-coordinate representation of color #DCD3AA: hue angle of 49.2º 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 #DCD3AA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 170 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.14 |
| HSL | 49.2º | 0.42% | 0.76% | - |
| HSV(B) | 49.2º | 0.23% | 0.86% | - |
| XYZ | 60.07 | 64.71 | 47.35 | - |
| YUV | 209.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 170 | 0 | 0.04 | 0.23 | 0.14 | 49.2 | 0.42 | 0.76 |
| Hex | DC | D3 | AA | 0 | 4 | 17 | E | 31 | 2A | 4C |
| Octal | 334 | 323 | 252 | 0 | 4 | 27 | 16 | 61 | 52 | 114 |
| Binary | 11011100 | 11010011 | 10101010 | 0 | 100 | 10111 | 1110 | 110001 | 101010 | 1001100 |
Color Harmonies of #DCD3AA
Complementary color
Monochromatic Colors of #DCD3AA
Black with #DCD3AA
Text Example
Text Example
White with #DCD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3AA; }
p { color: rgb(220,211,170); }
H1.HeaderClassName
{
color: #DCD3AA;
}
.AnyTagClassName
{
color: #DCD3AA;
}
</style>
background-color css
<style>
a { background-color: #DCD3AA; }
a { background-color: rgb(220,211,170); }
div.DivClassName
{
background-color: #DCD3AA;
}
.BgClassName
{
background-color: #DCD3AA;
}
</style>
border-color css
<style>
span { border-color: #DCD3AA; }
span { border-color: rgb(220,211,170); }
td.TdClassName
{
border-color: #DCD3AA;
}
.TagClassName
{
border-color: #DCD3AA;
}
</style>