Shades of Tumbleweed #D9A775
Tints of Tumbleweed #D9A775
RGB
CMYK
RGB Variations
Color information
#D9A775 (or 0xD9A775) is known color: Tumbleweed. HEX triplet: D9, A7 and 75. RGB value is (217,167,117). Sum of RGB (Red+Green+Blue) = 217+167+117=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A775 is #26588A. Grayscale: #B0B0B0. Windows color (decimal): -2513035 or 7710681. OLE color: 7710681.
HSL color Cylindrical-coordinate representation of color #D9A775: hue angle of 30º 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 #D9A775 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 117 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.15 |
| HSL | 30º | 0.57% | 0.65% | - |
| HSV(B) | 30º | 0.46% | 0.85% | - |
| XYZ | 45.64 | 43.67 | 22.85 | - |
| YUV | 176.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 117 | 0 | 0.23 | 0.46 | 0.15 | 30 | 0.57 | 0.65 |
| Hex | D9 | A7 | 75 | 0 | 17 | 2E | F | 1E | 39 | 41 |
| Octal | 331 | 247 | 165 | 0 | 27 | 56 | 17 | 36 | 71 | 101 |
| Binary | 11011001 | 10100111 | 1110101 | 0 | 10111 | 101110 | 1111 | 11110 | 111001 | 1000001 |
Color Harmonies of #D9A775
Complementary color
Monochromatic Colors of #D9A775
Black with #D9A775
Text Example
Text Example
White with #D9A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A775; }
p { color: rgb(217,167,117); }
H1.HeaderClassName
{
color: #D9A775;
}
.AnyTagClassName
{
color: #D9A775;
}
</style>
background-color css
<style>
a { background-color: #D9A775; }
a { background-color: rgb(217,167,117); }
div.DivClassName
{
background-color: #D9A775;
}
.BgClassName
{
background-color: #D9A775;
}
</style>
border-color css
<style>
span { border-color: #D9A775; }
span { border-color: rgb(217,167,117); }
td.TdClassName
{
border-color: #D9A775;
}
.TagClassName
{
border-color: #D9A775;
}
</style>