Shades of Fire Bush #DBA047
Tints of Fire Bush #DBA047
RGB
CMYK
RGB Variations
Color information
#DBA047 (or 0xDBA047) is known color: Fire Bush. HEX triplet: DB, A0 and 47. RGB value is (219,160,71). Sum of RGB (Red+Green+Blue) = 219+160+71=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA047 is #245FB8. Grayscale: #A7A7A7. Windows color (decimal): -2383801 or 4694235. OLE color: 4694235.
HSL color Cylindrical-coordinate representation of color #DBA047: hue angle of 36.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA047 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 71 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.14 |
| HSL | 36.08º | 0.67% | 0.57% | - |
| HSV(B) | 36.08º | 0.68% | 0.86% | - |
| XYZ | 42.92 | 40.66 | 11.55 | - |
| YUV | 167.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 71 | 0 | 0.27 | 0.68 | 0.14 | 36.08 | 0.67 | 0.57 |
| Hex | DB | A0 | 47 | 0 | 1B | 44 | E | 24 | 43 | 39 |
| Octal | 333 | 240 | 107 | 0 | 33 | 104 | 16 | 44 | 103 | 71 |
| Binary | 11011011 | 10100000 | 1000111 | 0 | 11011 | 1000100 | 1110 | 100100 | 1000011 | 111001 |
Color Harmonies of #DBA047
Complementary color
Monochromatic Colors of #DBA047
Black with #DBA047
Text Example
Text Example
White with #DBA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA047; }
p { color: rgb(219,160,71); }
H1.HeaderClassName
{
color: #DBA047;
}
.AnyTagClassName
{
color: #DBA047;
}
</style>
background-color css
<style>
a { background-color: #DBA047; }
a { background-color: rgb(219,160,71); }
div.DivClassName
{
background-color: #DBA047;
}
.BgClassName
{
background-color: #DBA047;
}
</style>
border-color css
<style>
span { border-color: #DBA047; }
span { border-color: rgb(219,160,71); }
td.TdClassName
{
border-color: #DBA047;
}
.TagClassName
{
border-color: #DBA047;
}
</style>