Shades of Tumbleweed #D7AA8E
Tints of Tumbleweed #D7AA8E
RGB
CMYK
RGB Variations
Color information
#D7AA8E (or 0xD7AA8E) is known color: Tumbleweed. HEX triplet: D7, AA and 8E. RGB value is (215,170,142). Sum of RGB (Red+Green+Blue) = 215+170+142=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA8E is #285571. Grayscale: #B4B4B4. Windows color (decimal): -2643314 or 9349847. OLE color: 9349847.
HSL color Cylindrical-coordinate representation of color #D7AA8E: hue angle of 23.01º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7AA8E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 142 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.16 |
| HSL | 23.01º | 0.48% | 0.7% | - |
| HSV(B) | 23.01º | 0.34% | 0.84% | - |
| XYZ | 47.28 | 45.15 | 31.81 | - |
| YUV | 180.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 142 | 0 | 0.21 | 0.34 | 0.16 | 23.01 | 0.48 | 0.7 |
| Hex | D7 | AA | 8E | 0 | 15 | 22 | 10 | 17 | 30 | 46 |
| Octal | 327 | 252 | 216 | 0 | 25 | 42 | 20 | 27 | 60 | 106 |
| Binary | 11010111 | 10101010 | 10001110 | 0 | 10101 | 100010 | 10000 | 10111 | 110000 | 1000110 |
Color Harmonies of #D7AA8E
Complementary color
Monochromatic Colors of #D7AA8E
Black with #D7AA8E
Text Example
Text Example
White with #D7AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA8E; }
p { color: rgb(215,170,142); }
H1.HeaderClassName
{
color: #D7AA8E;
}
.AnyTagClassName
{
color: #D7AA8E;
}
</style>
background-color css
<style>
a { background-color: #D7AA8E; }
a { background-color: rgb(215,170,142); }
div.DivClassName
{
background-color: #D7AA8E;
}
.BgClassName
{
background-color: #D7AA8E;
}
</style>
border-color css
<style>
span { border-color: #D7AA8E; }
span { border-color: rgb(215,170,142); }
td.TdClassName
{
border-color: #D7AA8E;
}
.TagClassName
{
border-color: #D7AA8E;
}
</style>