Shades of Fire Bush #DBA13D
Tints of Fire Bush #DBA13D
RGB
CMYK
RGB Variations
Color information
#DBA13D (or 0xDBA13D) is known color: Fire Bush. HEX triplet: DB, A1 and 3D. RGB value is (219,161,61). Sum of RGB (Red+Green+Blue) = 219+161+61=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA13D is #245EC2. Grayscale: #A7A7A7. Windows color (decimal): -2383555 or 4039131. OLE color: 4039131.
HSL color Cylindrical-coordinate representation of color #DBA13D: hue angle of 37.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBA13D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 61 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.14 |
| HSL | 37.97º | 0.69% | 0.55% | - |
| HSV(B) | 37.97º | 0.72% | 0.86% | - |
| XYZ | 42.8 | 40.89 | 10.05 | - |
| YUV | 166.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 61 | 0 | 0.26 | 0.72 | 0.14 | 37.97 | 0.69 | 0.55 |
| Hex | DB | A1 | 3D | 0 | 1A | 48 | E | 26 | 45 | 37 |
| Octal | 333 | 241 | 75 | 0 | 32 | 110 | 16 | 46 | 105 | 67 |
| Binary | 11011011 | 10100001 | 111101 | 0 | 11010 | 1001000 | 1110 | 100110 | 1000101 | 110111 |
Color Harmonies of #DBA13D
Complementary color
Monochromatic Colors of #DBA13D
Black with #DBA13D
Text Example
Text Example
White with #DBA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA13D; }
p { color: rgb(219,161,61); }
H1.HeaderClassName
{
color: #DBA13D;
}
.AnyTagClassName
{
color: #DBA13D;
}
</style>
background-color css
<style>
a { background-color: #DBA13D; }
a { background-color: rgb(219,161,61); }
div.DivClassName
{
background-color: #DBA13D;
}
.BgClassName
{
background-color: #DBA13D;
}
</style>
border-color css
<style>
span { border-color: #DBA13D; }
span { border-color: rgb(219,161,61); }
td.TdClassName
{
border-color: #DBA13D;
}
.TagClassName
{
border-color: #DBA13D;
}
</style>