Shades of Fire Bush #DB963A
Tints of Fire Bush #DB963A
RGB
CMYK
RGB Variations
Color information
#DB963A (or 0xDB963A) is known color: Fire Bush. HEX triplet: DB, 96 and 3A. RGB value is (219,150,58). Sum of RGB (Red+Green+Blue) = 219+150+58=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB963A is #2469C5. Grayscale: #A0A0A0. Windows color (decimal): -2386374 or 3839707. OLE color: 3839707.
HSL color Cylindrical-coordinate representation of color #DB963A: hue angle of 34.29º 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 #DB963A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 58 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.14 |
| HSL | 34.29º | 0.69% | 0.54% | - |
| HSV(B) | 34.29º | 0.74% | 0.86% | - |
| XYZ | 40.88 | 37.18 | 9.02 | - |
| YUV | 160.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 58 | 0 | 0.32 | 0.74 | 0.14 | 34.29 | 0.69 | 0.54 |
| Hex | DB | 96 | 3A | 0 | 20 | 4A | E | 22 | 45 | 36 |
| Octal | 333 | 226 | 72 | 0 | 40 | 112 | 16 | 42 | 105 | 66 |
| Binary | 11011011 | 10010110 | 111010 | 0 | 100000 | 1001010 | 1110 | 100010 | 1000101 | 110110 |
Color Harmonies of #DB963A
Complementary color
Monochromatic Colors of #DB963A
Black with #DB963A
Text Example
Text Example
White with #DB963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB963A; }
p { color: rgb(219,150,58); }
H1.HeaderClassName
{
color: #DB963A;
}
.AnyTagClassName
{
color: #DB963A;
}
</style>
background-color css
<style>
a { background-color: #DB963A; }
a { background-color: rgb(219,150,58); }
div.DivClassName
{
background-color: #DB963A;
}
.BgClassName
{
background-color: #DB963A;
}
</style>
border-color css
<style>
span { border-color: #DB963A; }
span { border-color: rgb(219,150,58); }
td.TdClassName
{
border-color: #DB963A;
}
.TagClassName
{
border-color: #DB963A;
}
</style>