Shades of Tumbleweed #DEAC86
Tints of Tumbleweed #DEAC86
RGB
CMYK
RGB Variations
Color information
#DEAC86 (or 0xDEAC86) is known color: Tumbleweed. HEX triplet: DE, AC and 86. RGB value is (222,172,134). Sum of RGB (Red+Green+Blue) = 222+172+134=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC86 is #215379. Grayscale: #B6B6B6. Windows color (decimal): -2184058 or 8826078. OLE color: 8826078.
HSL color Cylindrical-coordinate representation of color #DEAC86: hue angle of 25.91º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEAC86 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 134 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.13 |
| HSL | 25.91º | 0.57% | 0.7% | - |
| HSV(B) | 25.91º | 0.4% | 0.87% | - |
| XYZ | 49.18 | 46.76 | 28.99 | - |
| YUV | 182.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 134 | 0 | 0.23 | 0.40 | 0.13 | 25.91 | 0.57 | 0.7 |
| Hex | DE | AC | 86 | 0 | 17 | 28 | D | 1A | 39 | 46 |
| Octal | 336 | 254 | 206 | 0 | 27 | 50 | 15 | 32 | 71 | 106 |
| Binary | 11011110 | 10101100 | 10000110 | 0 | 10111 | 101000 | 1101 | 11010 | 111001 | 1000110 |
Color Harmonies of #DEAC86
Complementary color
Monochromatic Colors of #DEAC86
Black with #DEAC86
Text Example
Text Example
White with #DEAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC86; }
p { color: rgb(222,172,134); }
H1.HeaderClassName
{
color: #DEAC86;
}
.AnyTagClassName
{
color: #DEAC86;
}
</style>
background-color css
<style>
a { background-color: #DEAC86; }
a { background-color: rgb(222,172,134); }
div.DivClassName
{
background-color: #DEAC86;
}
.BgClassName
{
background-color: #DEAC86;
}
</style>
border-color css
<style>
span { border-color: #DEAC86; }
span { border-color: rgb(222,172,134); }
td.TdClassName
{
border-color: #DEAC86;
}
.TagClassName
{
border-color: #DEAC86;
}
</style>