Shades of Tumbleweed #DCA573
Tints of Tumbleweed #DCA573
RGB
CMYK
RGB Variations
Color information
#DCA573 (or 0xDCA573) is known color: Tumbleweed. HEX triplet: DC, A5 and 73. RGB value is (220,165,115). Sum of RGB (Red+Green+Blue) = 220+165+115=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA573 is #235A8C. Grayscale: #B0B0B0. Windows color (decimal): -2316941 or 7579100. OLE color: 7579100.
HSL color Cylindrical-coordinate representation of color #DCA573: hue angle of 28.57º 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 #DCA573 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 115 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.14 |
| HSL | 28.57º | 0.6% | 0.66% | - |
| HSV(B) | 28.57º | 0.48% | 0.86% | - |
| XYZ | 46.06 | 43.36 | 22.16 | - |
| YUV | 175.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 115 | 0 | 0.25 | 0.48 | 0.14 | 28.57 | 0.6 | 0.66 |
| Hex | DC | A5 | 73 | 0 | 19 | 30 | E | 1D | 3C | 42 |
| Octal | 334 | 245 | 163 | 0 | 31 | 60 | 16 | 35 | 74 | 102 |
| Binary | 11011100 | 10100101 | 1110011 | 0 | 11001 | 110000 | 1110 | 11101 | 111100 | 1000010 |
Color Harmonies of #DCA573
Complementary color
Monochromatic Colors of #DCA573
Black with #DCA573
Text Example
Text Example
White with #DCA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA573; }
p { color: rgb(220,165,115); }
H1.HeaderClassName
{
color: #DCA573;
}
.AnyTagClassName
{
color: #DCA573;
}
</style>
background-color css
<style>
a { background-color: #DCA573; }
a { background-color: rgb(220,165,115); }
div.DivClassName
{
background-color: #DCA573;
}
.BgClassName
{
background-color: #DCA573;
}
</style>
border-color css
<style>
span { border-color: #DCA573; }
span { border-color: rgb(220,165,115); }
td.TdClassName
{
border-color: #DCA573;
}
.TagClassName
{
border-color: #DCA573;
}
</style>