Shades of Tumbleweed #DB9C7C
Tints of Tumbleweed #DB9C7C
RGB
CMYK
RGB Variations
Color information
#DB9C7C (or 0xDB9C7C) is known color: Tumbleweed. HEX triplet: DB, 9C and 7C. RGB value is (219,156,124). Sum of RGB (Red+Green+Blue) = 219+156+124=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C7C is #246383. Grayscale: #ABABAB. Windows color (decimal): -2384772 or 8166619. OLE color: 8166619.
HSL color Cylindrical-coordinate representation of color #DB9C7C: hue angle of 20.21º 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 #DB9C7C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 124 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.14 |
| HSL | 20.21º | 0.57% | 0.67% | - |
| HSV(B) | 20.21º | 0.43% | 0.86% | - |
| XYZ | 44.74 | 40.29 | 24.49 | - |
| YUV | 171.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 124 | 0 | 0.29 | 0.43 | 0.14 | 20.21 | 0.57 | 0.67 |
| Hex | DB | 9C | 7C | 0 | 1D | 2B | E | 14 | 39 | 43 |
| Octal | 333 | 234 | 174 | 0 | 35 | 53 | 16 | 24 | 71 | 103 |
| Binary | 11011011 | 10011100 | 1111100 | 0 | 11101 | 101011 | 1110 | 10100 | 111001 | 1000011 |
Color Harmonies of #DB9C7C
Complementary color
Monochromatic Colors of #DB9C7C
Black with #DB9C7C
Text Example
Text Example
White with #DB9C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C7C; }
p { color: rgb(219,156,124); }
H1.HeaderClassName
{
color: #DB9C7C;
}
.AnyTagClassName
{
color: #DB9C7C;
}
</style>
background-color css
<style>
a { background-color: #DB9C7C; }
a { background-color: rgb(219,156,124); }
div.DivClassName
{
background-color: #DB9C7C;
}
.BgClassName
{
background-color: #DB9C7C;
}
</style>
border-color css
<style>
span { border-color: #DB9C7C; }
span { border-color: rgb(219,156,124); }
td.TdClassName
{
border-color: #DB9C7C;
}
.TagClassName
{
border-color: #DB9C7C;
}
</style>