Shades of Tumbleweed #DEA67A
Tints of Tumbleweed #DEA67A
RGB
CMYK
RGB Variations
Color information
#DEA67A (or 0xDEA67A) is known color: Tumbleweed. HEX triplet: DE, A6 and 7A. RGB value is (222,166,122). Sum of RGB (Red+Green+Blue) = 222+166+122=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA67A is #215985. Grayscale: #B1B1B1. Windows color (decimal): -2185606 or 8038110. OLE color: 8038110.
HSL color Cylindrical-coordinate representation of color #DEA67A: hue angle of 26.4º 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 #DEA67A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 122 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.13 |
| HSL | 26.4º | 0.6% | 0.67% | - |
| HSV(B) | 26.4º | 0.45% | 0.87% | - |
| XYZ | 47.27 | 44.21 | 24.45 | - |
| YUV | 177.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 122 | 0 | 0.25 | 0.45 | 0.13 | 26.4 | 0.6 | 0.67 |
| Hex | DE | A6 | 7A | 0 | 19 | 2D | D | 1A | 3C | 43 |
| Octal | 336 | 246 | 172 | 0 | 31 | 55 | 15 | 32 | 74 | 103 |
| Binary | 11011110 | 10100110 | 1111010 | 0 | 11001 | 101101 | 1101 | 11010 | 111100 | 1000011 |
Color Harmonies of #DEA67A
Complementary color
Monochromatic Colors of #DEA67A
Black with #DEA67A
Text Example
Text Example
White with #DEA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA67A; }
p { color: rgb(222,166,122); }
H1.HeaderClassName
{
color: #DEA67A;
}
.AnyTagClassName
{
color: #DEA67A;
}
</style>
background-color css
<style>
a { background-color: #DEA67A; }
a { background-color: rgb(222,166,122); }
div.DivClassName
{
background-color: #DEA67A;
}
.BgClassName
{
background-color: #DEA67A;
}
</style>
border-color css
<style>
span { border-color: #DEA67A; }
span { border-color: rgb(222,166,122); }
td.TdClassName
{
border-color: #DEA67A;
}
.TagClassName
{
border-color: #DEA67A;
}
</style>