Shades of Tumbleweed #D9A086
Tints of Tumbleweed #D9A086
RGB
CMYK
RGB Variations
Color information
#D9A086 (or 0xD9A086) is known color: Tumbleweed. HEX triplet: D9, A0 and 86. RGB value is (217,160,134). Sum of RGB (Red+Green+Blue) = 217+160+134=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A086 is #265F79. Grayscale: #AEAEAE. Windows color (decimal): -2514810 or 8823001. OLE color: 8823001.
HSL color Cylindrical-coordinate representation of color #D9A086: hue angle of 18.8º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9A086 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 134 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.15 |
| HSL | 18.8º | 0.52% | 0.69% | - |
| HSV(B) | 18.8º | 0.38% | 0.85% | - |
| XYZ | 45.49 | 41.61 | 28.19 | - |
| YUV | 174.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 134 | 0 | 0.26 | 0.38 | 0.15 | 18.8 | 0.52 | 0.69 |
| Hex | D9 | A0 | 86 | 0 | 1A | 26 | F | 13 | 34 | 45 |
| Octal | 331 | 240 | 206 | 0 | 32 | 46 | 17 | 23 | 64 | 105 |
| Binary | 11011001 | 10100000 | 10000110 | 0 | 11010 | 100110 | 1111 | 10011 | 110100 | 1000101 |
Color Harmonies of #D9A086
Complementary color
Monochromatic Colors of #D9A086
Black with #D9A086
Text Example
Text Example
White with #D9A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A086; }
p { color: rgb(217,160,134); }
H1.HeaderClassName
{
color: #D9A086;
}
.AnyTagClassName
{
color: #D9A086;
}
</style>
background-color css
<style>
a { background-color: #D9A086; }
a { background-color: rgb(217,160,134); }
div.DivClassName
{
background-color: #D9A086;
}
.BgClassName
{
background-color: #D9A086;
}
</style>
border-color css
<style>
span { border-color: #D9A086; }
span { border-color: rgb(217,160,134); }
td.TdClassName
{
border-color: #D9A086;
}
.TagClassName
{
border-color: #D9A086;
}
</style>