Shades of Tumbleweed #DEAD8A
Tints of Tumbleweed #DEAD8A
RGB
CMYK
RGB Variations
Color information
#DEAD8A (or 0xDEAD8A) is known color: Tumbleweed. HEX triplet: DE, AD and 8A. RGB value is (222,173,138). Sum of RGB (Red+Green+Blue) = 222+173+138=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD8A is #215275. Grayscale: #B7B7B7. Windows color (decimal): -2183798 or 9088478. OLE color: 9088478.
HSL color Cylindrical-coordinate representation of color #DEAD8A: hue angle of 25º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEAD8A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 138 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.13 |
| HSL | 25º | 0.56% | 0.71% | - |
| HSV(B) | 25º | 0.38% | 0.87% | - |
| XYZ | 49.66 | 47.25 | 30.55 | - |
| YUV | 183.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 138 | 0 | 0.22 | 0.38 | 0.13 | 25 | 0.56 | 0.71 |
| Hex | DE | AD | 8A | 0 | 16 | 26 | D | 19 | 38 | 47 |
| Octal | 336 | 255 | 212 | 0 | 26 | 46 | 15 | 31 | 70 | 107 |
| Binary | 11011110 | 10101101 | 10001010 | 0 | 10110 | 100110 | 1101 | 11001 | 111000 | 1000111 |
Color Harmonies of #DEAD8A
Complementary color
Monochromatic Colors of #DEAD8A
Black with #DEAD8A
Text Example
Text Example
White with #DEAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD8A; }
p { color: rgb(222,173,138); }
H1.HeaderClassName
{
color: #DEAD8A;
}
.AnyTagClassName
{
color: #DEAD8A;
}
</style>
background-color css
<style>
a { background-color: #DEAD8A; }
a { background-color: rgb(222,173,138); }
div.DivClassName
{
background-color: #DEAD8A;
}
.BgClassName
{
background-color: #DEAD8A;
}
</style>
border-color css
<style>
span { border-color: #DEAD8A; }
span { border-color: rgb(222,173,138); }
td.TdClassName
{
border-color: #DEAD8A;
}
.TagClassName
{
border-color: #DEAD8A;
}
</style>