Shades of Tumbleweed #D7A471
Tints of Tumbleweed #D7A471
RGB
CMYK
RGB Variations
Color information
#D7A471 (or 0xD7A471) is known color: Tumbleweed. HEX triplet: D7, A4 and 71. RGB value is (215,164,113). Sum of RGB (Red+Green+Blue) = 215+164+113=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A471 is #285B8E. Grayscale: #ADADAD. Windows color (decimal): -2644879 or 7447767. OLE color: 7447767.
HSL color Cylindrical-coordinate representation of color #D7A471: hue angle of 30º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7A471 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 113 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.16 |
| HSL | 30º | 0.56% | 0.64% | - |
| HSV(B) | 30º | 0.47% | 0.84% | - |
| XYZ | 44.28 | 42.19 | 21.43 | - |
| YUV | 173.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 113 | 0 | 0.24 | 0.47 | 0.16 | 30 | 0.56 | 0.64 |
| Hex | D7 | A4 | 71 | 0 | 18 | 2F | 10 | 1E | 38 | 40 |
| Octal | 327 | 244 | 161 | 0 | 30 | 57 | 20 | 36 | 70 | 100 |
| Binary | 11010111 | 10100100 | 1110001 | 0 | 11000 | 101111 | 10000 | 11110 | 111000 | 1000000 |
Color Harmonies of #D7A471
Complementary color
Monochromatic Colors of #D7A471
Black with #D7A471
Text Example
Text Example
White with #D7A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A471; }
p { color: rgb(215,164,113); }
H1.HeaderClassName
{
color: #D7A471;
}
.AnyTagClassName
{
color: #D7A471;
}
</style>
background-color css
<style>
a { background-color: #D7A471; }
a { background-color: rgb(215,164,113); }
div.DivClassName
{
background-color: #D7A471;
}
.BgClassName
{
background-color: #D7A471;
}
</style>
border-color css
<style>
span { border-color: #D7A471; }
span { border-color: rgb(215,164,113); }
td.TdClassName
{
border-color: #D7A471;
}
.TagClassName
{
border-color: #D7A471;
}
</style>