Shades of Tumbleweed #DB9F74
Tints of Tumbleweed #DB9F74
RGB
CMYK
RGB Variations
Color information
#DB9F74 (or 0xDB9F74) is known color: Tumbleweed. HEX triplet: DB, 9F and 74. RGB value is (219,159,116). Sum of RGB (Red+Green+Blue) = 219+159+116=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F74 is #24608B. Grayscale: #ACACAC. Windows color (decimal): -2384012 or 7643099. OLE color: 7643099.
HSL color Cylindrical-coordinate representation of color #DB9F74: hue angle of 25.05º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9F74 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 116 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.14 |
| HSL | 25.05º | 0.59% | 0.66% | - |
| HSV(B) | 25.05º | 0.47% | 0.86% | - |
| XYZ | 44.76 | 41.12 | 22.1 | - |
| YUV | 172.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 116 | 0 | 0.27 | 0.47 | 0.14 | 25.05 | 0.59 | 0.66 |
| Hex | DB | 9F | 74 | 0 | 1B | 2F | E | 19 | 3B | 42 |
| Octal | 333 | 237 | 164 | 0 | 33 | 57 | 16 | 31 | 73 | 102 |
| Binary | 11011011 | 10011111 | 1110100 | 0 | 11011 | 101111 | 1110 | 11001 | 111011 | 1000010 |
Color Harmonies of #DB9F74
Complementary color
Monochromatic Colors of #DB9F74
Black with #DB9F74
Text Example
Text Example
White with #DB9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F74; }
p { color: rgb(219,159,116); }
H1.HeaderClassName
{
color: #DB9F74;
}
.AnyTagClassName
{
color: #DB9F74;
}
</style>
background-color css
<style>
a { background-color: #DB9F74; }
a { background-color: rgb(219,159,116); }
div.DivClassName
{
background-color: #DB9F74;
}
.BgClassName
{
background-color: #DB9F74;
}
</style>
border-color css
<style>
span { border-color: #DB9F74; }
span { border-color: rgb(219,159,116); }
td.TdClassName
{
border-color: #DB9F74;
}
.TagClassName
{
border-color: #DB9F74;
}
</style>