Shades of Fire Bush #DBA140
Tints of Fire Bush #DBA140
RGB
CMYK
RGB Variations
Color information
#DBA140 (or 0xDBA140) is known color: Fire Bush. HEX triplet: DB, A1 and 40. RGB value is (219,161,64). Sum of RGB (Red+Green+Blue) = 219+161+64=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA140 is #245EBF. Grayscale: #A7A7A7. Windows color (decimal): -2383552 or 4235739. OLE color: 4235739.
HSL color Cylindrical-coordinate representation of color #DBA140: hue angle of 37.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBA140 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 64 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.14 |
| HSL | 37.55º | 0.68% | 0.55% | - |
| HSV(B) | 37.55º | 0.71% | 0.86% | - |
| XYZ | 42.88 | 40.92 | 10.49 | - |
| YUV | 167.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 64 | 0 | 0.26 | 0.71 | 0.14 | 37.55 | 0.68 | 0.55 |
| Hex | DB | A1 | 40 | 0 | 1A | 47 | E | 26 | 44 | 37 |
| Octal | 333 | 241 | 100 | 0 | 32 | 107 | 16 | 46 | 104 | 67 |
| Binary | 11011011 | 10100001 | 1000000 | 0 | 11010 | 1000111 | 1110 | 100110 | 1000100 | 110111 |
Color Harmonies of #DBA140
Complementary color
Monochromatic Colors of #DBA140
Black with #DBA140
Text Example
Text Example
White with #DBA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA140; }
p { color: rgb(219,161,64); }
H1.HeaderClassName
{
color: #DBA140;
}
.AnyTagClassName
{
color: #DBA140;
}
</style>
background-color css
<style>
a { background-color: #DBA140; }
a { background-color: rgb(219,161,64); }
div.DivClassName
{
background-color: #DBA140;
}
.BgClassName
{
background-color: #DBA140;
}
</style>
border-color css
<style>
span { border-color: #DBA140; }
span { border-color: rgb(219,161,64); }
td.TdClassName
{
border-color: #DBA140;
}
.TagClassName
{
border-color: #DBA140;
}
</style>