Shades of Tumbleweed #D5A170
Tints of Tumbleweed #D5A170
RGB
CMYK
RGB Variations
Color information
#D5A170 (or 0xD5A170) is known color: Tumbleweed. HEX triplet: D5, A1 and 70. RGB value is (213,161,112). Sum of RGB (Red+Green+Blue) = 213+161+112=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A170 is #2A5E8F. Grayscale: #ABABAB. Windows color (decimal): -2776720 or 7381461. OLE color: 7381461.
HSL color Cylindrical-coordinate representation of color #D5A170: hue angle of 29.11º degrees, saturation: 0.55, 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 #D5A170 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 112 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.16 |
| HSL | 29.11º | 0.55% | 0.64% | - |
| HSV(B) | 29.11º | 0.47% | 0.84% | - |
| XYZ | 43.11 | 40.81 | 20.93 | - |
| YUV | 170.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 112 | 0 | 0.24 | 0.47 | 0.16 | 29.11 | 0.55 | 0.64 |
| Hex | D5 | A1 | 70 | 0 | 18 | 2F | 10 | 1D | 37 | 40 |
| Octal | 325 | 241 | 160 | 0 | 30 | 57 | 20 | 35 | 67 | 100 |
| Binary | 11010101 | 10100001 | 1110000 | 0 | 11000 | 101111 | 10000 | 11101 | 110111 | 1000000 |
Color Harmonies of #D5A170
Complementary color
Monochromatic Colors of #D5A170
Black with #D5A170
Text Example
Text Example
White with #D5A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A170; }
p { color: rgb(213,161,112); }
H1.HeaderClassName
{
color: #D5A170;
}
.AnyTagClassName
{
color: #D5A170;
}
</style>
background-color css
<style>
a { background-color: #D5A170; }
a { background-color: rgb(213,161,112); }
div.DivClassName
{
background-color: #D5A170;
}
.BgClassName
{
background-color: #D5A170;
}
</style>
border-color css
<style>
span { border-color: #D5A170; }
span { border-color: rgb(213,161,112); }
td.TdClassName
{
border-color: #D5A170;
}
.TagClassName
{
border-color: #D5A170;
}
</style>