Shades of Tumbleweed #D59F80
Tints of Tumbleweed #D59F80
RGB
CMYK
RGB Variations
Color information
#D59F80 (or 0xD59F80) is known color: Tumbleweed. HEX triplet: D5, 9F and 80. RGB value is (213,159,128). Sum of RGB (Red+Green+Blue) = 213+159+128=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F80 is #2A607F. Grayscale: #ABABAB. Windows color (decimal): -2777216 or 8429525. OLE color: 8429525.
HSL color Cylindrical-coordinate representation of color #D59F80: hue angle of 21.88º degrees, saturation: 0.5, 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 #D59F80 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 128 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.16 |
| HSL | 21.88º | 0.5% | 0.67% | - |
| HSV(B) | 21.88º | 0.4% | 0.84% | - |
| XYZ | 43.74 | 40.5 | 25.93 | - |
| YUV | 171.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 128 | 0 | 0.25 | 0.40 | 0.16 | 21.88 | 0.5 | 0.67 |
| Hex | D5 | 9F | 80 | 0 | 19 | 28 | 10 | 16 | 32 | 43 |
| Octal | 325 | 237 | 200 | 0 | 31 | 50 | 20 | 26 | 62 | 103 |
| Binary | 11010101 | 10011111 | 10000000 | 0 | 11001 | 101000 | 10000 | 10110 | 110010 | 1000011 |
Color Harmonies of #D59F80
Complementary color
Monochromatic Colors of #D59F80
Black with #D59F80
Text Example
Text Example
White with #D59F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F80; }
p { color: rgb(213,159,128); }
H1.HeaderClassName
{
color: #D59F80;
}
.AnyTagClassName
{
color: #D59F80;
}
</style>
background-color css
<style>
a { background-color: #D59F80; }
a { background-color: rgb(213,159,128); }
div.DivClassName
{
background-color: #D59F80;
}
.BgClassName
{
background-color: #D59F80;
}
</style>
border-color css
<style>
span { border-color: #D59F80; }
span { border-color: rgb(213,159,128); }
td.TdClassName
{
border-color: #D59F80;
}
.TagClassName
{
border-color: #D59F80;
}
</style>