Shades of Fire Bush #DB9540
Tints of Fire Bush #DB9540
RGB
CMYK
RGB Variations
Color information
#DB9540 (or 0xDB9540) is known color: Fire Bush. HEX triplet: DB, 95 and 40. RGB value is (219,149,64). Sum of RGB (Red+Green+Blue) = 219+149+64=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9540 is #246ABF. Grayscale: #A0A0A0. Windows color (decimal): -2386624 or 4232667. OLE color: 4232667.
HSL color Cylindrical-coordinate representation of color #DB9540: hue angle of 32.9º 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 #DB9540 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 64 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.14 |
| HSL | 32.9º | 0.68% | 0.55% | - |
| HSV(B) | 32.9º | 0.71% | 0.86% | - |
| XYZ | 40.89 | 36.93 | 9.82 | - |
| YUV | 160.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 64 | 0 | 0.32 | 0.71 | 0.14 | 32.9 | 0.68 | 0.55 |
| Hex | DB | 95 | 40 | 0 | 20 | 47 | E | 21 | 44 | 37 |
| Octal | 333 | 225 | 100 | 0 | 40 | 107 | 16 | 41 | 104 | 67 |
| Binary | 11011011 | 10010101 | 1000000 | 0 | 100000 | 1000111 | 1110 | 100001 | 1000100 | 110111 |
Color Harmonies of #DB9540
Complementary color
Monochromatic Colors of #DB9540
Black with #DB9540
Text Example
Text Example
White with #DB9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9540; }
p { color: rgb(219,149,64); }
H1.HeaderClassName
{
color: #DB9540;
}
.AnyTagClassName
{
color: #DB9540;
}
</style>
background-color css
<style>
a { background-color: #DB9540; }
a { background-color: rgb(219,149,64); }
div.DivClassName
{
background-color: #DB9540;
}
.BgClassName
{
background-color: #DB9540;
}
</style>
border-color css
<style>
span { border-color: #DB9540; }
span { border-color: rgb(219,149,64); }
td.TdClassName
{
border-color: #DB9540;
}
.TagClassName
{
border-color: #DB9540;
}
</style>