Shades of Tumbleweed #D5A077
Tints of Tumbleweed #D5A077
RGB
CMYK
RGB Variations
Color information
#D5A077 (or 0xD5A077) is known color: Tumbleweed. HEX triplet: D5, A0 and 77. RGB value is (213,160,119). Sum of RGB (Red+Green+Blue) = 213+160+119=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A077 is #2A5F88. Grayscale: #ABABAB. Windows color (decimal): -2776969 or 7839957. OLE color: 7839957.
HSL color Cylindrical-coordinate representation of color #D5A077: hue angle of 26.17º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5A077 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 119 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.16 |
| HSL | 26.17º | 0.53% | 0.65% | - |
| HSV(B) | 26.17º | 0.44% | 0.84% | - |
| XYZ | 43.34 | 40.62 | 23.01 | - |
| YUV | 171.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 119 | 0 | 0.25 | 0.44 | 0.16 | 26.17 | 0.53 | 0.65 |
| Hex | D5 | A0 | 77 | 0 | 19 | 2C | 10 | 1A | 35 | 41 |
| Octal | 325 | 240 | 167 | 0 | 31 | 54 | 20 | 32 | 65 | 101 |
| Binary | 11010101 | 10100000 | 1110111 | 0 | 11001 | 101100 | 10000 | 11010 | 110101 | 1000001 |
Color Harmonies of #D5A077
Complementary color
Monochromatic Colors of #D5A077
Black with #D5A077
Text Example
Text Example
White with #D5A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A077; }
p { color: rgb(213,160,119); }
H1.HeaderClassName
{
color: #D5A077;
}
.AnyTagClassName
{
color: #D5A077;
}
</style>
background-color css
<style>
a { background-color: #D5A077; }
a { background-color: rgb(213,160,119); }
div.DivClassName
{
background-color: #D5A077;
}
.BgClassName
{
background-color: #D5A077;
}
</style>
border-color css
<style>
span { border-color: #D5A077; }
span { border-color: rgb(213,160,119); }
td.TdClassName
{
border-color: #D5A077;
}
.TagClassName
{
border-color: #D5A077;
}
</style>