Shades of Tumbleweed #DEAD8E
Tints of Tumbleweed #DEAD8E
RGB
CMYK
RGB Variations
Color information
#DEAD8E (or 0xDEAD8E) is known color: Tumbleweed. HEX triplet: DE, AD and 8E. RGB value is (222,173,142). Sum of RGB (Red+Green+Blue) = 222+173+142=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD8E is #215271. Grayscale: #B8B8B8. Windows color (decimal): -2183794 or 9350622. OLE color: 9350622.
HSL color Cylindrical-coordinate representation of color #DEAD8E: hue angle of 23.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEAD8E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 142 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.13 |
| HSL | 23.25º | 0.55% | 0.71% | - |
| HSV(B) | 23.25º | 0.36% | 0.87% | - |
| XYZ | 49.95 | 47.37 | 32.1 | - |
| YUV | 184.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 142 | 0 | 0.22 | 0.36 | 0.13 | 23.25 | 0.55 | 0.71 |
| Hex | DE | AD | 8E | 0 | 16 | 24 | D | 17 | 37 | 47 |
| Octal | 336 | 255 | 216 | 0 | 26 | 44 | 15 | 27 | 67 | 107 |
| Binary | 11011110 | 10101101 | 10001110 | 0 | 10110 | 100100 | 1101 | 10111 | 110111 | 1000111 |
Color Harmonies of #DEAD8E
Complementary color
Monochromatic Colors of #DEAD8E
Black with #DEAD8E
Text Example
Text Example
White with #DEAD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD8E; }
p { color: rgb(222,173,142); }
H1.HeaderClassName
{
color: #DEAD8E;
}
.AnyTagClassName
{
color: #DEAD8E;
}
</style>
background-color css
<style>
a { background-color: #DEAD8E; }
a { background-color: rgb(222,173,142); }
div.DivClassName
{
background-color: #DEAD8E;
}
.BgClassName
{
background-color: #DEAD8E;
}
</style>
border-color css
<style>
span { border-color: #DEAD8E; }
span { border-color: rgb(222,173,142); }
td.TdClassName
{
border-color: #DEAD8E;
}
.TagClassName
{
border-color: #DEAD8E;
}
</style>