Shades of Fire Bush #DBA13F
Tints of Fire Bush #DBA13F
RGB
CMYK
RGB Variations
Color information
#DBA13F (or 0xDBA13F) is known color: Fire Bush. HEX triplet: DB, A1 and 3F. RGB value is (219,161,63). Sum of RGB (Red+Green+Blue) = 219+161+63=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA13F is #245EC0. Grayscale: #A7A7A7. Windows color (decimal): -2383553 or 4170203. OLE color: 4170203.
HSL color Cylindrical-coordinate representation of color #DBA13F: hue angle of 37.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBA13F is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 63 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.14 |
| HSL | 37.69º | 0.68% | 0.55% | - |
| HSV(B) | 37.69º | 0.71% | 0.86% | - |
| XYZ | 42.86 | 40.91 | 10.34 | - |
| YUV | 167.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 63 | 0 | 0.26 | 0.71 | 0.14 | 37.69 | 0.68 | 0.55 |
| Hex | DB | A1 | 3F | 0 | 1A | 47 | E | 26 | 44 | 37 |
| Octal | 333 | 241 | 77 | 0 | 32 | 107 | 16 | 46 | 104 | 67 |
| Binary | 11011011 | 10100001 | 111111 | 0 | 11010 | 1000111 | 1110 | 100110 | 1000100 | 110111 |
Color Harmonies of #DBA13F
Complementary color
Monochromatic Colors of #DBA13F
Black with #DBA13F
Text Example
Text Example
White with #DBA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA13F; }
p { color: rgb(219,161,63); }
H1.HeaderClassName
{
color: #DBA13F;
}
.AnyTagClassName
{
color: #DBA13F;
}
</style>
background-color css
<style>
a { background-color: #DBA13F; }
a { background-color: rgb(219,161,63); }
div.DivClassName
{
background-color: #DBA13F;
}
.BgClassName
{
background-color: #DBA13F;
}
</style>
border-color css
<style>
span { border-color: #DBA13F; }
span { border-color: rgb(219,161,63); }
td.TdClassName
{
border-color: #DBA13F;
}
.TagClassName
{
border-color: #DBA13F;
}
</style>