Shades of Fire Bush #DB963D
Tints of Fire Bush #DB963D
RGB
CMYK
RGB Variations
Color information
#DB963D (or 0xDB963D) is known color: Fire Bush. HEX triplet: DB, 96 and 3D. RGB value is (219,150,61). Sum of RGB (Red+Green+Blue) = 219+150+61=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB963D is #2469C2. Grayscale: #A0A0A0. Windows color (decimal): -2386371 or 4036315. OLE color: 4036315.
HSL color Cylindrical-coordinate representation of color #DB963D: hue angle of 33.8º 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 #DB963D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 61 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.14 |
| HSL | 33.8º | 0.69% | 0.55% | - |
| HSV(B) | 33.8º | 0.72% | 0.86% | - |
| XYZ | 40.96 | 37.21 | 9.44 | - |
| YUV | 160.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 61 | 0 | 0.32 | 0.72 | 0.14 | 33.8 | 0.69 | 0.55 |
| Hex | DB | 96 | 3D | 0 | 20 | 48 | E | 22 | 45 | 37 |
| Octal | 333 | 226 | 75 | 0 | 40 | 110 | 16 | 42 | 105 | 67 |
| Binary | 11011011 | 10010110 | 111101 | 0 | 100000 | 1001000 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DB963D
Complementary color
Monochromatic Colors of #DB963D
Black with #DB963D
Text Example
Text Example
White with #DB963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB963D; }
p { color: rgb(219,150,61); }
H1.HeaderClassName
{
color: #DB963D;
}
.AnyTagClassName
{
color: #DB963D;
}
</style>
background-color css
<style>
a { background-color: #DB963D; }
a { background-color: rgb(219,150,61); }
div.DivClassName
{
background-color: #DB963D;
}
.BgClassName
{
background-color: #DB963D;
}
</style>
border-color css
<style>
span { border-color: #DB963D; }
span { border-color: rgb(219,150,61); }
td.TdClassName
{
border-color: #DB963D;
}
.TagClassName
{
border-color: #DB963D;
}
</style>