Shades of Sapling #DCD3A8
Tints of Sapling #DCD3A8
RGB
CMYK
RGB Variations
Color information
#DCD3A8 (or 0xDCD3A8) is known color: Sapling. HEX triplet: DC, D3 and A8. RGB value is (220,211,168). Sum of RGB (Red+Green+Blue) = 220+211+168=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A8 is #232C57. Grayscale: #D0D0D0. Windows color (decimal): -2305112 or 11064284. OLE color: 11064284.
HSL color Cylindrical-coordinate representation of color #DCD3A8: hue angle of 49.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCD3A8 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 168 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.14 |
| HSL | 49.62º | 0.43% | 0.76% | - |
| HSV(B) | 49.62º | 0.24% | 0.86% | - |
| XYZ | 59.88 | 64.63 | 46.37 | - |
| YUV | 208.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 168 | 0 | 0.04 | 0.24 | 0.14 | 49.62 | 0.43 | 0.76 |
| Hex | DC | D3 | A8 | 0 | 4 | 18 | E | 32 | 2B | 4C |
| Octal | 334 | 323 | 250 | 0 | 4 | 30 | 16 | 62 | 53 | 114 |
| Binary | 11011100 | 11010011 | 10101000 | 0 | 100 | 11000 | 1110 | 110010 | 101011 | 1001100 |
Color Harmonies of #DCD3A8
Complementary color
Monochromatic Colors of #DCD3A8
Black with #DCD3A8
Text Example
Text Example
White with #DCD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3A8; }
p { color: rgb(220,211,168); }
H1.HeaderClassName
{
color: #DCD3A8;
}
.AnyTagClassName
{
color: #DCD3A8;
}
</style>
background-color css
<style>
a { background-color: #DCD3A8; }
a { background-color: rgb(220,211,168); }
div.DivClassName
{
background-color: #DCD3A8;
}
.BgClassName
{
background-color: #DCD3A8;
}
</style>
border-color css
<style>
span { border-color: #DCD3A8; }
span { border-color: rgb(220,211,168); }
td.TdClassName
{
border-color: #DCD3A8;
}
.TagClassName
{
border-color: #DCD3A8;
}
</style>