Shades of Fire Bush #DB9241
Tints of Fire Bush #DB9241
RGB
CMYK
RGB Variations
Color information
#DB9241 (or 0xDB9241) is known color: Fire Bush. HEX triplet: DB, 92 and 41. RGB value is (219,146,65). Sum of RGB (Red+Green+Blue) = 219+146+65=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9241 is #246DBE. Grayscale: #9E9E9E. Windows color (decimal): -2387391 or 4297435. OLE color: 4297435.
HSL color Cylindrical-coordinate representation of color #DB9241: hue angle of 31.56º 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 #DB9241 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 65 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.14 |
| HSL | 31.56º | 0.68% | 0.56% | - |
| HSV(B) | 31.56º | 0.7% | 0.86% | - |
| XYZ | 40.45 | 36 | 9.82 | - |
| YUV | 158.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 65 | 0 | 0.33 | 0.70 | 0.14 | 31.56 | 0.68 | 0.56 |
| Hex | DB | 92 | 41 | 0 | 21 | 46 | E | 20 | 44 | 38 |
| Octal | 333 | 222 | 101 | 0 | 41 | 106 | 16 | 40 | 104 | 70 |
| Binary | 11011011 | 10010010 | 1000001 | 0 | 100001 | 1000110 | 1110 | 100000 | 1000100 | 111000 |
Color Harmonies of #DB9241
Complementary color
Monochromatic Colors of #DB9241
Black with #DB9241
Text Example
Text Example
White with #DB9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9241; }
p { color: rgb(219,146,65); }
H1.HeaderClassName
{
color: #DB9241;
}
.AnyTagClassName
{
color: #DB9241;
}
</style>
background-color css
<style>
a { background-color: #DB9241; }
a { background-color: rgb(219,146,65); }
div.DivClassName
{
background-color: #DB9241;
}
.BgClassName
{
background-color: #DB9241;
}
</style>
border-color css
<style>
span { border-color: #DB9241; }
span { border-color: rgb(219,146,65); }
td.TdClassName
{
border-color: #DB9241;
}
.TagClassName
{
border-color: #DB9241;
}
</style>