Shades of Sapling #DCD1A9
Tints of Sapling #DCD1A9
RGB
CMYK
RGB Variations
Color information
#DCD1A9 (or 0xDCD1A9) is known color: Sapling. HEX triplet: DC, D1 and A9. RGB value is (220,209,169). Sum of RGB (Red+Green+Blue) = 220+209+169=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A9 is #232E56. Grayscale: #CFCFCF. Windows color (decimal): -2305623 or 11129308. OLE color: 11129308.
HSL color Cylindrical-coordinate representation of color #DCD1A9: hue angle of 47.06º 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 #DCD1A9 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 169 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.14 |
| HSL | 47.06º | 0.42% | 0.76% | - |
| HSV(B) | 47.06º | 0.23% | 0.86% | - |
| XYZ | 59.48 | 63.68 | 46.69 | - |
| YUV | 207.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 169 | 0 | 0.05 | 0.23 | 0.14 | 47.06 | 0.42 | 0.76 |
| Hex | DC | D1 | A9 | 0 | 5 | 17 | E | 2F | 2A | 4C |
| Octal | 334 | 321 | 251 | 0 | 5 | 27 | 16 | 57 | 52 | 114 |
| Binary | 11011100 | 11010001 | 10101001 | 0 | 101 | 10111 | 1110 | 101111 | 101010 | 1001100 |
Color Harmonies of #DCD1A9
Complementary color
Monochromatic Colors of #DCD1A9
Black with #DCD1A9
Text Example
Text Example
White with #DCD1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1A9; }
p { color: rgb(220,209,169); }
H1.HeaderClassName
{
color: #DCD1A9;
}
.AnyTagClassName
{
color: #DCD1A9;
}
</style>
background-color css
<style>
a { background-color: #DCD1A9; }
a { background-color: rgb(220,209,169); }
div.DivClassName
{
background-color: #DCD1A9;
}
.BgClassName
{
background-color: #DCD1A9;
}
</style>
border-color css
<style>
span { border-color: #DCD1A9; }
span { border-color: rgb(220,209,169); }
td.TdClassName
{
border-color: #DCD1A9;
}
.TagClassName
{
border-color: #DCD1A9;
}
</style>