Shades of Sapling #DCD3AC
Tints of Sapling #DCD3AC
RGB
CMYK
RGB Variations
Color information
#DCD3AC (or 0xDCD3AC) is known color: Sapling. HEX triplet: DC, D3 and AC. RGB value is (220,211,172). Sum of RGB (Red+Green+Blue) = 220+211+172=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AC is #232C53. Grayscale: #D1D1D1. Windows color (decimal): -2305108 or 11326428. OLE color: 11326428.
HSL color Cylindrical-coordinate representation of color #DCD3AC: hue angle of 48.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCD3AC is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 172 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.14 |
| HSL | 48.75º | 0.41% | 0.77% | - |
| HSV(B) | 48.75º | 0.22% | 0.86% | - |
| XYZ | 60.26 | 64.78 | 48.36 | - |
| YUV | 209.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 172 | 0 | 0.04 | 0.22 | 0.14 | 48.75 | 0.41 | 0.77 |
| Hex | DC | D3 | AC | 0 | 4 | 16 | E | 31 | 29 | 4D |
| Octal | 334 | 323 | 254 | 0 | 4 | 26 | 16 | 61 | 51 | 115 |
| Binary | 11011100 | 11010011 | 10101100 | 0 | 100 | 10110 | 1110 | 110001 | 101001 | 1001101 |
Color Harmonies of #DCD3AC
Complementary color
Monochromatic Colors of #DCD3AC
Black with #DCD3AC
Text Example
Text Example
White with #DCD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3AC; }
p { color: rgb(220,211,172); }
H1.HeaderClassName
{
color: #DCD3AC;
}
.AnyTagClassName
{
color: #DCD3AC;
}
</style>
background-color css
<style>
a { background-color: #DCD3AC; }
a { background-color: rgb(220,211,172); }
div.DivClassName
{
background-color: #DCD3AC;
}
.BgClassName
{
background-color: #DCD3AC;
}
</style>
border-color css
<style>
span { border-color: #DCD3AC; }
span { border-color: rgb(220,211,172); }
td.TdClassName
{
border-color: #DCD3AC;
}
.TagClassName
{
border-color: #DCD3AC;
}
</style>