Shades of Fire Bush #DB973A
Tints of Fire Bush #DB973A
RGB
CMYK
RGB Variations
Color information
#DB973A (or 0xDB973A) is known color: Fire Bush. HEX triplet: DB, 97 and 3A. RGB value is (219,151,58). Sum of RGB (Red+Green+Blue) = 219+151+58=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB973A is #2468C5. Grayscale: #A1A1A1. Windows color (decimal): -2386118 or 3839963. OLE color: 3839963.
HSL color Cylindrical-coordinate representation of color #DB973A: hue angle of 34.66º 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 #DB973A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 58 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.14 |
| HSL | 34.66º | 0.69% | 0.54% | - |
| HSV(B) | 34.66º | 0.74% | 0.86% | - |
| XYZ | 41.04 | 37.5 | 9.08 | - |
| YUV | 160.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 58 | 0 | 0.31 | 0.74 | 0.14 | 34.66 | 0.69 | 0.54 |
| Hex | DB | 97 | 3A | 0 | 1F | 4A | E | 23 | 45 | 36 |
| Octal | 333 | 227 | 72 | 0 | 37 | 112 | 16 | 43 | 105 | 66 |
| Binary | 11011011 | 10010111 | 111010 | 0 | 11111 | 1001010 | 1110 | 100011 | 1000101 | 110110 |
Color Harmonies of #DB973A
Complementary color
Monochromatic Colors of #DB973A
Black with #DB973A
Text Example
Text Example
White with #DB973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB973A; }
p { color: rgb(219,151,58); }
H1.HeaderClassName
{
color: #DB973A;
}
.AnyTagClassName
{
color: #DB973A;
}
</style>
background-color css
<style>
a { background-color: #DB973A; }
a { background-color: rgb(219,151,58); }
div.DivClassName
{
background-color: #DB973A;
}
.BgClassName
{
background-color: #DB973A;
}
</style>
border-color css
<style>
span { border-color: #DB973A; }
span { border-color: rgb(219,151,58); }
td.TdClassName
{
border-color: #DB973A;
}
.TagClassName
{
border-color: #DB973A;
}
</style>