Shades of Tumbleweed #DCA673
Tints of Tumbleweed #DCA673
RGB
CMYK
RGB Variations
Color information
#DCA673 (or 0xDCA673) is known color: Tumbleweed. HEX triplet: DC, A6 and 73. RGB value is (220,166,115). Sum of RGB (Red+Green+Blue) = 220+166+115=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA673 is #23598C. Grayscale: #B0B0B0. Windows color (decimal): -2316685 or 7579356. OLE color: 7579356.
HSL color Cylindrical-coordinate representation of color #DCA673: hue angle of 29.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCA673 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 115 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.14 |
| HSL | 29.14º | 0.6% | 0.66% | - |
| HSV(B) | 29.14º | 0.48% | 0.86% | - |
| XYZ | 46.25 | 43.73 | 22.22 | - |
| YUV | 176.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 115 | 0 | 0.25 | 0.48 | 0.14 | 29.14 | 0.6 | 0.66 |
| Hex | DC | A6 | 73 | 0 | 19 | 30 | E | 1D | 3C | 42 |
| Octal | 334 | 246 | 163 | 0 | 31 | 60 | 16 | 35 | 74 | 102 |
| Binary | 11011100 | 10100110 | 1110011 | 0 | 11001 | 110000 | 1110 | 11101 | 111100 | 1000010 |
Color Harmonies of #DCA673
Complementary color
Monochromatic Colors of #DCA673
Black with #DCA673
Text Example
Text Example
White with #DCA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA673; }
p { color: rgb(220,166,115); }
H1.HeaderClassName
{
color: #DCA673;
}
.AnyTagClassName
{
color: #DCA673;
}
</style>
background-color css
<style>
a { background-color: #DCA673; }
a { background-color: rgb(220,166,115); }
div.DivClassName
{
background-color: #DCA673;
}
.BgClassName
{
background-color: #DCA673;
}
</style>
border-color css
<style>
span { border-color: #DCA673; }
span { border-color: rgb(220,166,115); }
td.TdClassName
{
border-color: #DCA673;
}
.TagClassName
{
border-color: #DCA673;
}
</style>