Shades of Fire Bush #DB9440
Tints of Fire Bush #DB9440
RGB
CMYK
RGB Variations
Color information
#DB9440 (or 0xDB9440) is known color: Fire Bush. HEX triplet: DB, 94 and 40. RGB value is (219,148,64). Sum of RGB (Red+Green+Blue) = 219+148+64=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9440 is #246BBF. Grayscale: #A0A0A0. Windows color (decimal): -2386880 or 4232411. OLE color: 4232411.
HSL color Cylindrical-coordinate representation of color #DB9440: hue angle of 32.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB9440 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 64 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.14 |
| HSL | 32.52º | 0.68% | 0.55% | - |
| HSV(B) | 32.52º | 0.71% | 0.86% | - |
| XYZ | 40.73 | 36.61 | 9.77 | - |
| YUV | 159.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 64 | 0 | 0.32 | 0.71 | 0.14 | 32.52 | 0.68 | 0.55 |
| Hex | DB | 94 | 40 | 0 | 20 | 47 | E | 21 | 44 | 37 |
| Octal | 333 | 224 | 100 | 0 | 40 | 107 | 16 | 41 | 104 | 67 |
| Binary | 11011011 | 10010100 | 1000000 | 0 | 100000 | 1000111 | 1110 | 100001 | 1000100 | 110111 |
Color Harmonies of #DB9440
Complementary color
Monochromatic Colors of #DB9440
Black with #DB9440
Text Example
Text Example
White with #DB9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9440; }
p { color: rgb(219,148,64); }
H1.HeaderClassName
{
color: #DB9440;
}
.AnyTagClassName
{
color: #DB9440;
}
</style>
background-color css
<style>
a { background-color: #DB9440; }
a { background-color: rgb(219,148,64); }
div.DivClassName
{
background-color: #DB9440;
}
.BgClassName
{
background-color: #DB9440;
}
</style>
border-color css
<style>
span { border-color: #DB9440; }
span { border-color: rgb(219,148,64); }
td.TdClassName
{
border-color: #DB9440;
}
.TagClassName
{
border-color: #DB9440;
}
</style>