Shades of Fire Bush #DB9F3A
Tints of Fire Bush #DB9F3A
RGB
CMYK
RGB Variations
Color information
#DB9F3A (or 0xDB9F3A) is known color: Fire Bush. HEX triplet: DB, 9F and 3A. RGB value is (219,159,58). Sum of RGB (Red+Green+Blue) = 219+159+58=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F3A is #2460C5. Grayscale: #A5A5A5. Windows color (decimal): -2384070 or 3842011. OLE color: 3842011.
HSL color Cylindrical-coordinate representation of color #DB9F3A: hue angle of 37.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9F3A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 58 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.14 |
| HSL | 37.64º | 0.69% | 0.54% | - |
| HSV(B) | 37.64º | 0.74% | 0.86% | - |
| XYZ | 42.38 | 40.16 | 9.52 | - |
| YUV | 165.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 58 | 0 | 0.27 | 0.74 | 0.14 | 37.64 | 0.69 | 0.54 |
| Hex | DB | 9F | 3A | 0 | 1B | 4A | E | 26 | 45 | 36 |
| Octal | 333 | 237 | 72 | 0 | 33 | 112 | 16 | 46 | 105 | 66 |
| Binary | 11011011 | 10011111 | 111010 | 0 | 11011 | 1001010 | 1110 | 100110 | 1000101 | 110110 |
Color Harmonies of #DB9F3A
Complementary color
Monochromatic Colors of #DB9F3A
Black with #DB9F3A
Text Example
Text Example
White with #DB9F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F3A; }
p { color: rgb(219,159,58); }
H1.HeaderClassName
{
color: #DB9F3A;
}
.AnyTagClassName
{
color: #DB9F3A;
}
</style>
background-color css
<style>
a { background-color: #DB9F3A; }
a { background-color: rgb(219,159,58); }
div.DivClassName
{
background-color: #DB9F3A;
}
.BgClassName
{
background-color: #DB9F3A;
}
</style>
border-color css
<style>
span { border-color: #DB9F3A; }
span { border-color: rgb(219,159,58); }
td.TdClassName
{
border-color: #DB9F3A;
}
.TagClassName
{
border-color: #DB9F3A;
}
</style>