Shades of Fire Bush #DB9744
Tints of Fire Bush #DB9744
RGB
CMYK
RGB Variations
Color information
#DB9744 (or 0xDB9744) is known color: Fire Bush. HEX triplet: DB, 97 and 44. RGB value is (219,151,68). Sum of RGB (Red+Green+Blue) = 219+151+68=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9744 is #2468BB. Grayscale: #A2A2A2. Windows color (decimal): -2386108 or 4495323. OLE color: 4495323.
HSL color Cylindrical-coordinate representation of color #DB9744: hue angle of 32.98º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB9744 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 68 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.14 |
| HSL | 32.98º | 0.68% | 0.56% | - |
| HSV(B) | 32.98º | 0.69% | 0.86% | - |
| XYZ | 41.32 | 37.61 | 10.55 | - |
| YUV | 161.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 68 | 0 | 0.31 | 0.69 | 0.14 | 32.98 | 0.68 | 0.56 |
| Hex | DB | 97 | 44 | 0 | 1F | 45 | E | 21 | 44 | 38 |
| Octal | 333 | 227 | 104 | 0 | 37 | 105 | 16 | 41 | 104 | 70 |
| Binary | 11011011 | 10010111 | 1000100 | 0 | 11111 | 1000101 | 1110 | 100001 | 1000100 | 111000 |
Color Harmonies of #DB9744
Complementary color
Monochromatic Colors of #DB9744
Black with #DB9744
Text Example
Text Example
White with #DB9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9744; }
p { color: rgb(219,151,68); }
H1.HeaderClassName
{
color: #DB9744;
}
.AnyTagClassName
{
color: #DB9744;
}
</style>
background-color css
<style>
a { background-color: #DB9744; }
a { background-color: rgb(219,151,68); }
div.DivClassName
{
background-color: #DB9744;
}
.BgClassName
{
background-color: #DB9744;
}
</style>
border-color css
<style>
span { border-color: #DB9744; }
span { border-color: rgb(219,151,68); }
td.TdClassName
{
border-color: #DB9744;
}
.TagClassName
{
border-color: #DB9744;
}
</style>