Shades of Tumbleweed #D9A06F
Tints of Tumbleweed #D9A06F
RGB
CMYK
RGB Variations
Color information
#D9A06F (or 0xD9A06F) is known color: Tumbleweed. HEX triplet: D9, A0 and 6F. RGB value is (217,160,111). Sum of RGB (Red+Green+Blue) = 217+160+111=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A06F is #265F90. Grayscale: #ABABAB. Windows color (decimal): -2514833 or 7315673. OLE color: 7315673.
HSL color Cylindrical-coordinate representation of color #D9A06F: hue angle of 27.74º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9A06F is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 111 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.15 |
| HSL | 27.74º | 0.58% | 0.64% | - |
| HSV(B) | 27.74º | 0.49% | 0.85% | - |
| XYZ | 44.06 | 41.04 | 20.64 | - |
| YUV | 171.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 111 | 0 | 0.26 | 0.49 | 0.15 | 27.74 | 0.58 | 0.64 |
| Hex | D9 | A0 | 6F | 0 | 1A | 31 | F | 1C | 3A | 40 |
| Octal | 331 | 240 | 157 | 0 | 32 | 61 | 17 | 34 | 72 | 100 |
| Binary | 11011001 | 10100000 | 1101111 | 0 | 11010 | 110001 | 1111 | 11100 | 111010 | 1000000 |
Color Harmonies of #D9A06F
Complementary color
Monochromatic Colors of #D9A06F
Black with #D9A06F
Text Example
Text Example
White with #D9A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A06F; }
p { color: rgb(217,160,111); }
H1.HeaderClassName
{
color: #D9A06F;
}
.AnyTagClassName
{
color: #D9A06F;
}
</style>
background-color css
<style>
a { background-color: #D9A06F; }
a { background-color: rgb(217,160,111); }
div.DivClassName
{
background-color: #D9A06F;
}
.BgClassName
{
background-color: #D9A06F;
}
</style>
border-color css
<style>
span { border-color: #D9A06F; }
span { border-color: rgb(217,160,111); }
td.TdClassName
{
border-color: #D9A06F;
}
.TagClassName
{
border-color: #D9A06F;
}
</style>