Shades of Tumbleweed #DB9C82
Tints of Tumbleweed #DB9C82
RGB
CMYK
RGB Variations
Color information
#DB9C82 (or 0xDB9C82) is known color: Tumbleweed. HEX triplet: DB, 9C and 82. RGB value is (219,156,130). Sum of RGB (Red+Green+Blue) = 219+156+130=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C82 is #24637D. Grayscale: #ACACAC. Windows color (decimal): -2384766 or 8559835. OLE color: 8559835.
HSL color Cylindrical-coordinate representation of color #DB9C82: hue angle of 17.53º 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 #DB9C82 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 130 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.14 |
| HSL | 17.53º | 0.55% | 0.68% | - |
| HSV(B) | 17.53º | 0.41% | 0.86% | - |
| XYZ | 45.13 | 40.45 | 26.55 | - |
| YUV | 171.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 130 | 0 | 0.29 | 0.41 | 0.14 | 17.53 | 0.55 | 0.68 |
| Hex | DB | 9C | 82 | 0 | 1D | 29 | E | 12 | 37 | 44 |
| Octal | 333 | 234 | 202 | 0 | 35 | 51 | 16 | 22 | 67 | 104 |
| Binary | 11011011 | 10011100 | 10000010 | 0 | 11101 | 101001 | 1110 | 10010 | 110111 | 1000100 |
Color Harmonies of #DB9C82
Complementary color
Monochromatic Colors of #DB9C82
Black with #DB9C82
Text Example
Text Example
White with #DB9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C82; }
p { color: rgb(219,156,130); }
H1.HeaderClassName
{
color: #DB9C82;
}
.AnyTagClassName
{
color: #DB9C82;
}
</style>
background-color css
<style>
a { background-color: #DB9C82; }
a { background-color: rgb(219,156,130); }
div.DivClassName
{
background-color: #DB9C82;
}
.BgClassName
{
background-color: #DB9C82;
}
</style>
border-color css
<style>
span { border-color: #DB9C82; }
span { border-color: rgb(219,156,130); }
td.TdClassName
{
border-color: #DB9C82;
}
.TagClassName
{
border-color: #DB9C82;
}
</style>