Shades of Tumbleweed #DC9C76
Tints of Tumbleweed #DC9C76
RGB
CMYK
RGB Variations
Color information
#DC9C76 (or 0xDC9C76) is known color: Tumbleweed. HEX triplet: DC, 9C and 76. RGB value is (220,156,118). Sum of RGB (Red+Green+Blue) = 220+156+118=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C76 is #236389. Grayscale: #ABABAB. Windows color (decimal): -2319242 or 7773404. OLE color: 7773404.
HSL color Cylindrical-coordinate representation of color #DC9C76: hue angle of 22.35º 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 #DC9C76 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 118 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.14 |
| HSL | 22.35º | 0.59% | 0.66% | - |
| HSV(B) | 22.35º | 0.46% | 0.86% | - |
| XYZ | 44.67 | 40.3 | 22.56 | - |
| YUV | 170.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 118 | 0 | 0.29 | 0.46 | 0.14 | 22.35 | 0.59 | 0.66 |
| Hex | DC | 9C | 76 | 0 | 1D | 2E | E | 16 | 3B | 42 |
| Octal | 334 | 234 | 166 | 0 | 35 | 56 | 16 | 26 | 73 | 102 |
| Binary | 11011100 | 10011100 | 1110110 | 0 | 11101 | 101110 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DC9C76
Complementary color
Monochromatic Colors of #DC9C76
Black with #DC9C76
Text Example
Text Example
White with #DC9C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C76; }
p { color: rgb(220,156,118); }
H1.HeaderClassName
{
color: #DC9C76;
}
.AnyTagClassName
{
color: #DC9C76;
}
</style>
background-color css
<style>
a { background-color: #DC9C76; }
a { background-color: rgb(220,156,118); }
div.DivClassName
{
background-color: #DC9C76;
}
.BgClassName
{
background-color: #DC9C76;
}
</style>
border-color css
<style>
span { border-color: #DC9C76; }
span { border-color: rgb(220,156,118); }
td.TdClassName
{
border-color: #DC9C76;
}
.TagClassName
{
border-color: #DC9C76;
}
</style>