Shades of Tumbleweed #D5A084
Tints of Tumbleweed #D5A084
RGB
CMYK
RGB Variations
Color information
#D5A084 (or 0xD5A084) is known color: Tumbleweed. HEX triplet: D5, A0 and 84. RGB value is (213,160,132). Sum of RGB (Red+Green+Blue) = 213+160+132=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A084 is #2A5F7B. Grayscale: #ACACAC. Windows color (decimal): -2776956 or 8691925. OLE color: 8691925.
HSL color Cylindrical-coordinate representation of color #D5A084: hue angle of 20.74º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5A084 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 132 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.16 |
| HSL | 20.74º | 0.49% | 0.68% | - |
| HSV(B) | 20.74º | 0.38% | 0.84% | - |
| XYZ | 44.18 | 40.95 | 27.41 | - |
| YUV | 172.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 132 | 0 | 0.25 | 0.38 | 0.16 | 20.74 | 0.49 | 0.68 |
| Hex | D5 | A0 | 84 | 0 | 19 | 26 | 10 | 15 | 31 | 44 |
| Octal | 325 | 240 | 204 | 0 | 31 | 46 | 20 | 25 | 61 | 104 |
| Binary | 11010101 | 10100000 | 10000100 | 0 | 11001 | 100110 | 10000 | 10101 | 110001 | 1000100 |
Color Harmonies of #D5A084
Complementary color
Monochromatic Colors of #D5A084
Black with #D5A084
Text Example
Text Example
White with #D5A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A084; }
p { color: rgb(213,160,132); }
H1.HeaderClassName
{
color: #D5A084;
}
.AnyTagClassName
{
color: #D5A084;
}
</style>
background-color css
<style>
a { background-color: #D5A084; }
a { background-color: rgb(213,160,132); }
div.DivClassName
{
background-color: #D5A084;
}
.BgClassName
{
background-color: #D5A084;
}
</style>
border-color css
<style>
span { border-color: #D5A084; }
span { border-color: rgb(213,160,132); }
td.TdClassName
{
border-color: #D5A084;
}
.TagClassName
{
border-color: #D5A084;
}
</style>