Shades of Tumbleweed #DC9E77
Tints of Tumbleweed #DC9E77
RGB
CMYK
RGB Variations
Color information
#DC9E77 (or 0xDC9E77) is known color: Tumbleweed. HEX triplet: DC, 9E and 77. RGB value is (220,158,119). Sum of RGB (Red+Green+Blue) = 220+158+119=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E77 is #236188. Grayscale: #ACACAC. Windows color (decimal): -2318729 or 7839452. OLE color: 7839452.
HSL color Cylindrical-coordinate representation of color #DC9E77: hue angle of 23.17º 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 #DC9E77 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 119 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.14 |
| HSL | 23.17º | 0.59% | 0.66% | - |
| HSV(B) | 23.17º | 0.46% | 0.86% | - |
| XYZ | 45.07 | 41 | 22.99 | - |
| YUV | 172.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 119 | 0 | 0.28 | 0.46 | 0.14 | 23.17 | 0.59 | 0.66 |
| Hex | DC | 9E | 77 | 0 | 1C | 2E | E | 17 | 3B | 42 |
| Octal | 334 | 236 | 167 | 0 | 34 | 56 | 16 | 27 | 73 | 102 |
| Binary | 11011100 | 10011110 | 1110111 | 0 | 11100 | 101110 | 1110 | 10111 | 111011 | 1000010 |
Color Harmonies of #DC9E77
Complementary color
Monochromatic Colors of #DC9E77
Black with #DC9E77
Text Example
Text Example
White with #DC9E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E77; }
p { color: rgb(220,158,119); }
H1.HeaderClassName
{
color: #DC9E77;
}
.AnyTagClassName
{
color: #DC9E77;
}
</style>
background-color css
<style>
a { background-color: #DC9E77; }
a { background-color: rgb(220,158,119); }
div.DivClassName
{
background-color: #DC9E77;
}
.BgClassName
{
background-color: #DC9E77;
}
</style>
border-color css
<style>
span { border-color: #DC9E77; }
span { border-color: rgb(220,158,119); }
td.TdClassName
{
border-color: #DC9E77;
}
.TagClassName
{
border-color: #DC9E77;
}
</style>