Shades of Tumbleweed #DEA67C
Tints of Tumbleweed #DEA67C
RGB
CMYK
RGB Variations
Color information
#DEA67C (or 0xDEA67C) is known color: Tumbleweed. HEX triplet: DE, A6 and 7C. RGB value is (222,166,124). Sum of RGB (Red+Green+Blue) = 222+166+124=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA67C is #215983. Grayscale: #B2B2B2. Windows color (decimal): -2185604 or 8169182. OLE color: 8169182.
HSL color Cylindrical-coordinate representation of color #DEA67C: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEA67C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 124 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.13 |
| HSL | 25.71º | 0.6% | 0.68% | - |
| HSV(B) | 25.71º | 0.44% | 0.87% | - |
| XYZ | 47.4 | 44.26 | 25.11 | - |
| YUV | 177.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 124 | 0 | 0.25 | 0.44 | 0.13 | 25.71 | 0.6 | 0.68 |
| Hex | DE | A6 | 7C | 0 | 19 | 2C | D | 1A | 3C | 44 |
| Octal | 336 | 246 | 174 | 0 | 31 | 54 | 15 | 32 | 74 | 104 |
| Binary | 11011110 | 10100110 | 1111100 | 0 | 11001 | 101100 | 1101 | 11010 | 111100 | 1000100 |
Color Harmonies of #DEA67C
Complementary color
Monochromatic Colors of #DEA67C
Black with #DEA67C
Text Example
Text Example
White with #DEA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA67C; }
p { color: rgb(222,166,124); }
H1.HeaderClassName
{
color: #DEA67C;
}
.AnyTagClassName
{
color: #DEA67C;
}
</style>
background-color css
<style>
a { background-color: #DEA67C; }
a { background-color: rgb(222,166,124); }
div.DivClassName
{
background-color: #DEA67C;
}
.BgClassName
{
background-color: #DEA67C;
}
</style>
border-color css
<style>
span { border-color: #DEA67C; }
span { border-color: rgb(222,166,124); }
td.TdClassName
{
border-color: #DEA67C;
}
.TagClassName
{
border-color: #DEA67C;
}
</style>