Shades of Fire Bush #DBA347
Tints of Fire Bush #DBA347
RGB
CMYK
RGB Variations
Color information
#DBA347 (or 0xDBA347) is known color: Fire Bush. HEX triplet: DB, A3 and 47. RGB value is (219,163,71). Sum of RGB (Red+Green+Blue) = 219+163+71=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA347 is #245CB8. Grayscale: #A9A9A9. Windows color (decimal): -2383033 or 4695003. OLE color: 4695003.
HSL color Cylindrical-coordinate representation of color #DBA347: hue angle of 37.3º 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 #DBA347 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 71 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.14 |
| HSL | 37.3º | 0.67% | 0.57% | - |
| HSV(B) | 37.3º | 0.68% | 0.86% | - |
| XYZ | 43.45 | 41.71 | 11.72 | - |
| YUV | 169.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 71 | 0 | 0.26 | 0.68 | 0.14 | 37.3 | 0.67 | 0.57 |
| Hex | DB | A3 | 47 | 0 | 1A | 44 | E | 25 | 43 | 39 |
| Octal | 333 | 243 | 107 | 0 | 32 | 104 | 16 | 45 | 103 | 71 |
| Binary | 11011011 | 10100011 | 1000111 | 0 | 11010 | 1000100 | 1110 | 100101 | 1000011 | 111001 |
Color Harmonies of #DBA347
Complementary color
Monochromatic Colors of #DBA347
Black with #DBA347
Text Example
Text Example
White with #DBA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA347; }
p { color: rgb(219,163,71); }
H1.HeaderClassName
{
color: #DBA347;
}
.AnyTagClassName
{
color: #DBA347;
}
</style>
background-color css
<style>
a { background-color: #DBA347; }
a { background-color: rgb(219,163,71); }
div.DivClassName
{
background-color: #DBA347;
}
.BgClassName
{
background-color: #DBA347;
}
</style>
border-color css
<style>
span { border-color: #DBA347; }
span { border-color: rgb(219,163,71); }
td.TdClassName
{
border-color: #DBA347;
}
.TagClassName
{
border-color: #DBA347;
}
</style>