Shades of Tumbleweed #D59D85
Tints of Tumbleweed #D59D85
RGB
CMYK
RGB Variations
Color information
#D59D85 (or 0xD59D85) is known color: Tumbleweed. HEX triplet: D5, 9D and 85. RGB value is (213,157,133). Sum of RGB (Red+Green+Blue) = 213+157+133=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D85 is #2A627A. Grayscale: #ABABAB. Windows color (decimal): -2777723 or 8756693. OLE color: 8756693.
HSL color Cylindrical-coordinate representation of color #D59D85: hue angle of 18º 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 #D59D85 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 133 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.16 |
| HSL | 18º | 0.49% | 0.68% | - |
| HSV(B) | 18º | 0.38% | 0.84% | - |
| XYZ | 43.73 | 39.95 | 27.6 | - |
| YUV | 171.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 133 | 0 | 0.26 | 0.38 | 0.16 | 18 | 0.49 | 0.68 |
| Hex | D5 | 9D | 85 | 0 | 1A | 26 | 10 | 12 | 31 | 44 |
| Octal | 325 | 235 | 205 | 0 | 32 | 46 | 20 | 22 | 61 | 104 |
| Binary | 11010101 | 10011101 | 10000101 | 0 | 11010 | 100110 | 10000 | 10010 | 110001 | 1000100 |
Color Harmonies of #D59D85
Complementary color
Monochromatic Colors of #D59D85
Black with #D59D85
Text Example
Text Example
White with #D59D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D85; }
p { color: rgb(213,157,133); }
H1.HeaderClassName
{
color: #D59D85;
}
.AnyTagClassName
{
color: #D59D85;
}
</style>
background-color css
<style>
a { background-color: #D59D85; }
a { background-color: rgb(213,157,133); }
div.DivClassName
{
background-color: #D59D85;
}
.BgClassName
{
background-color: #D59D85;
}
</style>
border-color css
<style>
span { border-color: #D59D85; }
span { border-color: rgb(213,157,133); }
td.TdClassName
{
border-color: #D59D85;
}
.TagClassName
{
border-color: #D59D85;
}
</style>