Shades of Fire Bush #DBA448
Tints of Fire Bush #DBA448
RGB
CMYK
RGB Variations
Color information
#DBA448 (or 0xDBA448) is known color: Fire Bush. HEX triplet: DB, A4 and 48. RGB value is (219,164,72). Sum of RGB (Red+Green+Blue) = 219+164+72=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA448 is #245BB7. Grayscale: #AAAAAA. Windows color (decimal): -2382776 or 4760795. OLE color: 4760795.
HSL color Cylindrical-coordinate representation of color #DBA448: hue angle of 37.55º 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 #DBA448 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 72 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.14 |
| HSL | 37.55º | 0.67% | 0.57% | - |
| HSV(B) | 37.55º | 0.67% | 0.86% | - |
| XYZ | 43.66 | 42.08 | 11.95 | - |
| YUV | 169.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 72 | 0 | 0.25 | 0.67 | 0.14 | 37.55 | 0.67 | 0.57 |
| Hex | DB | A4 | 48 | 0 | 19 | 43 | E | 26 | 43 | 39 |
| Octal | 333 | 244 | 110 | 0 | 31 | 103 | 16 | 46 | 103 | 71 |
| Binary | 11011011 | 10100100 | 1001000 | 0 | 11001 | 1000011 | 1110 | 100110 | 1000011 | 111001 |
Color Harmonies of #DBA448
Complementary color
Monochromatic Colors of #DBA448
Black with #DBA448
Text Example
Text Example
White with #DBA448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA448; }
p { color: rgb(219,164,72); }
H1.HeaderClassName
{
color: #DBA448;
}
.AnyTagClassName
{
color: #DBA448;
}
</style>
background-color css
<style>
a { background-color: #DBA448; }
a { background-color: rgb(219,164,72); }
div.DivClassName
{
background-color: #DBA448;
}
.BgClassName
{
background-color: #DBA448;
}
</style>
border-color css
<style>
span { border-color: #DBA448; }
span { border-color: rgb(219,164,72); }
td.TdClassName
{
border-color: #DBA448;
}
.TagClassName
{
border-color: #DBA448;
}
</style>