Shades of Fire Bush #DB9041
Tints of Fire Bush #DB9041
RGB
CMYK
RGB Variations
Color information
#DB9041 (or 0xDB9041) is known color: Fire Bush. HEX triplet: DB, 90 and 41. RGB value is (219,144,65). Sum of RGB (Red+Green+Blue) = 219+144+65=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9041 is #246FBE. Grayscale: #9D9D9D. Windows color (decimal): -2387903 or 4296923. OLE color: 4296923.
HSL color Cylindrical-coordinate representation of color #DB9041: hue angle of 30.78º 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 #DB9041 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 65 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.14 |
| HSL | 30.78º | 0.68% | 0.56% | - |
| HSV(B) | 30.78º | 0.7% | 0.86% | - |
| XYZ | 40.14 | 35.39 | 9.72 | - |
| YUV | 157.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 65 | 0 | 0.34 | 0.70 | 0.14 | 30.78 | 0.68 | 0.56 |
| Hex | DB | 90 | 41 | 0 | 22 | 46 | E | 1F | 44 | 38 |
| Octal | 333 | 220 | 101 | 0 | 42 | 106 | 16 | 37 | 104 | 70 |
| Binary | 11011011 | 10010000 | 1000001 | 0 | 100010 | 1000110 | 1110 | 11111 | 1000100 | 111000 |
Color Harmonies of #DB9041
Complementary color
Monochromatic Colors of #DB9041
Black with #DB9041
Text Example
Text Example
White with #DB9041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9041; }
p { color: rgb(219,144,65); }
H1.HeaderClassName
{
color: #DB9041;
}
.AnyTagClassName
{
color: #DB9041;
}
</style>
background-color css
<style>
a { background-color: #DB9041; }
a { background-color: rgb(219,144,65); }
div.DivClassName
{
background-color: #DB9041;
}
.BgClassName
{
background-color: #DB9041;
}
</style>
border-color css
<style>
span { border-color: #DB9041; }
span { border-color: rgb(219,144,65); }
td.TdClassName
{
border-color: #DB9041;
}
.TagClassName
{
border-color: #DB9041;
}
</style>