Shades of Fire Bush #DBA14D
Tints of Fire Bush #DBA14D
RGB
CMYK
RGB Variations
Color information
#DBA14D (or 0xDBA14D) is known color: Fire Bush. HEX triplet: DB, A1 and 4D. RGB value is (219,161,77). Sum of RGB (Red+Green+Blue) = 219+161+77=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA14D is #245EB2. Grayscale: #A9A9A9. Windows color (decimal): -2383539 or 5087707. OLE color: 5087707.
HSL color Cylindrical-coordinate representation of color #DBA14D: hue angle of 35.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBA14D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 77 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.14 |
| HSL | 35.49º | 0.66% | 0.58% | - |
| HSV(B) | 35.49º | 0.65% | 0.86% | - |
| XYZ | 43.3 | 41.09 | 12.67 | - |
| YUV | 168.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 77 | 0 | 0.26 | 0.65 | 0.14 | 35.49 | 0.66 | 0.58 |
| Hex | DB | A1 | 4D | 0 | 1A | 41 | E | 23 | 42 | 3A |
| Octal | 333 | 241 | 115 | 0 | 32 | 101 | 16 | 43 | 102 | 72 |
| Binary | 11011011 | 10100001 | 1001101 | 0 | 11010 | 1000001 | 1110 | 100011 | 1000010 | 111010 |
Color Harmonies of #DBA14D
Complementary color
Monochromatic Colors of #DBA14D
Black with #DBA14D
Text Example
Text Example
White with #DBA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA14D; }
p { color: rgb(219,161,77); }
H1.HeaderClassName
{
color: #DBA14D;
}
.AnyTagClassName
{
color: #DBA14D;
}
</style>
background-color css
<style>
a { background-color: #DBA14D; }
a { background-color: rgb(219,161,77); }
div.DivClassName
{
background-color: #DBA14D;
}
.BgClassName
{
background-color: #DBA14D;
}
</style>
border-color css
<style>
span { border-color: #DBA14D; }
span { border-color: rgb(219,161,77); }
td.TdClassName
{
border-color: #DBA14D;
}
.TagClassName
{
border-color: #DBA14D;
}
</style>