Shades of Tumbleweed #DB9D82
Tints of Tumbleweed #DB9D82
RGB
CMYK
RGB Variations
Color information
#DB9D82 (or 0xDB9D82) is known color: Tumbleweed. HEX triplet: DB, 9D and 82. RGB value is (219,157,130). Sum of RGB (Red+Green+Blue) = 219+157+130=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D82 is #24627D. Grayscale: #ACACAC. Windows color (decimal): -2384510 or 8560091. OLE color: 8560091.
HSL color Cylindrical-coordinate representation of color #DB9D82: hue angle of 18.2º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9D82 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 130 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.14 |
| HSL | 18.2º | 0.55% | 0.68% | - |
| HSV(B) | 18.2º | 0.41% | 0.86% | - |
| XYZ | 45.3 | 40.79 | 26.6 | - |
| YUV | 172.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 130 | 0 | 0.28 | 0.41 | 0.14 | 18.2 | 0.55 | 0.68 |
| Hex | DB | 9D | 82 | 0 | 1C | 29 | E | 12 | 37 | 44 |
| Octal | 333 | 235 | 202 | 0 | 34 | 51 | 16 | 22 | 67 | 104 |
| Binary | 11011011 | 10011101 | 10000010 | 0 | 11100 | 101001 | 1110 | 10010 | 110111 | 1000100 |
Color Harmonies of #DB9D82
Complementary color
Monochromatic Colors of #DB9D82
Black with #DB9D82
Text Example
Text Example
White with #DB9D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D82; }
p { color: rgb(219,157,130); }
H1.HeaderClassName
{
color: #DB9D82;
}
.AnyTagClassName
{
color: #DB9D82;
}
</style>
background-color css
<style>
a { background-color: #DB9D82; }
a { background-color: rgb(219,157,130); }
div.DivClassName
{
background-color: #DB9D82;
}
.BgClassName
{
background-color: #DB9D82;
}
</style>
border-color css
<style>
span { border-color: #DB9D82; }
span { border-color: rgb(219,157,130); }
td.TdClassName
{
border-color: #DB9D82;
}
.TagClassName
{
border-color: #DB9D82;
}
</style>