Shades of Tumbleweed #D9A075
Tints of Tumbleweed #D9A075
RGB
CMYK
RGB Variations
Color information
#D9A075 (or 0xD9A075) is known color: Tumbleweed. HEX triplet: D9, A0 and 75. RGB value is (217,160,117). Sum of RGB (Red+Green+Blue) = 217+160+117=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A075 is #265F8A. Grayscale: #ACACAC. Windows color (decimal): -2514827 or 7708889. OLE color: 7708889.
HSL color Cylindrical-coordinate representation of color #D9A075: hue angle of 25.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9A075 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 117 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.15 |
| HSL | 25.8º | 0.57% | 0.65% | - |
| HSV(B) | 25.8º | 0.46% | 0.85% | - |
| XYZ | 44.4 | 41.18 | 22.44 | - |
| YUV | 172.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 117 | 0 | 0.26 | 0.46 | 0.15 | 25.8 | 0.57 | 0.65 |
| Hex | D9 | A0 | 75 | 0 | 1A | 2E | F | 1A | 39 | 41 |
| Octal | 331 | 240 | 165 | 0 | 32 | 56 | 17 | 32 | 71 | 101 |
| Binary | 11011001 | 10100000 | 1110101 | 0 | 11010 | 101110 | 1111 | 11010 | 111001 | 1000001 |
Color Harmonies of #D9A075
Complementary color
Monochromatic Colors of #D9A075
Black with #D9A075
Text Example
Text Example
White with #D9A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A075; }
p { color: rgb(217,160,117); }
H1.HeaderClassName
{
color: #D9A075;
}
.AnyTagClassName
{
color: #D9A075;
}
</style>
background-color css
<style>
a { background-color: #D9A075; }
a { background-color: rgb(217,160,117); }
div.DivClassName
{
background-color: #D9A075;
}
.BgClassName
{
background-color: #D9A075;
}
</style>
border-color css
<style>
span { border-color: #D9A075; }
span { border-color: rgb(217,160,117); }
td.TdClassName
{
border-color: #D9A075;
}
.TagClassName
{
border-color: #D9A075;
}
</style>