Shades of Tumbleweed #D7AA8D
Tints of Tumbleweed #D7AA8D
RGB
CMYK
RGB Variations
Color information
#D7AA8D (or 0xD7AA8D) is known color: Tumbleweed. HEX triplet: D7, AA and 8D. RGB value is (215,170,141). Sum of RGB (Red+Green+Blue) = 215+170+141=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA8D is #285572. Grayscale: #B4B4B4. Windows color (decimal): -2643315 or 9284311. OLE color: 9284311.
HSL color Cylindrical-coordinate representation of color #D7AA8D: hue angle of 23.51º 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 #D7AA8D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 141 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.16 |
| HSL | 23.51º | 0.48% | 0.7% | - |
| HSV(B) | 23.51º | 0.34% | 0.84% | - |
| XYZ | 47.21 | 45.12 | 31.42 | - |
| YUV | 180.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 141 | 0 | 0.21 | 0.34 | 0.16 | 23.51 | 0.48 | 0.7 |
| Hex | D7 | AA | 8D | 0 | 15 | 22 | 10 | 18 | 30 | 46 |
| Octal | 327 | 252 | 215 | 0 | 25 | 42 | 20 | 30 | 60 | 106 |
| Binary | 11010111 | 10101010 | 10001101 | 0 | 10101 | 100010 | 10000 | 11000 | 110000 | 1000110 |
Color Harmonies of #D7AA8D
Complementary color
Monochromatic Colors of #D7AA8D
Black with #D7AA8D
Text Example
Text Example
White with #D7AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA8D; }
p { color: rgb(215,170,141); }
H1.HeaderClassName
{
color: #D7AA8D;
}
.AnyTagClassName
{
color: #D7AA8D;
}
</style>
background-color css
<style>
a { background-color: #D7AA8D; }
a { background-color: rgb(215,170,141); }
div.DivClassName
{
background-color: #D7AA8D;
}
.BgClassName
{
background-color: #D7AA8D;
}
</style>
border-color css
<style>
span { border-color: #D7AA8D; }
span { border-color: rgb(215,170,141); }
td.TdClassName
{
border-color: #D7AA8D;
}
.TagClassName
{
border-color: #D7AA8D;
}
</style>