Shades of Fire Bush #DB9141
Tints of Fire Bush #DB9141
RGB
CMYK
RGB Variations
Color information
#DB9141 (or 0xDB9141) is known color: Fire Bush. HEX triplet: DB, 91 and 41. RGB value is (219,145,65). Sum of RGB (Red+Green+Blue) = 219+145+65=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9141 is #246EBE. Grayscale: #9E9E9E. Windows color (decimal): -2387647 or 4297179. OLE color: 4297179.
HSL color Cylindrical-coordinate representation of color #DB9141: hue angle of 31.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB9141 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 65 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.14 |
| HSL | 31.17º | 0.68% | 0.56% | - |
| HSV(B) | 31.17º | 0.7% | 0.86% | - |
| XYZ | 40.29 | 35.69 | 9.77 | - |
| YUV | 158.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 65 | 0 | 0.34 | 0.70 | 0.14 | 31.17 | 0.68 | 0.56 |
| Hex | DB | 91 | 41 | 0 | 22 | 46 | E | 1F | 44 | 38 |
| Octal | 333 | 221 | 101 | 0 | 42 | 106 | 16 | 37 | 104 | 70 |
| Binary | 11011011 | 10010001 | 1000001 | 0 | 100010 | 1000110 | 1110 | 11111 | 1000100 | 111000 |
Color Harmonies of #DB9141
Complementary color
Monochromatic Colors of #DB9141
Black with #DB9141
Text Example
Text Example
White with #DB9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9141; }
p { color: rgb(219,145,65); }
H1.HeaderClassName
{
color: #DB9141;
}
.AnyTagClassName
{
color: #DB9141;
}
</style>
background-color css
<style>
a { background-color: #DB9141; }
a { background-color: rgb(219,145,65); }
div.DivClassName
{
background-color: #DB9141;
}
.BgClassName
{
background-color: #DB9141;
}
</style>
border-color css
<style>
span { border-color: #DB9141; }
span { border-color: rgb(219,145,65); }
td.TdClassName
{
border-color: #DB9141;
}
.TagClassName
{
border-color: #DB9141;
}
</style>