Shades of Tumbleweed #DCA575
Tints of Tumbleweed #DCA575
RGB
CMYK
RGB Variations
Color information
#DCA575 (or 0xDCA575) is known color: Tumbleweed. HEX triplet: DC, A5 and 75. RGB value is (220,165,117). Sum of RGB (Red+Green+Blue) = 220+165+117=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA575 is #235A8A. Grayscale: #B0B0B0. Windows color (decimal): -2316939 or 7710172. OLE color: 7710172.
HSL color Cylindrical-coordinate representation of color #DCA575: hue angle of 27.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCA575 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 117 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.14 |
| HSL | 27.96º | 0.6% | 0.66% | - |
| HSV(B) | 27.96º | 0.47% | 0.86% | - |
| XYZ | 46.18 | 43.41 | 22.77 | - |
| YUV | 175.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 117 | 0 | 0.25 | 0.47 | 0.14 | 27.96 | 0.6 | 0.66 |
| Hex | DC | A5 | 75 | 0 | 19 | 2F | E | 1C | 3C | 42 |
| Octal | 334 | 245 | 165 | 0 | 31 | 57 | 16 | 34 | 74 | 102 |
| Binary | 11011100 | 10100101 | 1110101 | 0 | 11001 | 101111 | 1110 | 11100 | 111100 | 1000010 |
Color Harmonies of #DCA575
Complementary color
Monochromatic Colors of #DCA575
Black with #DCA575
Text Example
Text Example
White with #DCA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA575; }
p { color: rgb(220,165,117); }
H1.HeaderClassName
{
color: #DCA575;
}
.AnyTagClassName
{
color: #DCA575;
}
</style>
background-color css
<style>
a { background-color: #DCA575; }
a { background-color: rgb(220,165,117); }
div.DivClassName
{
background-color: #DCA575;
}
.BgClassName
{
background-color: #DCA575;
}
</style>
border-color css
<style>
span { border-color: #DCA575; }
span { border-color: rgb(220,165,117); }
td.TdClassName
{
border-color: #DCA575;
}
.TagClassName
{
border-color: #DCA575;
}
</style>