Shades of Tumbleweed #DEAB85
Tints of Tumbleweed #DEAB85
RGB
CMYK
RGB Variations
Color information
#DEAB85 (or 0xDEAB85) is known color: Tumbleweed. HEX triplet: DE, AB and 85. RGB value is (222,171,133). Sum of RGB (Red+Green+Blue) = 222+171+133=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAB85 is #21547A. Grayscale: #B6B6B6. Windows color (decimal): -2184315 or 8760286. OLE color: 8760286.
HSL color Cylindrical-coordinate representation of color #DEAB85: hue angle of 25.62º 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 #DEAB85 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 133 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.13 |
| HSL | 25.62º | 0.57% | 0.7% | - |
| HSV(B) | 25.62º | 0.4% | 0.87% | - |
| XYZ | 48.92 | 46.35 | 28.56 | - |
| YUV | 181.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 133 | 0 | 0.23 | 0.40 | 0.13 | 25.62 | 0.57 | 0.7 |
| Hex | DE | AB | 85 | 0 | 17 | 28 | D | 1A | 39 | 46 |
| Octal | 336 | 253 | 205 | 0 | 27 | 50 | 15 | 32 | 71 | 106 |
| Binary | 11011110 | 10101011 | 10000101 | 0 | 10111 | 101000 | 1101 | 11010 | 111001 | 1000110 |
Color Harmonies of #DEAB85
Complementary color
Monochromatic Colors of #DEAB85
Black with #DEAB85
Text Example
Text Example
White with #DEAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB85; }
p { color: rgb(222,171,133); }
H1.HeaderClassName
{
color: #DEAB85;
}
.AnyTagClassName
{
color: #DEAB85;
}
</style>
background-color css
<style>
a { background-color: #DEAB85; }
a { background-color: rgb(222,171,133); }
div.DivClassName
{
background-color: #DEAB85;
}
.BgClassName
{
background-color: #DEAB85;
}
</style>
border-color css
<style>
span { border-color: #DEAB85; }
span { border-color: rgb(222,171,133); }
td.TdClassName
{
border-color: #DEAB85;
}
.TagClassName
{
border-color: #DEAB85;
}
</style>