Shades of Fire Bush #DB9538
Tints of Fire Bush #DB9538
RGB
CMYK
RGB Variations
Color information
#DB9538 (or 0xDB9538) is known color: Fire Bush. HEX triplet: DB, 95 and 38. RGB value is (219,149,56). Sum of RGB (Red+Green+Blue) = 219+149+56=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9538 is #246AC7. Grayscale: #9F9F9F. Windows color (decimal): -2386632 or 3708379. OLE color: 3708379.
HSL color Cylindrical-coordinate representation of color #DB9538: hue angle of 34.23º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9538 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 56 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.14 |
| HSL | 34.23º | 0.69% | 0.54% | - |
| HSV(B) | 34.23º | 0.74% | 0.86% | - |
| XYZ | 40.67 | 36.84 | 8.71 | - |
| YUV | 159.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 56 | 0 | 0.32 | 0.74 | 0.14 | 34.23 | 0.69 | 0.54 |
| Hex | DB | 95 | 38 | 0 | 20 | 4A | E | 22 | 45 | 36 |
| Octal | 333 | 225 | 70 | 0 | 40 | 112 | 16 | 42 | 105 | 66 |
| Binary | 11011011 | 10010101 | 111000 | 0 | 100000 | 1001010 | 1110 | 100010 | 1000101 | 110110 |
Color Harmonies of #DB9538
Complementary color
Monochromatic Colors of #DB9538
Black with #DB9538
Text Example
Text Example
White with #DB9538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9538; }
p { color: rgb(219,149,56); }
H1.HeaderClassName
{
color: #DB9538;
}
.AnyTagClassName
{
color: #DB9538;
}
</style>
background-color css
<style>
a { background-color: #DB9538; }
a { background-color: rgb(219,149,56); }
div.DivClassName
{
background-color: #DB9538;
}
.BgClassName
{
background-color: #DB9538;
}
</style>
border-color css
<style>
span { border-color: #DB9538; }
span { border-color: rgb(219,149,56); }
td.TdClassName
{
border-color: #DB9538;
}
.TagClassName
{
border-color: #DB9538;
}
</style>