Shades of Fire Bush #DBA04B
Tints of Fire Bush #DBA04B
RGB
CMYK
RGB Variations
Color information
#DBA04B (or 0xDBA04B) is known color: Fire Bush. HEX triplet: DB, A0 and 4B. RGB value is (219,160,75). Sum of RGB (Red+Green+Blue) = 219+160+75=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA04B is #245FB4. Grayscale: #A8A8A8. Windows color (decimal): -2383797 or 4956379. OLE color: 4956379.
HSL color Cylindrical-coordinate representation of color #DBA04B: hue angle of 35.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBA04B is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 75 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.14 |
| HSL | 35.42º | 0.67% | 0.58% | - |
| HSV(B) | 35.42º | 0.66% | 0.86% | - |
| XYZ | 43.05 | 40.71 | 12.25 | - |
| YUV | 167.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 75 | 0 | 0.27 | 0.66 | 0.14 | 35.42 | 0.67 | 0.58 |
| Hex | DB | A0 | 4B | 0 | 1B | 42 | E | 23 | 43 | 3A |
| Octal | 333 | 240 | 113 | 0 | 33 | 102 | 16 | 43 | 103 | 72 |
| Binary | 11011011 | 10100000 | 1001011 | 0 | 11011 | 1000010 | 1110 | 100011 | 1000011 | 111010 |
Color Harmonies of #DBA04B
Complementary color
Monochromatic Colors of #DBA04B
Black with #DBA04B
Text Example
Text Example
White with #DBA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA04B; }
p { color: rgb(219,160,75); }
H1.HeaderClassName
{
color: #DBA04B;
}
.AnyTagClassName
{
color: #DBA04B;
}
</style>
background-color css
<style>
a { background-color: #DBA04B; }
a { background-color: rgb(219,160,75); }
div.DivClassName
{
background-color: #DBA04B;
}
.BgClassName
{
background-color: #DBA04B;
}
</style>
border-color css
<style>
span { border-color: #DBA04B; }
span { border-color: rgb(219,160,75); }
td.TdClassName
{
border-color: #DBA04B;
}
.TagClassName
{
border-color: #DBA04B;
}
</style>