Shades of Fire Bush #DBA048
Tints of Fire Bush #DBA048
RGB
CMYK
RGB Variations
Color information
#DBA048 (or 0xDBA048) is known color: Fire Bush. HEX triplet: DB, A0 and 48. RGB value is (219,160,72). Sum of RGB (Red+Green+Blue) = 219+160+72=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA048 is #245FB7. Grayscale: #A8A8A8. Windows color (decimal): -2383800 or 4759771. OLE color: 4759771.
HSL color Cylindrical-coordinate representation of color #DBA048: hue angle of 35.92º 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 #DBA048 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 72 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.14 |
| HSL | 35.92º | 0.67% | 0.57% | - |
| HSV(B) | 35.92º | 0.67% | 0.86% | - |
| XYZ | 42.95 | 40.67 | 11.72 | - |
| YUV | 167.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 72 | 0 | 0.27 | 0.67 | 0.14 | 35.92 | 0.67 | 0.57 |
| Hex | DB | A0 | 48 | 0 | 1B | 43 | E | 24 | 43 | 39 |
| Octal | 333 | 240 | 110 | 0 | 33 | 103 | 16 | 44 | 103 | 71 |
| Binary | 11011011 | 10100000 | 1001000 | 0 | 11011 | 1000011 | 1110 | 100100 | 1000011 | 111001 |
Color Harmonies of #DBA048
Complementary color
Monochromatic Colors of #DBA048
Black with #DBA048
Text Example
Text Example
White with #DBA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA048; }
p { color: rgb(219,160,72); }
H1.HeaderClassName
{
color: #DBA048;
}
.AnyTagClassName
{
color: #DBA048;
}
</style>
background-color css
<style>
a { background-color: #DBA048; }
a { background-color: rgb(219,160,72); }
div.DivClassName
{
background-color: #DBA048;
}
.BgClassName
{
background-color: #DBA048;
}
</style>
border-color css
<style>
span { border-color: #DBA048; }
span { border-color: rgb(219,160,72); }
td.TdClassName
{
border-color: #DBA048;
}
.TagClassName
{
border-color: #DBA048;
}
</style>