Shades of Tumbleweed #DCA682
Tints of Tumbleweed #DCA682
RGB
CMYK
RGB Variations
Color information
#DCA682 (or 0xDCA682) is known color: Tumbleweed. HEX triplet: DC, A6 and 82. RGB value is (220,166,130). Sum of RGB (Red+Green+Blue) = 220+166+130=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA682 is #23597D. Grayscale: #B2B2B2. Windows color (decimal): -2316670 or 8562396. OLE color: 8562396.
HSL color Cylindrical-coordinate representation of color #DCA682: hue angle of 24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCA682 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 130 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.14 |
| HSL | 24º | 0.56% | 0.69% | - |
| HSV(B) | 24º | 0.41% | 0.86% | - |
| XYZ | 47.18 | 44.1 | 27.14 | - |
| YUV | 178.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 130 | 0 | 0.25 | 0.41 | 0.14 | 24 | 0.56 | 0.69 |
| Hex | DC | A6 | 82 | 0 | 19 | 29 | E | 18 | 38 | 45 |
| Octal | 334 | 246 | 202 | 0 | 31 | 51 | 16 | 30 | 70 | 105 |
| Binary | 11011100 | 10100110 | 10000010 | 0 | 11001 | 101001 | 1110 | 11000 | 111000 | 1000101 |
Color Harmonies of #DCA682
Complementary color
Monochromatic Colors of #DCA682
Black with #DCA682
Text Example
Text Example
White with #DCA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA682; }
p { color: rgb(220,166,130); }
H1.HeaderClassName
{
color: #DCA682;
}
.AnyTagClassName
{
color: #DCA682;
}
</style>
background-color css
<style>
a { background-color: #DCA682; }
a { background-color: rgb(220,166,130); }
div.DivClassName
{
background-color: #DCA682;
}
.BgClassName
{
background-color: #DCA682;
}
</style>
border-color css
<style>
span { border-color: #DCA682; }
span { border-color: rgb(220,166,130); }
td.TdClassName
{
border-color: #DCA682;
}
.TagClassName
{
border-color: #DCA682;
}
</style>