Shades of Fire Bush #DB9641
Tints of Fire Bush #DB9641
RGB
CMYK
RGB Variations
Color information
#DB9641 (or 0xDB9641) is known color: Fire Bush. HEX triplet: DB, 96 and 41. RGB value is (219,150,65). Sum of RGB (Red+Green+Blue) = 219+150+65=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9641 is #2469BE. Grayscale: #A1A1A1. Windows color (decimal): -2386367 or 4298459. OLE color: 4298459.
HSL color Cylindrical-coordinate representation of color #DB9641: hue angle of 33.12º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB9641 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 65 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.14 |
| HSL | 33.12º | 0.68% | 0.56% | - |
| HSV(B) | 33.12º | 0.7% | 0.86% | - |
| XYZ | 41.07 | 37.25 | 10.03 | - |
| YUV | 160.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 65 | 0 | 0.32 | 0.70 | 0.14 | 33.12 | 0.68 | 0.56 |
| Hex | DB | 96 | 41 | 0 | 20 | 46 | E | 21 | 44 | 38 |
| Octal | 333 | 226 | 101 | 0 | 40 | 106 | 16 | 41 | 104 | 70 |
| Binary | 11011011 | 10010110 | 1000001 | 0 | 100000 | 1000110 | 1110 | 100001 | 1000100 | 111000 |
Color Harmonies of #DB9641
Complementary color
Monochromatic Colors of #DB9641
Black with #DB9641
Text Example
Text Example
White with #DB9641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9641; }
p { color: rgb(219,150,65); }
H1.HeaderClassName
{
color: #DB9641;
}
.AnyTagClassName
{
color: #DB9641;
}
</style>
background-color css
<style>
a { background-color: #DB9641; }
a { background-color: rgb(219,150,65); }
div.DivClassName
{
background-color: #DB9641;
}
.BgClassName
{
background-color: #DB9641;
}
</style>
border-color css
<style>
span { border-color: #DB9641; }
span { border-color: rgb(219,150,65); }
td.TdClassName
{
border-color: #DB9641;
}
.TagClassName
{
border-color: #DB9641;
}
</style>