Shades of Fire Bush #DBA049
Tints of Fire Bush #DBA049
RGB
CMYK
RGB Variations
Color information
#DBA049 (or 0xDBA049) is known color: Fire Bush. HEX triplet: DB, A0 and 49. RGB value is (219,160,73). Sum of RGB (Red+Green+Blue) = 219+160+73=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA049 is #245FB6. Grayscale: #A8A8A8. Windows color (decimal): -2383799 or 4825307. OLE color: 4825307.
HSL color Cylindrical-coordinate representation of color #DBA049: hue angle of 35.75º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBA049 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 73 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.14 |
| HSL | 35.75º | 0.67% | 0.57% | - |
| HSV(B) | 35.75º | 0.67% | 0.86% | - |
| XYZ | 42.99 | 40.68 | 11.89 | - |
| YUV | 167.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 73 | 0 | 0.27 | 0.67 | 0.14 | 35.75 | 0.67 | 0.57 |
| Hex | DB | A0 | 49 | 0 | 1B | 43 | E | 24 | 43 | 39 |
| Octal | 333 | 240 | 111 | 0 | 33 | 103 | 16 | 44 | 103 | 71 |
| Binary | 11011011 | 10100000 | 1001001 | 0 | 11011 | 1000011 | 1110 | 100100 | 1000011 | 111001 |
Color Harmonies of #DBA049
Complementary color
Monochromatic Colors of #DBA049
Black with #DBA049
Text Example
Text Example
White with #DBA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA049; }
p { color: rgb(219,160,73); }
H1.HeaderClassName
{
color: #DBA049;
}
.AnyTagClassName
{
color: #DBA049;
}
</style>
background-color css
<style>
a { background-color: #DBA049; }
a { background-color: rgb(219,160,73); }
div.DivClassName
{
background-color: #DBA049;
}
.BgClassName
{
background-color: #DBA049;
}
</style>
border-color css
<style>
span { border-color: #DBA049; }
span { border-color: rgb(219,160,73); }
td.TdClassName
{
border-color: #DBA049;
}
.TagClassName
{
border-color: #DBA049;
}
</style>