Shades of Tumbleweed #D5A07F
Tints of Tumbleweed #D5A07F
RGB
CMYK
RGB Variations
Color information
#D5A07F (or 0xD5A07F) is known color: Tumbleweed. HEX triplet: D5, A0 and 7F. RGB value is (213,160,127). Sum of RGB (Red+Green+Blue) = 213+160+127=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A07F is #2A5F80. Grayscale: #ACACAC. Windows color (decimal): -2776961 or 8364245. OLE color: 8364245.
HSL color Cylindrical-coordinate representation of color #D5A07F: hue angle of 23.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5A07F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 127 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.16 |
| HSL | 23.02º | 0.51% | 0.67% | - |
| HSV(B) | 23.02º | 0.4% | 0.84% | - |
| XYZ | 43.84 | 40.82 | 25.65 | - |
| YUV | 172.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 127 | 0 | 0.25 | 0.40 | 0.16 | 23.02 | 0.51 | 0.67 |
| Hex | D5 | A0 | 7F | 0 | 19 | 28 | 10 | 17 | 33 | 43 |
| Octal | 325 | 240 | 177 | 0 | 31 | 50 | 20 | 27 | 63 | 103 |
| Binary | 11010101 | 10100000 | 1111111 | 0 | 11001 | 101000 | 10000 | 10111 | 110011 | 1000011 |
Color Harmonies of #D5A07F
Complementary color
Monochromatic Colors of #D5A07F
Black with #D5A07F
Text Example
Text Example
White with #D5A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A07F; }
p { color: rgb(213,160,127); }
H1.HeaderClassName
{
color: #D5A07F;
}
.AnyTagClassName
{
color: #D5A07F;
}
</style>
background-color css
<style>
a { background-color: #D5A07F; }
a { background-color: rgb(213,160,127); }
div.DivClassName
{
background-color: #D5A07F;
}
.BgClassName
{
background-color: #D5A07F;
}
</style>
border-color css
<style>
span { border-color: #D5A07F; }
span { border-color: rgb(213,160,127); }
td.TdClassName
{
border-color: #D5A07F;
}
.TagClassName
{
border-color: #D5A07F;
}
</style>