Shades of Fire Bush #DB974B
Tints of Fire Bush #DB974B
RGB
CMYK
RGB Variations
Color information
#DB974B (or 0xDB974B) is known color: Fire Bush. HEX triplet: DB, 97 and 4B. RGB value is (219,151,75). Sum of RGB (Red+Green+Blue) = 219+151+75=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB974B is #2468B4. Grayscale: #A3A3A3. Windows color (decimal): -2386101 or 4954075. OLE color: 4954075.
HSL color Cylindrical-coordinate representation of color #DB974B: hue angle of 31.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB974B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 75 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.14 |
| HSL | 31.67º | 0.67% | 0.58% | - |
| HSV(B) | 31.67º | 0.66% | 0.86% | - |
| XYZ | 41.55 | 37.7 | 11.74 | - |
| YUV | 162.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 75 | 0 | 0.31 | 0.66 | 0.14 | 31.67 | 0.67 | 0.58 |
| Hex | DB | 97 | 4B | 0 | 1F | 42 | E | 20 | 43 | 3A |
| Octal | 333 | 227 | 113 | 0 | 37 | 102 | 16 | 40 | 103 | 72 |
| Binary | 11011011 | 10010111 | 1001011 | 0 | 11111 | 1000010 | 1110 | 100000 | 1000011 | 111010 |
Color Harmonies of #DB974B
Complementary color
Monochromatic Colors of #DB974B
Black with #DB974B
Text Example
Text Example
White with #DB974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB974B; }
p { color: rgb(219,151,75); }
H1.HeaderClassName
{
color: #DB974B;
}
.AnyTagClassName
{
color: #DB974B;
}
</style>
background-color css
<style>
a { background-color: #DB974B; }
a { background-color: rgb(219,151,75); }
div.DivClassName
{
background-color: #DB974B;
}
.BgClassName
{
background-color: #DB974B;
}
</style>
border-color css
<style>
span { border-color: #DB974B; }
span { border-color: rgb(219,151,75); }
td.TdClassName
{
border-color: #DB974B;
}
.TagClassName
{
border-color: #DB974B;
}
</style>