Shades of Tumbleweed #DB9B7C
Tints of Tumbleweed #DB9B7C
RGB
CMYK
RGB Variations
Color information
#DB9B7C (or 0xDB9B7C) is known color: Tumbleweed. HEX triplet: DB, 9B and 7C. RGB value is (219,155,124). Sum of RGB (Red+Green+Blue) = 219+155+124=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B7C is #246483. Grayscale: #AAAAAA. Windows color (decimal): -2385028 or 8166363. OLE color: 8166363.
HSL color Cylindrical-coordinate representation of color #DB9B7C: hue angle of 19.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB9B7C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 124 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.14 |
| HSL | 19.58º | 0.57% | 0.67% | - |
| HSV(B) | 19.58º | 0.43% | 0.86% | - |
| XYZ | 44.57 | 39.96 | 24.43 | - |
| YUV | 170.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 124 | 0 | 0.29 | 0.43 | 0.14 | 19.58 | 0.57 | 0.67 |
| Hex | DB | 9B | 7C | 0 | 1D | 2B | E | 14 | 39 | 43 |
| Octal | 333 | 233 | 174 | 0 | 35 | 53 | 16 | 24 | 71 | 103 |
| Binary | 11011011 | 10011011 | 1111100 | 0 | 11101 | 101011 | 1110 | 10100 | 111001 | 1000011 |
Color Harmonies of #DB9B7C
Complementary color
Monochromatic Colors of #DB9B7C
Black with #DB9B7C
Text Example
Text Example
White with #DB9B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B7C; }
p { color: rgb(219,155,124); }
H1.HeaderClassName
{
color: #DB9B7C;
}
.AnyTagClassName
{
color: #DB9B7C;
}
</style>
background-color css
<style>
a { background-color: #DB9B7C; }
a { background-color: rgb(219,155,124); }
div.DivClassName
{
background-color: #DB9B7C;
}
.BgClassName
{
background-color: #DB9B7C;
}
</style>
border-color css
<style>
span { border-color: #DB9B7C; }
span { border-color: rgb(219,155,124); }
td.TdClassName
{
border-color: #DB9B7C;
}
.TagClassName
{
border-color: #DB9B7C;
}
</style>