Shades of Sapling #DCD3AD
Tints of Sapling #DCD3AD
RGB
CMYK
RGB Variations
Color information
#DCD3AD (or 0xDCD3AD) is known color: Sapling. HEX triplet: DC, D3 and AD. RGB value is (220,211,173). Sum of RGB (Red+Green+Blue) = 220+211+173=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AD is #232C52. Grayscale: #D1D1D1. Windows color (decimal): -2305107 or 11391964. OLE color: 11391964.
HSL color Cylindrical-coordinate representation of color #DCD3AD: hue angle of 48.51º 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 #DCD3AD is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 173 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.14 |
| HSL | 48.51º | 0.4% | 0.77% | - |
| HSV(B) | 48.51º | 0.21% | 0.86% | - |
| XYZ | 60.35 | 64.82 | 48.87 | - |
| YUV | 209.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 173 | 0 | 0.04 | 0.21 | 0.14 | 48.51 | 0.4 | 0.77 |
| Hex | DC | D3 | AD | 0 | 4 | 15 | E | 31 | 28 | 4D |
| Octal | 334 | 323 | 255 | 0 | 4 | 25 | 16 | 61 | 50 | 115 |
| Binary | 11011100 | 11010011 | 10101101 | 0 | 100 | 10101 | 1110 | 110001 | 101000 | 1001101 |
Color Harmonies of #DCD3AD
Complementary color
Monochromatic Colors of #DCD3AD
Black with #DCD3AD
Text Example
Text Example
White with #DCD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3AD; }
p { color: rgb(220,211,173); }
H1.HeaderClassName
{
color: #DCD3AD;
}
.AnyTagClassName
{
color: #DCD3AD;
}
</style>
background-color css
<style>
a { background-color: #DCD3AD; }
a { background-color: rgb(220,211,173); }
div.DivClassName
{
background-color: #DCD3AD;
}
.BgClassName
{
background-color: #DCD3AD;
}
</style>
border-color css
<style>
span { border-color: #DCD3AD; }
span { border-color: rgb(220,211,173); }
td.TdClassName
{
border-color: #DCD3AD;
}
.TagClassName
{
border-color: #DCD3AD;
}
</style>