Shades of Fire Bush #DBA349
Tints of Fire Bush #DBA349
RGB
CMYK
RGB Variations
Color information
#DBA349 (or 0xDBA349) is known color: Fire Bush. HEX triplet: DB, A3 and 49. RGB value is (219,163,73). Sum of RGB (Red+Green+Blue) = 219+163+73=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA349 is #245CB6. Grayscale: #A9A9A9. Windows color (decimal): -2383031 or 4826075. OLE color: 4826075.
HSL color Cylindrical-coordinate representation of color #DBA349: hue angle of 36.99º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBA349 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 73 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.14 |
| HSL | 36.99º | 0.67% | 0.57% | - |
| HSV(B) | 36.99º | 0.67% | 0.86% | - |
| XYZ | 43.51 | 41.74 | 12.07 | - |
| YUV | 169.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 73 | 0 | 0.26 | 0.67 | 0.14 | 36.99 | 0.67 | 0.57 |
| Hex | DB | A3 | 49 | 0 | 1A | 43 | E | 25 | 43 | 39 |
| Octal | 333 | 243 | 111 | 0 | 32 | 103 | 16 | 45 | 103 | 71 |
| Binary | 11011011 | 10100011 | 1001001 | 0 | 11010 | 1000011 | 1110 | 100101 | 1000011 | 111001 |
Color Harmonies of #DBA349
Complementary color
Monochromatic Colors of #DBA349
Black with #DBA349
Text Example
Text Example
White with #DBA349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA349; }
p { color: rgb(219,163,73); }
H1.HeaderClassName
{
color: #DBA349;
}
.AnyTagClassName
{
color: #DBA349;
}
</style>
background-color css
<style>
a { background-color: #DBA349; }
a { background-color: rgb(219,163,73); }
div.DivClassName
{
background-color: #DBA349;
}
.BgClassName
{
background-color: #DBA349;
}
</style>
border-color css
<style>
span { border-color: #DBA349; }
span { border-color: rgb(219,163,73); }
td.TdClassName
{
border-color: #DBA349;
}
.TagClassName
{
border-color: #DBA349;
}
</style>