Shades of Fire Bush #DB973B
Tints of Fire Bush #DB973B
RGB
CMYK
RGB Variations
Color information
#DB973B (or 0xDB973B) is known color: Fire Bush. HEX triplet: DB, 97 and 3B. RGB value is (219,151,59). Sum of RGB (Red+Green+Blue) = 219+151+59=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB973B is #2468C4. Grayscale: #A1A1A1. Windows color (decimal): -2386117 or 3905499. OLE color: 3905499.
HSL color Cylindrical-coordinate representation of color #DB973B: hue angle of 34.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB973B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 59 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.14 |
| HSL | 34.5º | 0.69% | 0.55% | - |
| HSV(B) | 34.5º | 0.73% | 0.86% | - |
| XYZ | 41.07 | 37.51 | 9.21 | - |
| YUV | 160.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 59 | 0 | 0.31 | 0.73 | 0.14 | 34.5 | 0.69 | 0.55 |
| Hex | DB | 97 | 3B | 0 | 1F | 49 | E | 22 | 45 | 37 |
| Octal | 333 | 227 | 73 | 0 | 37 | 111 | 16 | 42 | 105 | 67 |
| Binary | 11011011 | 10010111 | 111011 | 0 | 11111 | 1001001 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DB973B
Complementary color
Monochromatic Colors of #DB973B
Black with #DB973B
Text Example
Text Example
White with #DB973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB973B; }
p { color: rgb(219,151,59); }
H1.HeaderClassName
{
color: #DB973B;
}
.AnyTagClassName
{
color: #DB973B;
}
</style>
background-color css
<style>
a { background-color: #DB973B; }
a { background-color: rgb(219,151,59); }
div.DivClassName
{
background-color: #DB973B;
}
.BgClassName
{
background-color: #DB973B;
}
</style>
border-color css
<style>
span { border-color: #DB973B; }
span { border-color: rgb(219,151,59); }
td.TdClassName
{
border-color: #DB973B;
}
.TagClassName
{
border-color: #DB973B;
}
</style>