Shades of Fire Bush #DBA04A
Tints of Fire Bush #DBA04A
RGB
CMYK
RGB Variations
Color information
#DBA04A (or 0xDBA04A) is known color: Fire Bush. HEX triplet: DB, A0 and 4A. RGB value is (219,160,74). Sum of RGB (Red+Green+Blue) = 219+160+74=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA04A is #245FB5. Grayscale: #A8A8A8. Windows color (decimal): -2383798 or 4890843. OLE color: 4890843.
HSL color Cylindrical-coordinate representation of color #DBA04A: hue angle of 35.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBA04A is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 74 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.14 |
| HSL | 35.59º | 0.67% | 0.57% | - |
| HSV(B) | 35.59º | 0.66% | 0.86% | - |
| XYZ | 43.02 | 40.7 | 12.07 | - |
| YUV | 167.84 | 75.05 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 74 | 0 | 0.27 | 0.66 | 0.14 | 35.59 | 0.67 | 0.57 |
| Hex | DB | A0 | 4A | 0 | 1B | 42 | E | 24 | 43 | 39 |
| Octal | 333 | 240 | 112 | 0 | 33 | 102 | 16 | 44 | 103 | 71 |
| Binary | 11011011 | 10100000 | 1001010 | 0 | 11011 | 1000010 | 1110 | 100100 | 1000011 | 111001 |
Color Harmonies of #DBA04A
Complementary color
Monochromatic Colors of #DBA04A
Black with #DBA04A
Text Example
Text Example
White with #DBA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA04A; }
p { color: rgb(219,160,74); }
H1.HeaderClassName
{
color: #DBA04A;
}
.AnyTagClassName
{
color: #DBA04A;
}
</style>
background-color css
<style>
a { background-color: #DBA04A; }
a { background-color: rgb(219,160,74); }
div.DivClassName
{
background-color: #DBA04A;
}
.BgClassName
{
background-color: #DBA04A;
}
</style>
border-color css
<style>
span { border-color: #DBA04A; }
span { border-color: rgb(219,160,74); }
td.TdClassName
{
border-color: #DBA04A;
}
.TagClassName
{
border-color: #DBA04A;
}
</style>