Shades of Fire Bush #DB9F36
Tints of Fire Bush #DB9F36
RGB
CMYK
RGB Variations
Color information
#DB9F36 (or 0xDB9F36) is known color: Fire Bush. HEX triplet: DB, 9F and 36. RGB value is (219,159,54). Sum of RGB (Red+Green+Blue) = 219+159+54=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F36 is #2460C9. Grayscale: #A5A5A5. Windows color (decimal): -2384074 or 3579867. OLE color: 3579867.
HSL color Cylindrical-coordinate representation of color #DB9F36: hue angle of 38.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB9F36 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 54 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.14 |
| HSL | 38.18º | 0.7% | 0.54% | - |
| HSV(B) | 38.18º | 0.75% | 0.86% | - |
| XYZ | 42.28 | 40.12 | 9.01 | - |
| YUV | 164.97 | 65.38 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 54 | 0 | 0.27 | 0.75 | 0.14 | 38.18 | 0.7 | 0.54 |
| Hex | DB | 9F | 36 | 0 | 1B | 4B | E | 26 | 46 | 36 |
| Octal | 333 | 237 | 66 | 0 | 33 | 113 | 16 | 46 | 106 | 66 |
| Binary | 11011011 | 10011111 | 110110 | 0 | 11011 | 1001011 | 1110 | 100110 | 1000110 | 110110 |
Color Harmonies of #DB9F36
Complementary color
Monochromatic Colors of #DB9F36
Black with #DB9F36
Text Example
Text Example
White with #DB9F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F36; }
p { color: rgb(219,159,54); }
H1.HeaderClassName
{
color: #DB9F36;
}
.AnyTagClassName
{
color: #DB9F36;
}
</style>
background-color css
<style>
a { background-color: #DB9F36; }
a { background-color: rgb(219,159,54); }
div.DivClassName
{
background-color: #DB9F36;
}
.BgClassName
{
background-color: #DB9F36;
}
</style>
border-color css
<style>
span { border-color: #DB9F36; }
span { border-color: rgb(219,159,54); }
td.TdClassName
{
border-color: #DB9F36;
}
.TagClassName
{
border-color: #DB9F36;
}
</style>