Shades of Tumbleweed #D59D7D
Tints of Tumbleweed #D59D7D
RGB
CMYK
RGB Variations
Color information
#D59D7D (or 0xD59D7D) is known color: Tumbleweed. HEX triplet: D5, 9D and 7D. RGB value is (213,157,125). Sum of RGB (Red+Green+Blue) = 213+157+125=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D7D is #2A6282. Grayscale: #AAAAAA. Windows color (decimal): -2777731 or 8232405. OLE color: 8232405.
HSL color Cylindrical-coordinate representation of color #D59D7D: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D59D7D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 125 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.16 |
| HSL | 21.82º | 0.51% | 0.66% | - |
| HSV(B) | 21.82º | 0.41% | 0.84% | - |
| XYZ | 43.2 | 39.74 | 24.8 | - |
| YUV | 170.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 125 | 0 | 0.26 | 0.41 | 0.16 | 21.82 | 0.51 | 0.66 |
| Hex | D5 | 9D | 7D | 0 | 1A | 29 | 10 | 16 | 33 | 42 |
| Octal | 325 | 235 | 175 | 0 | 32 | 51 | 20 | 26 | 63 | 102 |
| Binary | 11010101 | 10011101 | 1111101 | 0 | 11010 | 101001 | 10000 | 10110 | 110011 | 1000010 |
Color Harmonies of #D59D7D
Complementary color
Monochromatic Colors of #D59D7D
Black with #D59D7D
Text Example
Text Example
White with #D59D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D7D; }
p { color: rgb(213,157,125); }
H1.HeaderClassName
{
color: #D59D7D;
}
.AnyTagClassName
{
color: #D59D7D;
}
</style>
background-color css
<style>
a { background-color: #D59D7D; }
a { background-color: rgb(213,157,125); }
div.DivClassName
{
background-color: #D59D7D;
}
.BgClassName
{
background-color: #D59D7D;
}
</style>
border-color css
<style>
span { border-color: #D59D7D; }
span { border-color: rgb(213,157,125); }
td.TdClassName
{
border-color: #D59D7D;
}
.TagClassName
{
border-color: #D59D7D;
}
</style>