Shades of Tumbleweed #D5A373
Tints of Tumbleweed #D5A373
RGB
CMYK
RGB Variations
Color information
#D5A373 (or 0xD5A373) is known color: Tumbleweed. HEX triplet: D5, A3 and 73. RGB value is (213,163,115). Sum of RGB (Red+Green+Blue) = 213+163+115=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A373 is #2A5C8C. Grayscale: #ACACAC. Windows color (decimal): -2776205 or 7578581. OLE color: 7578581.
HSL color Cylindrical-coordinate representation of color #D5A373: hue angle of 29.39º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5A373 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 115 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.16 |
| HSL | 29.39º | 0.54% | 0.64% | - |
| HSV(B) | 29.39º | 0.46% | 0.84% | - |
| XYZ | 43.63 | 41.58 | 21.95 | - |
| YUV | 172.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 115 | 0 | 0.23 | 0.46 | 0.16 | 29.39 | 0.54 | 0.64 |
| Hex | D5 | A3 | 73 | 0 | 17 | 2E | 10 | 1D | 36 | 40 |
| Octal | 325 | 243 | 163 | 0 | 27 | 56 | 20 | 35 | 66 | 100 |
| Binary | 11010101 | 10100011 | 1110011 | 0 | 10111 | 101110 | 10000 | 11101 | 110110 | 1000000 |
Color Harmonies of #D5A373
Complementary color
Monochromatic Colors of #D5A373
Black with #D5A373
Text Example
Text Example
White with #D5A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A373; }
p { color: rgb(213,163,115); }
H1.HeaderClassName
{
color: #D5A373;
}
.AnyTagClassName
{
color: #D5A373;
}
</style>
background-color css
<style>
a { background-color: #D5A373; }
a { background-color: rgb(213,163,115); }
div.DivClassName
{
background-color: #D5A373;
}
.BgClassName
{
background-color: #D5A373;
}
</style>
border-color css
<style>
span { border-color: #D5A373; }
span { border-color: rgb(213,163,115); }
td.TdClassName
{
border-color: #D5A373;
}
.TagClassName
{
border-color: #D5A373;
}
</style>