Shades of Tumbleweed #D6AA8D
Tints of Tumbleweed #D6AA8D
RGB
CMYK
RGB Variations
Color information
#D6AA8D (or 0xD6AA8D) is known color: Tumbleweed. HEX triplet: D6, AA and 8D. RGB value is (214,170,141). Sum of RGB (Red+Green+Blue) = 214+170+141=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA8D is #295572. Grayscale: #B4B4B4. Windows color (decimal): -2708851 or 9284310. OLE color: 9284310.
HSL color Cylindrical-coordinate representation of color #D6AA8D: hue angle of 23.84º degrees, saturation: 0.47, 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 #D6AA8D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 141 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.16 |
| HSL | 23.84º | 0.47% | 0.7% | - |
| HSV(B) | 23.84º | 0.34% | 0.84% | - |
| XYZ | 46.91 | 44.97 | 31.41 | - |
| YUV | 179.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 141 | 0 | 0.21 | 0.34 | 0.16 | 23.84 | 0.47 | 0.7 |
| Hex | D6 | AA | 8D | 0 | 15 | 22 | 10 | 18 | 2F | 46 |
| Octal | 326 | 252 | 215 | 0 | 25 | 42 | 20 | 30 | 57 | 106 |
| Binary | 11010110 | 10101010 | 10001101 | 0 | 10101 | 100010 | 10000 | 11000 | 101111 | 1000110 |
Color Harmonies of #D6AA8D
Complementary color
Monochromatic Colors of #D6AA8D
Black with #D6AA8D
Text Example
Text Example
White with #D6AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA8D; }
p { color: rgb(214,170,141); }
H1.HeaderClassName
{
color: #D6AA8D;
}
.AnyTagClassName
{
color: #D6AA8D;
}
</style>
background-color css
<style>
a { background-color: #D6AA8D; }
a { background-color: rgb(214,170,141); }
div.DivClassName
{
background-color: #D6AA8D;
}
.BgClassName
{
background-color: #D6AA8D;
}
</style>
border-color css
<style>
span { border-color: #D6AA8D; }
span { border-color: rgb(214,170,141); }
td.TdClassName
{
border-color: #D6AA8D;
}
.TagClassName
{
border-color: #D6AA8D;
}
</style>