Shades of Tumbleweed #DEA67F
Tints of Tumbleweed #DEA67F
RGB
CMYK
RGB Variations
Color information
#DEA67F (or 0xDEA67F) is known color: Tumbleweed. HEX triplet: DE, A6 and 7F. RGB value is (222,166,127). Sum of RGB (Red+Green+Blue) = 222+166+127=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA67F is #215980. Grayscale: #B2B2B2. Windows color (decimal): -2185601 or 8365790. OLE color: 8365790.
HSL color Cylindrical-coordinate representation of color #DEA67F: hue angle of 24.63º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEA67F is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 127 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.13 |
| HSL | 24.63º | 0.59% | 0.68% | - |
| HSV(B) | 24.63º | 0.43% | 0.87% | - |
| XYZ | 47.59 | 44.33 | 26.13 | - |
| YUV | 178.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 127 | 0 | 0.25 | 0.43 | 0.13 | 24.63 | 0.59 | 0.68 |
| Hex | DE | A6 | 7F | 0 | 19 | 2B | D | 19 | 3B | 44 |
| Octal | 336 | 246 | 177 | 0 | 31 | 53 | 15 | 31 | 73 | 104 |
| Binary | 11011110 | 10100110 | 1111111 | 0 | 11001 | 101011 | 1101 | 11001 | 111011 | 1000100 |
Color Harmonies of #DEA67F
Complementary color
Monochromatic Colors of #DEA67F
Black with #DEA67F
Text Example
Text Example
White with #DEA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA67F; }
p { color: rgb(222,166,127); }
H1.HeaderClassName
{
color: #DEA67F;
}
.AnyTagClassName
{
color: #DEA67F;
}
</style>
background-color css
<style>
a { background-color: #DEA67F; }
a { background-color: rgb(222,166,127); }
div.DivClassName
{
background-color: #DEA67F;
}
.BgClassName
{
background-color: #DEA67F;
}
</style>
border-color css
<style>
span { border-color: #DEA67F; }
span { border-color: rgb(222,166,127); }
td.TdClassName
{
border-color: #DEA67F;
}
.TagClassName
{
border-color: #DEA67F;
}
</style>