Shades of Tumbleweed #DCA672
Tints of Tumbleweed #DCA672
RGB
CMYK
RGB Variations
Color information
#DCA672 (or 0xDCA672) is known color: Tumbleweed. HEX triplet: DC, A6 and 72. RGB value is (220,166,114). Sum of RGB (Red+Green+Blue) = 220+166+114=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA672 is #23598D. Grayscale: #B0B0B0. Windows color (decimal): -2316686 or 7513820. OLE color: 7513820.
HSL color Cylindrical-coordinate representation of color #DCA672: hue angle of 29.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCA672 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 114 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.14 |
| HSL | 29.43º | 0.6% | 0.65% | - |
| HSV(B) | 29.43º | 0.48% | 0.86% | - |
| XYZ | 46.19 | 43.7 | 21.92 | - |
| YUV | 176.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 114 | 0 | 0.25 | 0.48 | 0.14 | 29.43 | 0.6 | 0.65 |
| Hex | DC | A6 | 72 | 0 | 19 | 30 | E | 1D | 3C | 41 |
| Octal | 334 | 246 | 162 | 0 | 31 | 60 | 16 | 35 | 74 | 101 |
| Binary | 11011100 | 10100110 | 1110010 | 0 | 11001 | 110000 | 1110 | 11101 | 111100 | 1000001 |
Color Harmonies of #DCA672
Complementary color
Monochromatic Colors of #DCA672
Black with #DCA672
Text Example
Text Example
White with #DCA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA672; }
p { color: rgb(220,166,114); }
H1.HeaderClassName
{
color: #DCA672;
}
.AnyTagClassName
{
color: #DCA672;
}
</style>
background-color css
<style>
a { background-color: #DCA672; }
a { background-color: rgb(220,166,114); }
div.DivClassName
{
background-color: #DCA672;
}
.BgClassName
{
background-color: #DCA672;
}
</style>
border-color css
<style>
span { border-color: #DCA672; }
span { border-color: rgb(220,166,114); }
td.TdClassName
{
border-color: #DCA672;
}
.TagClassName
{
border-color: #DCA672;
}
</style>