Shades of Fire Bush #DB963C
Tints of Fire Bush #DB963C
RGB
CMYK
RGB Variations
Color information
#DB963C (or 0xDB963C) is known color: Fire Bush. HEX triplet: DB, 96 and 3C. RGB value is (219,150,60). Sum of RGB (Red+Green+Blue) = 219+150+60=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB963C is #2469C3. Grayscale: #A0A0A0. Windows color (decimal): -2386372 or 3970779. OLE color: 3970779.
HSL color Cylindrical-coordinate representation of color #DB963C: hue angle of 33.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB963C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 60 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.14 |
| HSL | 33.96º | 0.69% | 0.55% | - |
| HSV(B) | 33.96º | 0.73% | 0.86% | - |
| XYZ | 40.94 | 37.2 | 9.3 | - |
| YUV | 160.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 60 | 0 | 0.32 | 0.73 | 0.14 | 33.96 | 0.69 | 0.55 |
| Hex | DB | 96 | 3C | 0 | 20 | 49 | E | 22 | 45 | 37 |
| Octal | 333 | 226 | 74 | 0 | 40 | 111 | 16 | 42 | 105 | 67 |
| Binary | 11011011 | 10010110 | 111100 | 0 | 100000 | 1001001 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DB963C
Complementary color
Monochromatic Colors of #DB963C
Black with #DB963C
Text Example
Text Example
White with #DB963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB963C; }
p { color: rgb(219,150,60); }
H1.HeaderClassName
{
color: #DB963C;
}
.AnyTagClassName
{
color: #DB963C;
}
</style>
background-color css
<style>
a { background-color: #DB963C; }
a { background-color: rgb(219,150,60); }
div.DivClassName
{
background-color: #DB963C;
}
.BgClassName
{
background-color: #DB963C;
}
</style>
border-color css
<style>
span { border-color: #DB963C; }
span { border-color: rgb(219,150,60); }
td.TdClassName
{
border-color: #DB963C;
}
.TagClassName
{
border-color: #DB963C;
}
</style>