Shades of Fire Bush #DB963E
Tints of Fire Bush #DB963E
RGB
CMYK
RGB Variations
Color information
#DB963E (or 0xDB963E) is known color: Fire Bush. HEX triplet: DB, 96 and 3E. RGB value is (219,150,62). Sum of RGB (Red+Green+Blue) = 219+150+62=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB963E is #2469C1. Grayscale: #A1A1A1. Windows color (decimal): -2386370 or 4101851. OLE color: 4101851.
HSL color Cylindrical-coordinate representation of color #DB963E: hue angle of 33.63º 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 #DB963E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 62 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.14 |
| HSL | 33.63º | 0.69% | 0.55% | - |
| HSV(B) | 33.63º | 0.72% | 0.86% | - |
| XYZ | 40.99 | 37.22 | 9.58 | - |
| YUV | 160.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 62 | 0 | 0.32 | 0.72 | 0.14 | 33.63 | 0.69 | 0.55 |
| Hex | DB | 96 | 3E | 0 | 20 | 48 | E | 22 | 45 | 37 |
| Octal | 333 | 226 | 76 | 0 | 40 | 110 | 16 | 42 | 105 | 67 |
| Binary | 11011011 | 10010110 | 111110 | 0 | 100000 | 1001000 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DB963E
Complementary color
Monochromatic Colors of #DB963E
Black with #DB963E
Text Example
Text Example
White with #DB963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB963E; }
p { color: rgb(219,150,62); }
H1.HeaderClassName
{
color: #DB963E;
}
.AnyTagClassName
{
color: #DB963E;
}
</style>
background-color css
<style>
a { background-color: #DB963E; }
a { background-color: rgb(219,150,62); }
div.DivClassName
{
background-color: #DB963E;
}
.BgClassName
{
background-color: #DB963E;
}
</style>
border-color css
<style>
span { border-color: #DB963E; }
span { border-color: rgb(219,150,62); }
td.TdClassName
{
border-color: #DB963E;
}
.TagClassName
{
border-color: #DB963E;
}
</style>