Shades of Fire Bush #DB914A
Tints of Fire Bush #DB914A
RGB
CMYK
RGB Variations
Color information
#DB914A (or 0xDB914A) is known color: Fire Bush. HEX triplet: DB, 91 and 4A. RGB value is (219,145,74). Sum of RGB (Red+Green+Blue) = 219+145+74=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB914A is #246EB5. Grayscale: #9F9F9F. Windows color (decimal): -2387638 or 4887003. OLE color: 4887003.
HSL color Cylindrical-coordinate representation of color #DB914A: hue angle of 29.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB914A is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 74 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.14 |
| HSL | 29.38º | 0.67% | 0.57% | - |
| HSV(B) | 29.38º | 0.66% | 0.86% | - |
| XYZ | 40.57 | 35.81 | 11.25 | - |
| YUV | 159.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 74 | 0 | 0.34 | 0.66 | 0.14 | 29.38 | 0.67 | 0.57 |
| Hex | DB | 91 | 4A | 0 | 22 | 42 | E | 1D | 43 | 39 |
| Octal | 333 | 221 | 112 | 0 | 42 | 102 | 16 | 35 | 103 | 71 |
| Binary | 11011011 | 10010001 | 1001010 | 0 | 100010 | 1000010 | 1110 | 11101 | 1000011 | 111001 |
Color Harmonies of #DB914A
Complementary color
Monochromatic Colors of #DB914A
Black with #DB914A
Text Example
Text Example
White with #DB914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB914A; }
p { color: rgb(219,145,74); }
H1.HeaderClassName
{
color: #DB914A;
}
.AnyTagClassName
{
color: #DB914A;
}
</style>
background-color css
<style>
a { background-color: #DB914A; }
a { background-color: rgb(219,145,74); }
div.DivClassName
{
background-color: #DB914A;
}
.BgClassName
{
background-color: #DB914A;
}
</style>
border-color css
<style>
span { border-color: #DB914A; }
span { border-color: rgb(219,145,74); }
td.TdClassName
{
border-color: #DB914A;
}
.TagClassName
{
border-color: #DB914A;
}
</style>