Shades of Fire Bush #DBA148
Tints of Fire Bush #DBA148
RGB
CMYK
RGB Variations
Color information
#DBA148 (or 0xDBA148) is known color: Fire Bush. HEX triplet: DB, A1 and 48. RGB value is (219,161,72). Sum of RGB (Red+Green+Blue) = 219+161+72=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA148 is #245EB7. Grayscale: #A8A8A8. Windows color (decimal): -2383544 or 4760027. OLE color: 4760027.
HSL color Cylindrical-coordinate representation of color #DBA148: hue angle of 36.33º 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 #DBA148 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 72 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.14 |
| HSL | 36.33º | 0.67% | 0.57% | - |
| HSV(B) | 36.33º | 0.67% | 0.86% | - |
| XYZ | 43.13 | 41.02 | 11.78 | - |
| YUV | 168.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 72 | 0 | 0.26 | 0.67 | 0.14 | 36.33 | 0.67 | 0.57 |
| Hex | DB | A1 | 48 | 0 | 1A | 43 | E | 24 | 43 | 39 |
| Octal | 333 | 241 | 110 | 0 | 32 | 103 | 16 | 44 | 103 | 71 |
| Binary | 11011011 | 10100001 | 1001000 | 0 | 11010 | 1000011 | 1110 | 100100 | 1000011 | 111001 |
Color Harmonies of #DBA148
Complementary color
Monochromatic Colors of #DBA148
Black with #DBA148
Text Example
Text Example
White with #DBA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA148; }
p { color: rgb(219,161,72); }
H1.HeaderClassName
{
color: #DBA148;
}
.AnyTagClassName
{
color: #DBA148;
}
</style>
background-color css
<style>
a { background-color: #DBA148; }
a { background-color: rgb(219,161,72); }
div.DivClassName
{
background-color: #DBA148;
}
.BgClassName
{
background-color: #DBA148;
}
</style>
border-color css
<style>
span { border-color: #DBA148; }
span { border-color: rgb(219,161,72); }
td.TdClassName
{
border-color: #DBA148;
}
.TagClassName
{
border-color: #DBA148;
}
</style>