Shades of Tumbleweed #D59D80
Tints of Tumbleweed #D59D80
RGB
CMYK
RGB Variations
Color information
#D59D80 (or 0xD59D80) is known color: Tumbleweed. HEX triplet: D5, 9D and 80. RGB value is (213,157,128). Sum of RGB (Red+Green+Blue) = 213+157+128=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D80 is #2A627F. Grayscale: #AAAAAA. Windows color (decimal): -2777728 or 8429013. OLE color: 8429013.
HSL color Cylindrical-coordinate representation of color #D59D80: hue angle of 20.47º 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 #D59D80 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 128 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.16 |
| HSL | 20.47º | 0.5% | 0.67% | - |
| HSV(B) | 20.47º | 0.4% | 0.84% | - |
| XYZ | 43.39 | 39.82 | 25.82 | - |
| YUV | 170.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 128 | 0 | 0.26 | 0.40 | 0.16 | 20.47 | 0.5 | 0.67 |
| Hex | D5 | 9D | 80 | 0 | 1A | 28 | 10 | 14 | 32 | 43 |
| Octal | 325 | 235 | 200 | 0 | 32 | 50 | 20 | 24 | 62 | 103 |
| Binary | 11010101 | 10011101 | 10000000 | 0 | 11010 | 101000 | 10000 | 10100 | 110010 | 1000011 |
Color Harmonies of #D59D80
Complementary color
Monochromatic Colors of #D59D80
Black with #D59D80
Text Example
Text Example
White with #D59D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D80; }
p { color: rgb(213,157,128); }
H1.HeaderClassName
{
color: #D59D80;
}
.AnyTagClassName
{
color: #D59D80;
}
</style>
background-color css
<style>
a { background-color: #D59D80; }
a { background-color: rgb(213,157,128); }
div.DivClassName
{
background-color: #D59D80;
}
.BgClassName
{
background-color: #D59D80;
}
</style>
border-color css
<style>
span { border-color: #D59D80; }
span { border-color: rgb(213,157,128); }
td.TdClassName
{
border-color: #D59D80;
}
.TagClassName
{
border-color: #D59D80;
}
</style>