Shades of Tumbleweed #DEA57A
Tints of Tumbleweed #DEA57A
RGB
CMYK
RGB Variations
Color information
#DEA57A (or 0xDEA57A) is known color: Tumbleweed. HEX triplet: DE, A5 and 7A. RGB value is (222,165,122). Sum of RGB (Red+Green+Blue) = 222+165+122=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA57A is #215A85. Grayscale: #B1B1B1. Windows color (decimal): -2185862 or 8037854. OLE color: 8037854.
HSL color Cylindrical-coordinate representation of color #DEA57A: hue angle of 25.8º 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 #DEA57A is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 122 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.13 |
| HSL | 25.8º | 0.6% | 0.67% | - |
| HSV(B) | 25.8º | 0.45% | 0.87% | - |
| XYZ | 47.09 | 43.85 | 24.39 | - |
| YUV | 177.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 122 | 0 | 0.26 | 0.45 | 0.13 | 25.8 | 0.6 | 0.67 |
| Hex | DE | A5 | 7A | 0 | 1A | 2D | D | 1A | 3C | 43 |
| Octal | 336 | 245 | 172 | 0 | 32 | 55 | 15 | 32 | 74 | 103 |
| Binary | 11011110 | 10100101 | 1111010 | 0 | 11010 | 101101 | 1101 | 11010 | 111100 | 1000011 |
Color Harmonies of #DEA57A
Complementary color
Monochromatic Colors of #DEA57A
Black with #DEA57A
Text Example
Text Example
White with #DEA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA57A; }
p { color: rgb(222,165,122); }
H1.HeaderClassName
{
color: #DEA57A;
}
.AnyTagClassName
{
color: #DEA57A;
}
</style>
background-color css
<style>
a { background-color: #DEA57A; }
a { background-color: rgb(222,165,122); }
div.DivClassName
{
background-color: #DEA57A;
}
.BgClassName
{
background-color: #DEA57A;
}
</style>
border-color css
<style>
span { border-color: #DEA57A; }
span { border-color: rgb(222,165,122); }
td.TdClassName
{
border-color: #DEA57A;
}
.TagClassName
{
border-color: #DEA57A;
}
</style>