Shades of Tumbleweed #DC9F76
Tints of Tumbleweed #DC9F76
RGB
CMYK
RGB Variations
Color information
#DC9F76 (or 0xDC9F76) is known color: Tumbleweed. HEX triplet: DC, 9F and 76. RGB value is (220,159,118). Sum of RGB (Red+Green+Blue) = 220+159+118=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F76 is #236089. Grayscale: #ACACAC. Windows color (decimal): -2318474 or 7774172. OLE color: 7774172.
HSL color Cylindrical-coordinate representation of color #DC9F76: hue angle of 24.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9F76 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 118 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.14 |
| HSL | 24.12º | 0.59% | 0.66% | - |
| HSV(B) | 24.12º | 0.46% | 0.86% | - |
| XYZ | 45.18 | 41.32 | 22.73 | - |
| YUV | 172.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 118 | 0 | 0.28 | 0.46 | 0.14 | 24.12 | 0.59 | 0.66 |
| Hex | DC | 9F | 76 | 0 | 1C | 2E | E | 18 | 3B | 42 |
| Octal | 334 | 237 | 166 | 0 | 34 | 56 | 16 | 30 | 73 | 102 |
| Binary | 11011100 | 10011111 | 1110110 | 0 | 11100 | 101110 | 1110 | 11000 | 111011 | 1000010 |
Color Harmonies of #DC9F76
Complementary color
Monochromatic Colors of #DC9F76
Black with #DC9F76
Text Example
Text Example
White with #DC9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F76; }
p { color: rgb(220,159,118); }
H1.HeaderClassName
{
color: #DC9F76;
}
.AnyTagClassName
{
color: #DC9F76;
}
</style>
background-color css
<style>
a { background-color: #DC9F76; }
a { background-color: rgb(220,159,118); }
div.DivClassName
{
background-color: #DC9F76;
}
.BgClassName
{
background-color: #DC9F76;
}
</style>
border-color css
<style>
span { border-color: #DC9F76; }
span { border-color: rgb(220,159,118); }
td.TdClassName
{
border-color: #DC9F76;
}
.TagClassName
{
border-color: #DC9F76;
}
</style>