Shades of Tumbleweed #DEA074
Tints of Tumbleweed #DEA074
RGB
CMYK
RGB Variations
Color information
#DEA074 (or 0xDEA074) is known color: Tumbleweed. HEX triplet: DE, A0 and 74. RGB value is (222,160,116). Sum of RGB (Red+Green+Blue) = 222+160+116=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA074 is #215F8B. Grayscale: #ADADAD. Windows color (decimal): -2187148 or 7643358. OLE color: 7643358.
HSL color Cylindrical-coordinate representation of color #DEA074: hue angle of 24.91º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEA074 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 116 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.13 |
| HSL | 24.91º | 0.62% | 0.66% | - |
| HSV(B) | 24.91º | 0.48% | 0.87% | - |
| XYZ | 45.85 | 41.93 | 22.2 | - |
| YUV | 173.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 116 | 0 | 0.28 | 0.48 | 0.13 | 24.91 | 0.62 | 0.66 |
| Hex | DE | A0 | 74 | 0 | 1C | 30 | D | 19 | 3E | 42 |
| Octal | 336 | 240 | 164 | 0 | 34 | 60 | 15 | 31 | 76 | 102 |
| Binary | 11011110 | 10100000 | 1110100 | 0 | 11100 | 110000 | 1101 | 11001 | 111110 | 1000010 |
Color Harmonies of #DEA074
Complementary color
Monochromatic Colors of #DEA074
Black with #DEA074
Text Example
Text Example
White with #DEA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA074; }
p { color: rgb(222,160,116); }
H1.HeaderClassName
{
color: #DEA074;
}
.AnyTagClassName
{
color: #DEA074;
}
</style>
background-color css
<style>
a { background-color: #DEA074; }
a { background-color: rgb(222,160,116); }
div.DivClassName
{
background-color: #DEA074;
}
.BgClassName
{
background-color: #DEA074;
}
</style>
border-color css
<style>
span { border-color: #DEA074; }
span { border-color: rgb(222,160,116); }
td.TdClassName
{
border-color: #DEA074;
}
.TagClassName
{
border-color: #DEA074;
}
</style>