Shades of Tumbleweed #DCA987
Tints of Tumbleweed #DCA987
RGB
CMYK
RGB Variations
Color information
#DCA987 (or 0xDCA987) is known color: Tumbleweed. HEX triplet: DC, A9 and 87. RGB value is (220,169,135). Sum of RGB (Red+Green+Blue) = 220+169+135=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA987 is #235678. Grayscale: #B4B4B4. Windows color (decimal): -2315897 or 8890844. OLE color: 8890844.
HSL color Cylindrical-coordinate representation of color #DCA987: hue angle of 24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCA987 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 135 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.14 |
| HSL | 24º | 0.55% | 0.7% | - |
| HSV(B) | 24º | 0.39% | 0.86% | - |
| XYZ | 48.08 | 45.34 | 29.14 | - |
| YUV | 180.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 135 | 0 | 0.23 | 0.39 | 0.14 | 24 | 0.55 | 0.7 |
| Hex | DC | A9 | 87 | 0 | 17 | 27 | E | 18 | 37 | 46 |
| Octal | 334 | 251 | 207 | 0 | 27 | 47 | 16 | 30 | 67 | 106 |
| Binary | 11011100 | 10101001 | 10000111 | 0 | 10111 | 100111 | 1110 | 11000 | 110111 | 1000110 |
Color Harmonies of #DCA987
Complementary color
Monochromatic Colors of #DCA987
Black with #DCA987
Text Example
Text Example
White with #DCA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA987; }
p { color: rgb(220,169,135); }
H1.HeaderClassName
{
color: #DCA987;
}
.AnyTagClassName
{
color: #DCA987;
}
</style>
background-color css
<style>
a { background-color: #DCA987; }
a { background-color: rgb(220,169,135); }
div.DivClassName
{
background-color: #DCA987;
}
.BgClassName
{
background-color: #DCA987;
}
</style>
border-color css
<style>
span { border-color: #DCA987; }
span { border-color: rgb(220,169,135); }
td.TdClassName
{
border-color: #DCA987;
}
.TagClassName
{
border-color: #DCA987;
}
</style>