Shades of Fire Bush #DB9737
Tints of Fire Bush #DB9737
RGB
CMYK
RGB Variations
Color information
#DB9737 (or 0xDB9737) is known color: Fire Bush. HEX triplet: DB, 97 and 37. RGB value is (219,151,55). Sum of RGB (Red+Green+Blue) = 219+151+55=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9737 is #2468C8. Grayscale: #A0A0A0. Windows color (decimal): -2386121 or 3643355. OLE color: 3643355.
HSL color Cylindrical-coordinate representation of color #DB9737: hue angle of 35.12º degrees, saturation: 0.69, 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 #DB9737 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 55 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.14 |
| HSL | 35.12º | 0.69% | 0.54% | - |
| HSV(B) | 35.12º | 0.75% | 0.86% | - |
| XYZ | 40.97 | 37.47 | 8.69 | - |
| YUV | 160.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 55 | 0 | 0.31 | 0.75 | 0.14 | 35.12 | 0.69 | 0.54 |
| Hex | DB | 97 | 37 | 0 | 1F | 4B | E | 23 | 45 | 36 |
| Octal | 333 | 227 | 67 | 0 | 37 | 113 | 16 | 43 | 105 | 66 |
| Binary | 11011011 | 10010111 | 110111 | 0 | 11111 | 1001011 | 1110 | 100011 | 1000101 | 110110 |
Color Harmonies of #DB9737
Complementary color
Monochromatic Colors of #DB9737
Black with #DB9737
Text Example
Text Example
White with #DB9737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9737; }
p { color: rgb(219,151,55); }
H1.HeaderClassName
{
color: #DB9737;
}
.AnyTagClassName
{
color: #DB9737;
}
</style>
background-color css
<style>
a { background-color: #DB9737; }
a { background-color: rgb(219,151,55); }
div.DivClassName
{
background-color: #DB9737;
}
.BgClassName
{
background-color: #DB9737;
}
</style>
border-color css
<style>
span { border-color: #DB9737; }
span { border-color: rgb(219,151,55); }
td.TdClassName
{
border-color: #DB9737;
}
.TagClassName
{
border-color: #DB9737;
}
</style>