Shades of Fire Bush #DBA146
Tints of Fire Bush #DBA146
RGB
CMYK
RGB Variations
Color information
#DBA146 (or 0xDBA146) is known color: Fire Bush. HEX triplet: DB, A1 and 46. RGB value is (219,161,70). Sum of RGB (Red+Green+Blue) = 219+161+70=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA146 is #245EB9. Grayscale: #A8A8A8. Windows color (decimal): -2383546 or 4628955. OLE color: 4628955.
HSL color Cylindrical-coordinate representation of color #DBA146: hue angle of 36.64º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA146 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 70 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.14 |
| HSL | 36.64º | 0.67% | 0.57% | - |
| HSV(B) | 36.64º | 0.68% | 0.86% | - |
| XYZ | 43.06 | 40.99 | 11.44 | - |
| YUV | 167.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 70 | 0 | 0.26 | 0.68 | 0.14 | 36.64 | 0.67 | 0.57 |
| Hex | DB | A1 | 46 | 0 | 1A | 44 | E | 25 | 43 | 39 |
| Octal | 333 | 241 | 106 | 0 | 32 | 104 | 16 | 45 | 103 | 71 |
| Binary | 11011011 | 10100001 | 1000110 | 0 | 11010 | 1000100 | 1110 | 100101 | 1000011 | 111001 |
Color Harmonies of #DBA146
Complementary color
Monochromatic Colors of #DBA146
Black with #DBA146
Text Example
Text Example
White with #DBA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA146; }
p { color: rgb(219,161,70); }
H1.HeaderClassName
{
color: #DBA146;
}
.AnyTagClassName
{
color: #DBA146;
}
</style>
background-color css
<style>
a { background-color: #DBA146; }
a { background-color: rgb(219,161,70); }
div.DivClassName
{
background-color: #DBA146;
}
.BgClassName
{
background-color: #DBA146;
}
</style>
border-color css
<style>
span { border-color: #DBA146; }
span { border-color: rgb(219,161,70); }
td.TdClassName
{
border-color: #DBA146;
}
.TagClassName
{
border-color: #DBA146;
}
</style>