Shades of Tumbleweed #DCA087
Tints of Tumbleweed #DCA087
RGB
CMYK
RGB Variations
Color information
#DCA087 (or 0xDCA087) is known color: Tumbleweed. HEX triplet: DC, A0 and 87. RGB value is (220,160,135). Sum of RGB (Red+Green+Blue) = 220+160+135=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA087 is #235F78. Grayscale: #AFAFAF. Windows color (decimal): -2318201 or 8888540. OLE color: 8888540.
HSL color Cylindrical-coordinate representation of color #DCA087: hue angle of 17.65º 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 #DCA087 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 135 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.14 |
| HSL | 17.65º | 0.55% | 0.7% | - |
| HSV(B) | 17.65º | 0.39% | 0.86% | - |
| XYZ | 46.46 | 42.11 | 28.6 | - |
| YUV | 175.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 135 | 0 | 0.27 | 0.39 | 0.14 | 17.65 | 0.55 | 0.7 |
| Hex | DC | A0 | 87 | 0 | 1B | 27 | E | 12 | 37 | 46 |
| Octal | 334 | 240 | 207 | 0 | 33 | 47 | 16 | 22 | 67 | 106 |
| Binary | 11011100 | 10100000 | 10000111 | 0 | 11011 | 100111 | 1110 | 10010 | 110111 | 1000110 |
Color Harmonies of #DCA087
Complementary color
Monochromatic Colors of #DCA087
Black with #DCA087
Text Example
Text Example
White with #DCA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA087; }
p { color: rgb(220,160,135); }
H1.HeaderClassName
{
color: #DCA087;
}
.AnyTagClassName
{
color: #DCA087;
}
</style>
background-color css
<style>
a { background-color: #DCA087; }
a { background-color: rgb(220,160,135); }
div.DivClassName
{
background-color: #DCA087;
}
.BgClassName
{
background-color: #DCA087;
}
</style>
border-color css
<style>
span { border-color: #DCA087; }
span { border-color: rgb(220,160,135); }
td.TdClassName
{
border-color: #DCA087;
}
.TagClassName
{
border-color: #DCA087;
}
</style>