Shades of Fire Bush #DB913D
Tints of Fire Bush #DB913D
RGB
CMYK
RGB Variations
Color information
#DB913D (or 0xDB913D) is known color: Fire Bush. HEX triplet: DB, 91 and 3D. RGB value is (219,145,61). Sum of RGB (Red+Green+Blue) = 219+145+61=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB913D is #246EC2. Grayscale: #9D9D9D. Windows color (decimal): -2387651 or 4035035. OLE color: 4035035.
HSL color Cylindrical-coordinate representation of color #DB913D: hue angle of 31.9º 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 #DB913D is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 61 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.14 |
| HSL | 31.9º | 0.69% | 0.55% | - |
| HSV(B) | 31.9º | 0.72% | 0.86% | - |
| XYZ | 40.18 | 35.65 | 9.18 | - |
| YUV | 157.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 61 | 0 | 0.34 | 0.72 | 0.14 | 31.9 | 0.69 | 0.55 |
| Hex | DB | 91 | 3D | 0 | 22 | 48 | E | 20 | 45 | 37 |
| Octal | 333 | 221 | 75 | 0 | 42 | 110 | 16 | 40 | 105 | 67 |
| Binary | 11011011 | 10010001 | 111101 | 0 | 100010 | 1001000 | 1110 | 100000 | 1000101 | 110111 |
Color Harmonies of #DB913D
Complementary color
Monochromatic Colors of #DB913D
Black with #DB913D
Text Example
Text Example
White with #DB913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB913D; }
p { color: rgb(219,145,61); }
H1.HeaderClassName
{
color: #DB913D;
}
.AnyTagClassName
{
color: #DB913D;
}
</style>
background-color css
<style>
a { background-color: #DB913D; }
a { background-color: rgb(219,145,61); }
div.DivClassName
{
background-color: #DB913D;
}
.BgClassName
{
background-color: #DB913D;
}
</style>
border-color css
<style>
span { border-color: #DB913D; }
span { border-color: rgb(219,145,61); }
td.TdClassName
{
border-color: #DB913D;
}
.TagClassName
{
border-color: #DB913D;
}
</style>