Shades of Tumbleweed #DEA98E
Tints of Tumbleweed #DEA98E
RGB
CMYK
RGB Variations
Color information
#DEA98E (or 0xDEA98E) is known color: Tumbleweed. HEX triplet: DE, A9 and 8E. RGB value is (222,169,142). Sum of RGB (Red+Green+Blue) = 222+169+142=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA98E is #215671. Grayscale: #B5B5B5. Windows color (decimal): -2184818 or 9349598. OLE color: 9349598.
HSL color Cylindrical-coordinate representation of color #DEA98E: hue angle of 20.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA98E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 142 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.13 |
| HSL | 20.25º | 0.55% | 0.71% | - |
| HSV(B) | 20.25º | 0.36% | 0.87% | - |
| XYZ | 49.19 | 45.86 | 31.85 | - |
| YUV | 181.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 142 | 0 | 0.24 | 0.36 | 0.13 | 20.25 | 0.55 | 0.71 |
| Hex | DE | A9 | 8E | 0 | 18 | 24 | D | 14 | 37 | 47 |
| Octal | 336 | 251 | 216 | 0 | 30 | 44 | 15 | 24 | 67 | 107 |
| Binary | 11011110 | 10101001 | 10001110 | 0 | 11000 | 100100 | 1101 | 10100 | 110111 | 1000111 |
Color Harmonies of #DEA98E
Complementary color
Monochromatic Colors of #DEA98E
Black with #DEA98E
Text Example
Text Example
White with #DEA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA98E; }
p { color: rgb(222,169,142); }
H1.HeaderClassName
{
color: #DEA98E;
}
.AnyTagClassName
{
color: #DEA98E;
}
</style>
background-color css
<style>
a { background-color: #DEA98E; }
a { background-color: rgb(222,169,142); }
div.DivClassName
{
background-color: #DEA98E;
}
.BgClassName
{
background-color: #DEA98E;
}
</style>
border-color css
<style>
span { border-color: #DEA98E; }
span { border-color: rgb(222,169,142); }
td.TdClassName
{
border-color: #DEA98E;
}
.TagClassName
{
border-color: #DEA98E;
}
</style>