Shades of Tumbleweed #DE9E7A
Tints of Tumbleweed #DE9E7A
RGB
CMYK
RGB Variations
Color information
#DE9E7A (or 0xDE9E7A) is known color: Tumbleweed. HEX triplet: DE, 9E and 7A. RGB value is (222,158,122). Sum of RGB (Red+Green+Blue) = 222+158+122=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E7A is #216185. Grayscale: #ADADAD. Windows color (decimal): -2187654 or 8036062. OLE color: 8036062.
HSL color Cylindrical-coordinate representation of color #DE9E7A: hue angle of 21.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE9E7A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 122 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.13 |
| HSL | 21.6º | 0.6% | 0.67% | - |
| HSV(B) | 21.6º | 0.45% | 0.87% | - |
| XYZ | 45.86 | 41.39 | 23.98 | - |
| YUV | 173.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 122 | 0 | 0.29 | 0.45 | 0.13 | 21.6 | 0.6 | 0.67 |
| Hex | DE | 9E | 7A | 0 | 1D | 2D | D | 16 | 3C | 43 |
| Octal | 336 | 236 | 172 | 0 | 35 | 55 | 15 | 26 | 74 | 103 |
| Binary | 11011110 | 10011110 | 1111010 | 0 | 11101 | 101101 | 1101 | 10110 | 111100 | 1000011 |
Color Harmonies of #DE9E7A
Complementary color
Monochromatic Colors of #DE9E7A
Black with #DE9E7A
Text Example
Text Example
White with #DE9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9E7A; }
p { color: rgb(222,158,122); }
H1.HeaderClassName
{
color: #DE9E7A;
}
.AnyTagClassName
{
color: #DE9E7A;
}
</style>
background-color css
<style>
a { background-color: #DE9E7A; }
a { background-color: rgb(222,158,122); }
div.DivClassName
{
background-color: #DE9E7A;
}
.BgClassName
{
background-color: #DE9E7A;
}
</style>
border-color css
<style>
span { border-color: #DE9E7A; }
span { border-color: rgb(222,158,122); }
td.TdClassName
{
border-color: #DE9E7A;
}
.TagClassName
{
border-color: #DE9E7A;
}
</style>