Shades of Fire Bush #DB974E
Tints of Fire Bush #DB974E
RGB
CMYK
RGB Variations
Color information
#DB974E (or 0xDB974E) is known color: Fire Bush. HEX triplet: DB, 97 and 4E. RGB value is (219,151,78). Sum of RGB (Red+Green+Blue) = 219+151+78=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB974E is #2468B1. Grayscale: #A3A3A3. Windows color (decimal): -2386098 or 5150683. OLE color: 5150683.
HSL color Cylindrical-coordinate representation of color #DB974E: hue angle of 31.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB974E is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 78 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.14 |
| HSL | 31.06º | 0.66% | 0.58% | - |
| HSV(B) | 31.06º | 0.64% | 0.86% | - |
| XYZ | 41.66 | 37.74 | 12.3 | - |
| YUV | 163.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 78 | 0 | 0.31 | 0.64 | 0.14 | 31.06 | 0.66 | 0.58 |
| Hex | DB | 97 | 4E | 0 | 1F | 40 | E | 1F | 42 | 3A |
| Octal | 333 | 227 | 116 | 0 | 37 | 100 | 16 | 37 | 102 | 72 |
| Binary | 11011011 | 10010111 | 1001110 | 0 | 11111 | 1000000 | 1110 | 11111 | 1000010 | 111010 |
Color Harmonies of #DB974E
Complementary color
Monochromatic Colors of #DB974E
Black with #DB974E
Text Example
Text Example
White with #DB974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB974E; }
p { color: rgb(219,151,78); }
H1.HeaderClassName
{
color: #DB974E;
}
.AnyTagClassName
{
color: #DB974E;
}
</style>
background-color css
<style>
a { background-color: #DB974E; }
a { background-color: rgb(219,151,78); }
div.DivClassName
{
background-color: #DB974E;
}
.BgClassName
{
background-color: #DB974E;
}
</style>
border-color css
<style>
span { border-color: #DB974E; }
span { border-color: rgb(219,151,78); }
td.TdClassName
{
border-color: #DB974E;
}
.TagClassName
{
border-color: #DB974E;
}
</style>