Shades of Tumbleweed #DC9F73
Tints of Tumbleweed #DC9F73
RGB
CMYK
RGB Variations
Color information
#DC9F73 (or 0xDC9F73) is known color: Tumbleweed. HEX triplet: DC, 9F and 73. RGB value is (220,159,115). Sum of RGB (Red+Green+Blue) = 220+159+115=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F73 is #23608C. Grayscale: #ACACAC. Windows color (decimal): -2318477 or 7577564. OLE color: 7577564.
HSL color Cylindrical-coordinate representation of color #DC9F73: hue angle of 25.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 #DC9F73 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 115 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.14 |
| HSL | 25.14º | 0.6% | 0.66% | - |
| HSV(B) | 25.14º | 0.48% | 0.86% | - |
| XYZ | 45.01 | 41.25 | 21.81 | - |
| YUV | 172.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 115 | 0 | 0.28 | 0.48 | 0.14 | 25.14 | 0.6 | 0.66 |
| Hex | DC | 9F | 73 | 0 | 1C | 30 | E | 19 | 3C | 42 |
| Octal | 334 | 237 | 163 | 0 | 34 | 60 | 16 | 31 | 74 | 102 |
| Binary | 11011100 | 10011111 | 1110011 | 0 | 11100 | 110000 | 1110 | 11001 | 111100 | 1000010 |
Color Harmonies of #DC9F73
Complementary color
Monochromatic Colors of #DC9F73
Black with #DC9F73
Text Example
Text Example
White with #DC9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F73; }
p { color: rgb(220,159,115); }
H1.HeaderClassName
{
color: #DC9F73;
}
.AnyTagClassName
{
color: #DC9F73;
}
</style>
background-color css
<style>
a { background-color: #DC9F73; }
a { background-color: rgb(220,159,115); }
div.DivClassName
{
background-color: #DC9F73;
}
.BgClassName
{
background-color: #DC9F73;
}
</style>
border-color css
<style>
span { border-color: #DC9F73; }
span { border-color: rgb(220,159,115); }
td.TdClassName
{
border-color: #DC9F73;
}
.TagClassName
{
border-color: #DC9F73;
}
</style>