Shades of Tumbleweed #DCA773
Tints of Tumbleweed #DCA773
RGB
CMYK
RGB Variations
Color information
#DCA773 (or 0xDCA773) is known color: Tumbleweed. HEX triplet: DC, A7 and 73. RGB value is (220,167,115). Sum of RGB (Red+Green+Blue) = 220+167+115=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA773 is #23588C. Grayscale: #B1B1B1. Windows color (decimal): -2316429 or 7579612. OLE color: 7579612.
HSL color Cylindrical-coordinate representation of color #DCA773: hue angle of 29.71º 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 #DCA773 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 115 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.14 |
| HSL | 29.71º | 0.6% | 0.66% | - |
| HSV(B) | 29.71º | 0.48% | 0.86% | - |
| XYZ | 46.43 | 44.09 | 22.28 | - |
| YUV | 176.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 115 | 0 | 0.24 | 0.48 | 0.14 | 29.71 | 0.6 | 0.66 |
| Hex | DC | A7 | 73 | 0 | 18 | 30 | E | 1E | 3C | 42 |
| Octal | 334 | 247 | 163 | 0 | 30 | 60 | 16 | 36 | 74 | 102 |
| Binary | 11011100 | 10100111 | 1110011 | 0 | 11000 | 110000 | 1110 | 11110 | 111100 | 1000010 |
Color Harmonies of #DCA773
Complementary color
Monochromatic Colors of #DCA773
Black with #DCA773
Text Example
Text Example
White with #DCA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA773; }
p { color: rgb(220,167,115); }
H1.HeaderClassName
{
color: #DCA773;
}
.AnyTagClassName
{
color: #DCA773;
}
</style>
background-color css
<style>
a { background-color: #DCA773; }
a { background-color: rgb(220,167,115); }
div.DivClassName
{
background-color: #DCA773;
}
.BgClassName
{
background-color: #DCA773;
}
</style>
border-color css
<style>
span { border-color: #DCA773; }
span { border-color: rgb(220,167,115); }
td.TdClassName
{
border-color: #DCA773;
}
.TagClassName
{
border-color: #DCA773;
}
</style>