Shades of Fire Bush #DBA243
Tints of Fire Bush #DBA243
RGB
CMYK
RGB Variations
Color information
#DBA243 (or 0xDBA243) is known color: Fire Bush. HEX triplet: DB, A2 and 43. RGB value is (219,162,67). Sum of RGB (Red+Green+Blue) = 219+162+67=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA243 is #245DBC. Grayscale: #A8A8A8. Windows color (decimal): -2383293 or 4432603. OLE color: 4432603.
HSL color Cylindrical-coordinate representation of color #DBA243: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBA243 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 67 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.14 |
| HSL | 37.5º | 0.68% | 0.56% | - |
| HSV(B) | 37.5º | 0.69% | 0.86% | - |
| XYZ | 43.15 | 41.31 | 11.01 | - |
| YUV | 168.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 67 | 0 | 0.26 | 0.69 | 0.14 | 37.5 | 0.68 | 0.56 |
| Hex | DB | A2 | 43 | 0 | 1A | 45 | E | 26 | 44 | 38 |
| Octal | 333 | 242 | 103 | 0 | 32 | 105 | 16 | 46 | 104 | 70 |
| Binary | 11011011 | 10100010 | 1000011 | 0 | 11010 | 1000101 | 1110 | 100110 | 1000100 | 111000 |
Color Harmonies of #DBA243
Complementary color
Monochromatic Colors of #DBA243
Black with #DBA243
Text Example
Text Example
White with #DBA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA243; }
p { color: rgb(219,162,67); }
H1.HeaderClassName
{
color: #DBA243;
}
.AnyTagClassName
{
color: #DBA243;
}
</style>
background-color css
<style>
a { background-color: #DBA243; }
a { background-color: rgb(219,162,67); }
div.DivClassName
{
background-color: #DBA243;
}
.BgClassName
{
background-color: #DBA243;
}
</style>
border-color css
<style>
span { border-color: #DBA243; }
span { border-color: rgb(219,162,67); }
td.TdClassName
{
border-color: #DBA243;
}
.TagClassName
{
border-color: #DBA243;
}
</style>