Shades of Tumbleweed #DC9C79
Tints of Tumbleweed #DC9C79
RGB
CMYK
RGB Variations
Color information
#DC9C79 (or 0xDC9C79) is known color: Tumbleweed. HEX triplet: DC, 9C and 79. RGB value is (220,156,121). Sum of RGB (Red+Green+Blue) = 220+156+121=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C79 is #236386. Grayscale: #ABABAB. Windows color (decimal): -2319239 or 7970012. OLE color: 7970012.
HSL color Cylindrical-coordinate representation of color #DC9C79: hue angle of 21.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9C79 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 121 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.14 |
| HSL | 21.21º | 0.59% | 0.67% | - |
| HSV(B) | 21.21º | 0.45% | 0.86% | - |
| XYZ | 44.85 | 40.37 | 23.52 | - |
| YUV | 171.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 121 | 0 | 0.29 | 0.45 | 0.14 | 21.21 | 0.59 | 0.67 |
| Hex | DC | 9C | 79 | 0 | 1D | 2D | E | 15 | 3B | 43 |
| Octal | 334 | 234 | 171 | 0 | 35 | 55 | 16 | 25 | 73 | 103 |
| Binary | 11011100 | 10011100 | 1111001 | 0 | 11101 | 101101 | 1110 | 10101 | 111011 | 1000011 |
Color Harmonies of #DC9C79
Complementary color
Monochromatic Colors of #DC9C79
Black with #DC9C79
Text Example
Text Example
White with #DC9C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C79; }
p { color: rgb(220,156,121); }
H1.HeaderClassName
{
color: #DC9C79;
}
.AnyTagClassName
{
color: #DC9C79;
}
</style>
background-color css
<style>
a { background-color: #DC9C79; }
a { background-color: rgb(220,156,121); }
div.DivClassName
{
background-color: #DC9C79;
}
.BgClassName
{
background-color: #DC9C79;
}
</style>
border-color css
<style>
span { border-color: #DC9C79; }
span { border-color: rgb(220,156,121); }
td.TdClassName
{
border-color: #DC9C79;
}
.TagClassName
{
border-color: #DC9C79;
}
</style>