Shades of Fire Bush #DB9347
Tints of Fire Bush #DB9347
RGB
CMYK
RGB Variations
Color information
#DB9347 (or 0xDB9347) is known color: Fire Bush. HEX triplet: DB, 93 and 47. RGB value is (219,147,71). Sum of RGB (Red+Green+Blue) = 219+147+71=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9347 is #246CB8. Grayscale: #A0A0A0. Windows color (decimal): -2387129 or 4690907. OLE color: 4690907.
HSL color Cylindrical-coordinate representation of color #DB9347: hue angle of 30.81º 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 #DB9347 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 71 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.14 |
| HSL | 30.81º | 0.67% | 0.57% | - |
| HSV(B) | 30.81º | 0.68% | 0.86% | - |
| XYZ | 40.78 | 36.38 | 10.83 | - |
| YUV | 159.86 | 77.85 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 71 | 0 | 0.33 | 0.68 | 0.14 | 30.81 | 0.67 | 0.57 |
| Hex | DB | 93 | 47 | 0 | 21 | 44 | E | 1F | 43 | 39 |
| Octal | 333 | 223 | 107 | 0 | 41 | 104 | 16 | 37 | 103 | 71 |
| Binary | 11011011 | 10010011 | 1000111 | 0 | 100001 | 1000100 | 1110 | 11111 | 1000011 | 111001 |
Color Harmonies of #DB9347
Complementary color
Monochromatic Colors of #DB9347
Black with #DB9347
Text Example
Text Example
White with #DB9347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9347; }
p { color: rgb(219,147,71); }
H1.HeaderClassName
{
color: #DB9347;
}
.AnyTagClassName
{
color: #DB9347;
}
</style>
background-color css
<style>
a { background-color: #DB9347; }
a { background-color: rgb(219,147,71); }
div.DivClassName
{
background-color: #DB9347;
}
.BgClassName
{
background-color: #DB9347;
}
</style>
border-color css
<style>
span { border-color: #DB9347; }
span { border-color: rgb(219,147,71); }
td.TdClassName
{
border-color: #DB9347;
}
.TagClassName
{
border-color: #DB9347;
}
</style>