Shades of Tumbleweed #DE9D77
Tints of Tumbleweed #DE9D77
RGB
CMYK
RGB Variations
Color information
#DE9D77 (or 0xDE9D77) is known color: Tumbleweed. HEX triplet: DE, 9D and 77. RGB value is (222,157,119). Sum of RGB (Red+Green+Blue) = 222+157+119=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D77 is #216288. Grayscale: #ACACAC. Windows color (decimal): -2187913 or 7839198. OLE color: 7839198.
HSL color Cylindrical-coordinate representation of color #DE9D77: hue angle of 22.14º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE9D77 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 119 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.13 |
| HSL | 22.14º | 0.61% | 0.67% | - |
| HSV(B) | 22.14º | 0.46% | 0.87% | - |
| XYZ | 45.51 | 40.98 | 22.96 | - |
| YUV | 172.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 119 | 0 | 0.29 | 0.46 | 0.13 | 22.14 | 0.61 | 0.67 |
| Hex | DE | 9D | 77 | 0 | 1D | 2E | D | 16 | 3D | 43 |
| Octal | 336 | 235 | 167 | 0 | 35 | 56 | 15 | 26 | 75 | 103 |
| Binary | 11011110 | 10011101 | 1110111 | 0 | 11101 | 101110 | 1101 | 10110 | 111101 | 1000011 |
Color Harmonies of #DE9D77
Complementary color
Monochromatic Colors of #DE9D77
Black with #DE9D77
Text Example
Text Example
White with #DE9D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9D77; }
p { color: rgb(222,157,119); }
H1.HeaderClassName
{
color: #DE9D77;
}
.AnyTagClassName
{
color: #DE9D77;
}
</style>
background-color css
<style>
a { background-color: #DE9D77; }
a { background-color: rgb(222,157,119); }
div.DivClassName
{
background-color: #DE9D77;
}
.BgClassName
{
background-color: #DE9D77;
}
</style>
border-color css
<style>
span { border-color: #DE9D77; }
span { border-color: rgb(222,157,119); }
td.TdClassName
{
border-color: #DE9D77;
}
.TagClassName
{
border-color: #DE9D77;
}
</style>