Shades of Fire Bush #DB974D
Tints of Fire Bush #DB974D
RGB
CMYK
RGB Variations
Color information
#DB974D (or 0xDB974D) is known color: Fire Bush. HEX triplet: DB, 97 and 4D. RGB value is (219,151,77). Sum of RGB (Red+Green+Blue) = 219+151+77=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB974D is #2468B2. Grayscale: #A3A3A3. Windows color (decimal): -2386099 or 5085147. OLE color: 5085147.
HSL color Cylindrical-coordinate representation of color #DB974D: hue angle of 31.27º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB974D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 77 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.14 |
| HSL | 31.27º | 0.66% | 0.58% | - |
| HSV(B) | 31.27º | 0.65% | 0.86% | - |
| XYZ | 41.62 | 37.73 | 12.11 | - |
| YUV | 162.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 77 | 0 | 0.31 | 0.65 | 0.14 | 31.27 | 0.66 | 0.58 |
| Hex | DB | 97 | 4D | 0 | 1F | 41 | E | 1F | 42 | 3A |
| Octal | 333 | 227 | 115 | 0 | 37 | 101 | 16 | 37 | 102 | 72 |
| Binary | 11011011 | 10010111 | 1001101 | 0 | 11111 | 1000001 | 1110 | 11111 | 1000010 | 111010 |
Color Harmonies of #DB974D
Complementary color
Monochromatic Colors of #DB974D
Black with #DB974D
Text Example
Text Example
White with #DB974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB974D; }
p { color: rgb(219,151,77); }
H1.HeaderClassName
{
color: #DB974D;
}
.AnyTagClassName
{
color: #DB974D;
}
</style>
background-color css
<style>
a { background-color: #DB974D; }
a { background-color: rgb(219,151,77); }
div.DivClassName
{
background-color: #DB974D;
}
.BgClassName
{
background-color: #DB974D;
}
</style>
border-color css
<style>
span { border-color: #DB974D; }
span { border-color: rgb(219,151,77); }
td.TdClassName
{
border-color: #DB974D;
}
.TagClassName
{
border-color: #DB974D;
}
</style>