Shades of Fire Bush #DB9E3E
Tints of Fire Bush #DB9E3E
RGB
CMYK
RGB Variations
Color information
#DB9E3E (or 0xDB9E3E) is known color: Fire Bush. HEX triplet: DB, 9E and 3E. RGB value is (219,158,62). Sum of RGB (Red+Green+Blue) = 219+158+62=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E3E is #2461C1. Grayscale: #A5A5A5. Windows color (decimal): -2384322 or 4103899. OLE color: 4103899.
HSL color Cylindrical-coordinate representation of color #DB9E3E: hue angle of 36.69º 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 #DB9E3E is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 62 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.14 |
| HSL | 36.69º | 0.69% | 0.55% | - |
| HSV(B) | 36.69º | 0.72% | 0.86% | - |
| XYZ | 42.31 | 39.86 | 10.02 | - |
| YUV | 165.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 62 | 0 | 0.28 | 0.72 | 0.14 | 36.69 | 0.69 | 0.55 |
| Hex | DB | 9E | 3E | 0 | 1C | 48 | E | 25 | 45 | 37 |
| Octal | 333 | 236 | 76 | 0 | 34 | 110 | 16 | 45 | 105 | 67 |
| Binary | 11011011 | 10011110 | 111110 | 0 | 11100 | 1001000 | 1110 | 100101 | 1000101 | 110111 |
Color Harmonies of #DB9E3E
Complementary color
Monochromatic Colors of #DB9E3E
Black with #DB9E3E
Text Example
Text Example
White with #DB9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E3E; }
p { color: rgb(219,158,62); }
H1.HeaderClassName
{
color: #DB9E3E;
}
.AnyTagClassName
{
color: #DB9E3E;
}
</style>
background-color css
<style>
a { background-color: #DB9E3E; }
a { background-color: rgb(219,158,62); }
div.DivClassName
{
background-color: #DB9E3E;
}
.BgClassName
{
background-color: #DB9E3E;
}
</style>
border-color css
<style>
span { border-color: #DB9E3E; }
span { border-color: rgb(219,158,62); }
td.TdClassName
{
border-color: #DB9E3E;
}
.TagClassName
{
border-color: #DB9E3E;
}
</style>