Shades of Fire Bush #DBA03A
Tints of Fire Bush #DBA03A
RGB
CMYK
RGB Variations
Color information
#DBA03A (or 0xDBA03A) is known color: Fire Bush. HEX triplet: DB, A0 and 3A. RGB value is (219,160,58). Sum of RGB (Red+Green+Blue) = 219+160+58=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA03A is #245FC5. Grayscale: #A6A6A6. Windows color (decimal): -2383814 or 3842267. OLE color: 3842267.
HSL color Cylindrical-coordinate representation of color #DBA03A: hue angle of 38.01º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBA03A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 58 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.14 |
| HSL | 38.01º | 0.69% | 0.54% | - |
| HSV(B) | 38.01º | 0.74% | 0.86% | - |
| XYZ | 42.55 | 40.51 | 9.58 | - |
| YUV | 166.01 | 67.05 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 58 | 0 | 0.27 | 0.74 | 0.14 | 38.01 | 0.69 | 0.54 |
| Hex | DB | A0 | 3A | 0 | 1B | 4A | E | 26 | 45 | 36 |
| Octal | 333 | 240 | 72 | 0 | 33 | 112 | 16 | 46 | 105 | 66 |
| Binary | 11011011 | 10100000 | 111010 | 0 | 11011 | 1001010 | 1110 | 100110 | 1000101 | 110110 |
Color Harmonies of #DBA03A
Complementary color
Monochromatic Colors of #DBA03A
Black with #DBA03A
Text Example
Text Example
White with #DBA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA03A; }
p { color: rgb(219,160,58); }
H1.HeaderClassName
{
color: #DBA03A;
}
.AnyTagClassName
{
color: #DBA03A;
}
</style>
background-color css
<style>
a { background-color: #DBA03A; }
a { background-color: rgb(219,160,58); }
div.DivClassName
{
background-color: #DBA03A;
}
.BgClassName
{
background-color: #DBA03A;
}
</style>
border-color css
<style>
span { border-color: #DBA03A; }
span { border-color: rgb(219,160,58); }
td.TdClassName
{
border-color: #DBA03A;
}
.TagClassName
{
border-color: #DBA03A;
}
</style>