Shades of Fire Bush #DB9042
Tints of Fire Bush #DB9042
RGB
CMYK
RGB Variations
Color information
#DB9042 (or 0xDB9042) is known color: Fire Bush. HEX triplet: DB, 90 and 42. RGB value is (219,144,66). Sum of RGB (Red+Green+Blue) = 219+144+66=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9042 is #246FBD. Grayscale: #9D9D9D. Windows color (decimal): -2387902 or 4362459. OLE color: 4362459.
HSL color Cylindrical-coordinate representation of color #DB9042: hue angle of 30.59º 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 #DB9042 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 66 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.14 |
| HSL | 30.59º | 0.68% | 0.56% | - |
| HSV(B) | 30.59º | 0.7% | 0.86% | - |
| XYZ | 40.17 | 35.4 | 9.87 | - |
| YUV | 157.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 66 | 0 | 0.34 | 0.70 | 0.14 | 30.59 | 0.68 | 0.56 |
| Hex | DB | 90 | 42 | 0 | 22 | 46 | E | 1F | 44 | 38 |
| Octal | 333 | 220 | 102 | 0 | 42 | 106 | 16 | 37 | 104 | 70 |
| Binary | 11011011 | 10010000 | 1000010 | 0 | 100010 | 1000110 | 1110 | 11111 | 1000100 | 111000 |
Color Harmonies of #DB9042
Complementary color
Monochromatic Colors of #DB9042
Black with #DB9042
Text Example
Text Example
White with #DB9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9042; }
p { color: rgb(219,144,66); }
H1.HeaderClassName
{
color: #DB9042;
}
.AnyTagClassName
{
color: #DB9042;
}
</style>
background-color css
<style>
a { background-color: #DB9042; }
a { background-color: rgb(219,144,66); }
div.DivClassName
{
background-color: #DB9042;
}
.BgClassName
{
background-color: #DB9042;
}
</style>
border-color css
<style>
span { border-color: #DB9042; }
span { border-color: rgb(219,144,66); }
td.TdClassName
{
border-color: #DB9042;
}
.TagClassName
{
border-color: #DB9042;
}
</style>