Shades of Fire Bush #DBA03B
Tints of Fire Bush #DBA03B
RGB
CMYK
RGB Variations
Color information
#DBA03B (or 0xDBA03B) is known color: Fire Bush. HEX triplet: DB, A0 and 3B. RGB value is (219,160,59). Sum of RGB (Red+Green+Blue) = 219+160+59=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA03B is #245FC4. Grayscale: #A6A6A6. Windows color (decimal): -2383813 or 3907803. OLE color: 3907803.
HSL color Cylindrical-coordinate representation of color #DBA03B: hue angle of 37.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBA03B is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 59 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.14 |
| HSL | 37.88º | 0.69% | 0.55% | - |
| HSV(B) | 37.88º | 0.73% | 0.86% | - |
| XYZ | 42.57 | 40.52 | 9.71 | - |
| YUV | 166.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 59 | 0 | 0.27 | 0.73 | 0.14 | 37.88 | 0.69 | 0.55 |
| Hex | DB | A0 | 3B | 0 | 1B | 49 | E | 26 | 45 | 37 |
| Octal | 333 | 240 | 73 | 0 | 33 | 111 | 16 | 46 | 105 | 67 |
| Binary | 11011011 | 10100000 | 111011 | 0 | 11011 | 1001001 | 1110 | 100110 | 1000101 | 110111 |
Color Harmonies of #DBA03B
Complementary color
Monochromatic Colors of #DBA03B
Black with #DBA03B
Text Example
Text Example
White with #DBA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA03B; }
p { color: rgb(219,160,59); }
H1.HeaderClassName
{
color: #DBA03B;
}
.AnyTagClassName
{
color: #DBA03B;
}
</style>
background-color css
<style>
a { background-color: #DBA03B; }
a { background-color: rgb(219,160,59); }
div.DivClassName
{
background-color: #DBA03B;
}
.BgClassName
{
background-color: #DBA03B;
}
</style>
border-color css
<style>
span { border-color: #DBA03B; }
span { border-color: rgb(219,160,59); }
td.TdClassName
{
border-color: #DBA03B;
}
.TagClassName
{
border-color: #DBA03B;
}
</style>