Shades of Fire Bush #DB9439
Tints of Fire Bush #DB9439
RGB
CMYK
RGB Variations
Color information
#DB9439 (or 0xDB9439) is known color: Fire Bush. HEX triplet: DB, 94 and 39. RGB value is (219,148,57). Sum of RGB (Red+Green+Blue) = 219+148+57=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9439 is #246BC6. Grayscale: #9F9F9F. Windows color (decimal): -2386887 or 3773659. OLE color: 3773659.
HSL color Cylindrical-coordinate representation of color #DB9439: hue angle of 33.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9439 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 57 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.14 |
| HSL | 33.7º | 0.69% | 0.54% | - |
| HSV(B) | 33.7º | 0.74% | 0.86% | - |
| XYZ | 40.54 | 36.54 | 8.79 | - |
| YUV | 158.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 57 | 0 | 0.32 | 0.74 | 0.14 | 33.7 | 0.69 | 0.54 |
| Hex | DB | 94 | 39 | 0 | 20 | 4A | E | 22 | 45 | 36 |
| Octal | 333 | 224 | 71 | 0 | 40 | 112 | 16 | 42 | 105 | 66 |
| Binary | 11011011 | 10010100 | 111001 | 0 | 100000 | 1001010 | 1110 | 100010 | 1000101 | 110110 |
Color Harmonies of #DB9439
Complementary color
Monochromatic Colors of #DB9439
Black with #DB9439
Text Example
Text Example
White with #DB9439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9439; }
p { color: rgb(219,148,57); }
H1.HeaderClassName
{
color: #DB9439;
}
.AnyTagClassName
{
color: #DB9439;
}
</style>
background-color css
<style>
a { background-color: #DB9439; }
a { background-color: rgb(219,148,57); }
div.DivClassName
{
background-color: #DB9439;
}
.BgClassName
{
background-color: #DB9439;
}
</style>
border-color css
<style>
span { border-color: #DB9439; }
span { border-color: rgb(219,148,57); }
td.TdClassName
{
border-color: #DB9439;
}
.TagClassName
{
border-color: #DB9439;
}
</style>