Shades of Fire Bush #DBA246
Tints of Fire Bush #DBA246
RGB
CMYK
RGB Variations
Color information
#DBA246 (or 0xDBA246) is known color: Fire Bush. HEX triplet: DB, A2 and 46. RGB value is (219,162,70). Sum of RGB (Red+Green+Blue) = 219+162+70=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA246 is #245DB9. Grayscale: #A8A8A8. Windows color (decimal): -2383290 or 4629211. OLE color: 4629211.
HSL color Cylindrical-coordinate representation of color #DBA246: hue angle of 37.05º 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 #DBA246 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 70 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.14 |
| HSL | 37.05º | 0.67% | 0.57% | - |
| HSV(B) | 37.05º | 0.68% | 0.86% | - |
| XYZ | 43.24 | 41.34 | 11.5 | - |
| YUV | 168.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 70 | 0 | 0.26 | 0.68 | 0.14 | 37.05 | 0.67 | 0.57 |
| Hex | DB | A2 | 46 | 0 | 1A | 44 | E | 25 | 43 | 39 |
| Octal | 333 | 242 | 106 | 0 | 32 | 104 | 16 | 45 | 103 | 71 |
| Binary | 11011011 | 10100010 | 1000110 | 0 | 11010 | 1000100 | 1110 | 100101 | 1000011 | 111001 |
Color Harmonies of #DBA246
Complementary color
Monochromatic Colors of #DBA246
Black with #DBA246
Text Example
Text Example
White with #DBA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA246; }
p { color: rgb(219,162,70); }
H1.HeaderClassName
{
color: #DBA246;
}
.AnyTagClassName
{
color: #DBA246;
}
</style>
background-color css
<style>
a { background-color: #DBA246; }
a { background-color: rgb(219,162,70); }
div.DivClassName
{
background-color: #DBA246;
}
.BgClassName
{
background-color: #DBA246;
}
</style>
border-color css
<style>
span { border-color: #DBA246; }
span { border-color: rgb(219,162,70); }
td.TdClassName
{
border-color: #DBA246;
}
.TagClassName
{
border-color: #DBA246;
}
</style>