Shades of Tumbleweed #DEAA7F
Tints of Tumbleweed #DEAA7F
RGB
CMYK
RGB Variations
Color information
#DEAA7F (or 0xDEAA7F) is known color: Tumbleweed. HEX triplet: DE, AA and 7F. RGB value is (222,170,127). Sum of RGB (Red+Green+Blue) = 222+170+127=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA7F is #215580. Grayscale: #B4B4B4. Windows color (decimal): -2184577 or 8366814. OLE color: 8366814.
HSL color Cylindrical-coordinate representation of color #DEAA7F: hue angle of 27.16º 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 #DEAA7F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 127 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.13 |
| HSL | 27.16º | 0.59% | 0.68% | - |
| HSV(B) | 27.16º | 0.43% | 0.87% | - |
| XYZ | 48.33 | 45.81 | 26.37 | - |
| YUV | 180.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 127 | 0 | 0.23 | 0.43 | 0.13 | 27.16 | 0.59 | 0.68 |
| Hex | DE | AA | 7F | 0 | 17 | 2B | D | 1B | 3B | 44 |
| Octal | 336 | 252 | 177 | 0 | 27 | 53 | 15 | 33 | 73 | 104 |
| Binary | 11011110 | 10101010 | 1111111 | 0 | 10111 | 101011 | 1101 | 11011 | 111011 | 1000100 |
Color Harmonies of #DEAA7F
Complementary color
Monochromatic Colors of #DEAA7F
Black with #DEAA7F
Text Example
Text Example
White with #DEAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA7F; }
p { color: rgb(222,170,127); }
H1.HeaderClassName
{
color: #DEAA7F;
}
.AnyTagClassName
{
color: #DEAA7F;
}
</style>
background-color css
<style>
a { background-color: #DEAA7F; }
a { background-color: rgb(222,170,127); }
div.DivClassName
{
background-color: #DEAA7F;
}
.BgClassName
{
background-color: #DEAA7F;
}
</style>
border-color css
<style>
span { border-color: #DEAA7F; }
span { border-color: rgb(222,170,127); }
td.TdClassName
{
border-color: #DEAA7F;
}
.TagClassName
{
border-color: #DEAA7F;
}
</style>