Shades of Fire Bush #DBA144
Tints of Fire Bush #DBA144
RGB
CMYK
RGB Variations
Color information
#DBA144 (or 0xDBA144) is known color: Fire Bush. HEX triplet: DB, A1 and 44. RGB value is (219,161,68). Sum of RGB (Red+Green+Blue) = 219+161+68=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA144 is #245EBB. Grayscale: #A8A8A8. Windows color (decimal): -2383548 or 4497883. OLE color: 4497883.
HSL color Cylindrical-coordinate representation of color #DBA144: hue angle of 36.95º 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 #DBA144 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 68 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.14 |
| HSL | 36.95º | 0.68% | 0.56% | - |
| HSV(B) | 36.95º | 0.69% | 0.86% | - |
| XYZ | 43 | 40.97 | 11.11 | - |
| YUV | 167.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 68 | 0 | 0.26 | 0.69 | 0.14 | 36.95 | 0.68 | 0.56 |
| Hex | DB | A1 | 44 | 0 | 1A | 45 | E | 25 | 44 | 38 |
| Octal | 333 | 241 | 104 | 0 | 32 | 105 | 16 | 45 | 104 | 70 |
| Binary | 11011011 | 10100001 | 1000100 | 0 | 11010 | 1000101 | 1110 | 100101 | 1000100 | 111000 |
Color Harmonies of #DBA144
Complementary color
Monochromatic Colors of #DBA144
Black with #DBA144
Text Example
Text Example
White with #DBA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA144; }
p { color: rgb(219,161,68); }
H1.HeaderClassName
{
color: #DBA144;
}
.AnyTagClassName
{
color: #DBA144;
}
</style>
background-color css
<style>
a { background-color: #DBA144; }
a { background-color: rgb(219,161,68); }
div.DivClassName
{
background-color: #DBA144;
}
.BgClassName
{
background-color: #DBA144;
}
</style>
border-color css
<style>
span { border-color: #DBA144; }
span { border-color: rgb(219,161,68); }
td.TdClassName
{
border-color: #DBA144;
}
.TagClassName
{
border-color: #DBA144;
}
</style>