Shades of Tumbleweed #DCA685
Tints of Tumbleweed #DCA685
RGB
CMYK
RGB Variations
Color information
#DCA685 (or 0xDCA685) is known color: Tumbleweed. HEX triplet: DC, A6 and 85. RGB value is (220,166,133). Sum of RGB (Red+Green+Blue) = 220+166+133=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA685 is #23597A. Grayscale: #B2B2B2. Windows color (decimal): -2316667 or 8759004. OLE color: 8759004.
HSL color Cylindrical-coordinate representation of color #DCA685: hue angle of 22.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCA685 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 133 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.14 |
| HSL | 22.76º | 0.55% | 0.69% | - |
| HSV(B) | 22.76º | 0.4% | 0.86% | - |
| XYZ | 47.39 | 44.18 | 28.22 | - |
| YUV | 178.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 133 | 0 | 0.25 | 0.40 | 0.14 | 22.76 | 0.55 | 0.69 |
| Hex | DC | A6 | 85 | 0 | 19 | 28 | E | 17 | 37 | 45 |
| Octal | 334 | 246 | 205 | 0 | 31 | 50 | 16 | 27 | 67 | 105 |
| Binary | 11011100 | 10100110 | 10000101 | 0 | 11001 | 101000 | 1110 | 10111 | 110111 | 1000101 |
Color Harmonies of #DCA685
Complementary color
Monochromatic Colors of #DCA685
Black with #DCA685
Text Example
Text Example
White with #DCA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA685; }
p { color: rgb(220,166,133); }
H1.HeaderClassName
{
color: #DCA685;
}
.AnyTagClassName
{
color: #DCA685;
}
</style>
background-color css
<style>
a { background-color: #DCA685; }
a { background-color: rgb(220,166,133); }
div.DivClassName
{
background-color: #DCA685;
}
.BgClassName
{
background-color: #DCA685;
}
</style>
border-color css
<style>
span { border-color: #DCA685; }
span { border-color: rgb(220,166,133); }
td.TdClassName
{
border-color: #DCA685;
}
.TagClassName
{
border-color: #DCA685;
}
</style>