Shades of Fire Bush #DB9242
Tints of Fire Bush #DB9242
RGB
CMYK
RGB Variations
Color information
#DB9242 (or 0xDB9242) is known color: Fire Bush. HEX triplet: DB, 92 and 42. RGB value is (219,146,66). Sum of RGB (Red+Green+Blue) = 219+146+66=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9242 is #246DBD. Grayscale: #9F9F9F. Windows color (decimal): -2387390 or 4362971. OLE color: 4362971.
HSL color Cylindrical-coordinate representation of color #DB9242: hue angle of 31.37º 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 #DB9242 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 66 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.14 |
| HSL | 31.37º | 0.68% | 0.56% | - |
| HSV(B) | 31.37º | 0.7% | 0.86% | - |
| XYZ | 40.48 | 36.01 | 9.97 | - |
| YUV | 158.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 66 | 0 | 0.33 | 0.70 | 0.14 | 31.37 | 0.68 | 0.56 |
| Hex | DB | 92 | 42 | 0 | 21 | 46 | E | 1F | 44 | 38 |
| Octal | 333 | 222 | 102 | 0 | 41 | 106 | 16 | 37 | 104 | 70 |
| Binary | 11011011 | 10010010 | 1000010 | 0 | 100001 | 1000110 | 1110 | 11111 | 1000100 | 111000 |
Color Harmonies of #DB9242
Complementary color
Monochromatic Colors of #DB9242
Black with #DB9242
Text Example
Text Example
White with #DB9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9242; }
p { color: rgb(219,146,66); }
H1.HeaderClassName
{
color: #DB9242;
}
.AnyTagClassName
{
color: #DB9242;
}
</style>
background-color css
<style>
a { background-color: #DB9242; }
a { background-color: rgb(219,146,66); }
div.DivClassName
{
background-color: #DB9242;
}
.BgClassName
{
background-color: #DB9242;
}
</style>
border-color css
<style>
span { border-color: #DB9242; }
span { border-color: rgb(219,146,66); }
td.TdClassName
{
border-color: #DB9242;
}
.TagClassName
{
border-color: #DB9242;
}
</style>