Shades of Fire Bush #DB9447
Tints of Fire Bush #DB9447
RGB
CMYK
RGB Variations
Color information
#DB9447 (or 0xDB9447) is known color: Fire Bush. HEX triplet: DB, 94 and 47. RGB value is (219,148,71). Sum of RGB (Red+Green+Blue) = 219+148+71=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9447 is #246BB8. Grayscale: #A0A0A0. Windows color (decimal): -2386873 or 4691163. OLE color: 4691163.
HSL color Cylindrical-coordinate representation of color #DB9447: hue angle of 31.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB9447 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 71 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.14 |
| HSL | 31.22º | 0.67% | 0.57% | - |
| HSV(B) | 31.22º | 0.68% | 0.86% | - |
| XYZ | 40.94 | 36.69 | 10.89 | - |
| YUV | 160.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 71 | 0 | 0.32 | 0.68 | 0.14 | 31.22 | 0.67 | 0.57 |
| Hex | DB | 94 | 47 | 0 | 20 | 44 | E | 1F | 43 | 39 |
| Octal | 333 | 224 | 107 | 0 | 40 | 104 | 16 | 37 | 103 | 71 |
| Binary | 11011011 | 10010100 | 1000111 | 0 | 100000 | 1000100 | 1110 | 11111 | 1000011 | 111001 |
Color Harmonies of #DB9447
Complementary color
Monochromatic Colors of #DB9447
Black with #DB9447
Text Example
Text Example
White with #DB9447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9447; }
p { color: rgb(219,148,71); }
H1.HeaderClassName
{
color: #DB9447;
}
.AnyTagClassName
{
color: #DB9447;
}
</style>
background-color css
<style>
a { background-color: #DB9447; }
a { background-color: rgb(219,148,71); }
div.DivClassName
{
background-color: #DB9447;
}
.BgClassName
{
background-color: #DB9447;
}
</style>
border-color css
<style>
span { border-color: #DB9447; }
span { border-color: rgb(219,148,71); }
td.TdClassName
{
border-color: #DB9447;
}
.TagClassName
{
border-color: #DB9447;
}
</style>