Shades of Tumbleweed #D59D82
Tints of Tumbleweed #D59D82
RGB
CMYK
RGB Variations
Color information
#D59D82 (or 0xD59D82) is known color: Tumbleweed. HEX triplet: D5, 9D and 82. RGB value is (213,157,130). Sum of RGB (Red+Green+Blue) = 213+157+130=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D82 is #2A627D. Grayscale: #AAAAAA. Windows color (decimal): -2777726 or 8560085. OLE color: 8560085.
HSL color Cylindrical-coordinate representation of color #D59D82: hue angle of 19.52º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59D82 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 130 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.16 |
| HSL | 19.52º | 0.5% | 0.67% | - |
| HSV(B) | 19.52º | 0.39% | 0.84% | - |
| XYZ | 43.53 | 39.87 | 26.52 | - |
| YUV | 170.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 130 | 0 | 0.26 | 0.39 | 0.16 | 19.52 | 0.5 | 0.67 |
| Hex | D5 | 9D | 82 | 0 | 1A | 27 | 10 | 14 | 32 | 43 |
| Octal | 325 | 235 | 202 | 0 | 32 | 47 | 20 | 24 | 62 | 103 |
| Binary | 11010101 | 10011101 | 10000010 | 0 | 11010 | 100111 | 10000 | 10100 | 110010 | 1000011 |
Color Harmonies of #D59D82
Complementary color
Monochromatic Colors of #D59D82
Black with #D59D82
Text Example
Text Example
White with #D59D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D82; }
p { color: rgb(213,157,130); }
H1.HeaderClassName
{
color: #D59D82;
}
.AnyTagClassName
{
color: #D59D82;
}
</style>
background-color css
<style>
a { background-color: #D59D82; }
a { background-color: rgb(213,157,130); }
div.DivClassName
{
background-color: #D59D82;
}
.BgClassName
{
background-color: #D59D82;
}
</style>
border-color css
<style>
span { border-color: #D59D82; }
span { border-color: rgb(213,157,130); }
td.TdClassName
{
border-color: #D59D82;
}
.TagClassName
{
border-color: #D59D82;
}
</style>