Shades of Tumbleweed #DEA990
Tints of Tumbleweed #DEA990
RGB
CMYK
RGB Variations
Color information
#DEA990 (or 0xDEA990) is known color: Tumbleweed. HEX triplet: DE, A9 and 90. RGB value is (222,169,144). Sum of RGB (Red+Green+Blue) = 222+169+144=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA990 is #21566F. Grayscale: #B6B6B6. Windows color (decimal): -2184816 or 9480670. OLE color: 9480670.
HSL color Cylindrical-coordinate representation of color #DEA990: hue angle of 19.23º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA990 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 144 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.13 |
| HSL | 19.23º | 0.54% | 0.72% | - |
| HSV(B) | 19.23º | 0.35% | 0.87% | - |
| XYZ | 49.35 | 45.92 | 32.65 | - |
| YUV | 182 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 144 | 0 | 0.24 | 0.35 | 0.13 | 19.23 | 0.54 | 0.72 |
| Hex | DE | A9 | 90 | 0 | 18 | 23 | D | 13 | 36 | 48 |
| Octal | 336 | 251 | 220 | 0 | 30 | 43 | 15 | 23 | 66 | 110 |
| Binary | 11011110 | 10101001 | 10010000 | 0 | 11000 | 100011 | 1101 | 10011 | 110110 | 1001000 |
Color Harmonies of #DEA990
Complementary color
Monochromatic Colors of #DEA990
Black with #DEA990
Text Example
Text Example
White with #DEA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA990; }
p { color: rgb(222,169,144); }
H1.HeaderClassName
{
color: #DEA990;
}
.AnyTagClassName
{
color: #DEA990;
}
</style>
background-color css
<style>
a { background-color: #DEA990; }
a { background-color: rgb(222,169,144); }
div.DivClassName
{
background-color: #DEA990;
}
.BgClassName
{
background-color: #DEA990;
}
</style>
border-color css
<style>
span { border-color: #DEA990; }
span { border-color: rgb(222,169,144); }
td.TdClassName
{
border-color: #DEA990;
}
.TagClassName
{
border-color: #DEA990;
}
</style>