Shades of Tumbleweed #D5A37F
Tints of Tumbleweed #D5A37F
RGB
CMYK
RGB Variations
Color information
#D5A37F (or 0xD5A37F) is known color: Tumbleweed. HEX triplet: D5, A3 and 7F. RGB value is (213,163,127). Sum of RGB (Red+Green+Blue) = 213+163+127=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A37F is #2A5C80. Grayscale: #AEAEAE. Windows color (decimal): -2776193 or 8365013. OLE color: 8365013.
HSL color Cylindrical-coordinate representation of color #D5A37F: hue angle of 25.12º 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 #D5A37F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 127 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.16 |
| HSL | 25.12º | 0.51% | 0.67% | - |
| HSV(B) | 25.12º | 0.4% | 0.84% | - |
| XYZ | 44.37 | 41.87 | 25.82 | - |
| YUV | 173.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 127 | 0 | 0.23 | 0.40 | 0.16 | 25.12 | 0.51 | 0.67 |
| Hex | D5 | A3 | 7F | 0 | 17 | 28 | 10 | 19 | 33 | 43 |
| Octal | 325 | 243 | 177 | 0 | 27 | 50 | 20 | 31 | 63 | 103 |
| Binary | 11010101 | 10100011 | 1111111 | 0 | 10111 | 101000 | 10000 | 11001 | 110011 | 1000011 |
Color Harmonies of #D5A37F
Complementary color
Monochromatic Colors of #D5A37F
Black with #D5A37F
Text Example
Text Example
White with #D5A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A37F; }
p { color: rgb(213,163,127); }
H1.HeaderClassName
{
color: #D5A37F;
}
.AnyTagClassName
{
color: #D5A37F;
}
</style>
background-color css
<style>
a { background-color: #D5A37F; }
a { background-color: rgb(213,163,127); }
div.DivClassName
{
background-color: #D5A37F;
}
.BgClassName
{
background-color: #D5A37F;
}
</style>
border-color css
<style>
span { border-color: #D5A37F; }
span { border-color: rgb(213,163,127); }
td.TdClassName
{
border-color: #D5A37F;
}
.TagClassName
{
border-color: #D5A37F;
}
</style>