Shades of Fire Bush #DB9446
Tints of Fire Bush #DB9446
RGB
CMYK
RGB Variations
Color information
#DB9446 (or 0xDB9446) is known color: Fire Bush. HEX triplet: DB, 94 and 46. RGB value is (219,148,70). Sum of RGB (Red+Green+Blue) = 219+148+70=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9446 is #246BB9. Grayscale: #A0A0A0. Windows color (decimal): -2386874 or 4625627. OLE color: 4625627.
HSL color Cylindrical-coordinate representation of color #DB9446: hue angle of 31.41º 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 #DB9446 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 70 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.14 |
| HSL | 31.41º | 0.67% | 0.57% | - |
| HSV(B) | 31.41º | 0.68% | 0.86% | - |
| XYZ | 40.91 | 36.68 | 10.72 | - |
| YUV | 160.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 70 | 0 | 0.32 | 0.68 | 0.14 | 31.41 | 0.67 | 0.57 |
| Hex | DB | 94 | 46 | 0 | 20 | 44 | E | 1F | 43 | 39 |
| Octal | 333 | 224 | 106 | 0 | 40 | 104 | 16 | 37 | 103 | 71 |
| Binary | 11011011 | 10010100 | 1000110 | 0 | 100000 | 1000100 | 1110 | 11111 | 1000011 | 111001 |
Color Harmonies of #DB9446
Complementary color
Monochromatic Colors of #DB9446
Black with #DB9446
Text Example
Text Example
White with #DB9446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9446; }
p { color: rgb(219,148,70); }
H1.HeaderClassName
{
color: #DB9446;
}
.AnyTagClassName
{
color: #DB9446;
}
</style>
background-color css
<style>
a { background-color: #DB9446; }
a { background-color: rgb(219,148,70); }
div.DivClassName
{
background-color: #DB9446;
}
.BgClassName
{
background-color: #DB9446;
}
</style>
border-color css
<style>
span { border-color: #DB9446; }
span { border-color: rgb(219,148,70); }
td.TdClassName
{
border-color: #DB9446;
}
.TagClassName
{
border-color: #DB9446;
}
</style>