Shades of Fire Bush #DBA040
Tints of Fire Bush #DBA040
RGB
CMYK
RGB Variations
Color information
#DBA040 (or 0xDBA040) is known color: Fire Bush. HEX triplet: DB, A0 and 40. RGB value is (219,160,64). Sum of RGB (Red+Green+Blue) = 219+160+64=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA040 is #245FBF. Grayscale: #A7A7A7. Windows color (decimal): -2383808 or 4235483. OLE color: 4235483.
HSL color Cylindrical-coordinate representation of color #DBA040: hue angle of 37.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBA040 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 64 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.14 |
| HSL | 37.16º | 0.68% | 0.55% | - |
| HSV(B) | 37.16º | 0.71% | 0.86% | - |
| XYZ | 42.71 | 40.57 | 10.43 | - |
| YUV | 166.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 64 | 0 | 0.27 | 0.71 | 0.14 | 37.16 | 0.68 | 0.55 |
| Hex | DB | A0 | 40 | 0 | 1B | 47 | E | 25 | 44 | 37 |
| Octal | 333 | 240 | 100 | 0 | 33 | 107 | 16 | 45 | 104 | 67 |
| Binary | 11011011 | 10100000 | 1000000 | 0 | 11011 | 1000111 | 1110 | 100101 | 1000100 | 110111 |
Color Harmonies of #DBA040
Complementary color
Monochromatic Colors of #DBA040
Black with #DBA040
Text Example
Text Example
White with #DBA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA040; }
p { color: rgb(219,160,64); }
H1.HeaderClassName
{
color: #DBA040;
}
.AnyTagClassName
{
color: #DBA040;
}
</style>
background-color css
<style>
a { background-color: #DBA040; }
a { background-color: rgb(219,160,64); }
div.DivClassName
{
background-color: #DBA040;
}
.BgClassName
{
background-color: #DBA040;
}
</style>
border-color css
<style>
span { border-color: #DBA040; }
span { border-color: rgb(219,160,64); }
td.TdClassName
{
border-color: #DBA040;
}
.TagClassName
{
border-color: #DBA040;
}
</style>