Shades of Fire Bush #DB984E
Tints of Fire Bush #DB984E
RGB
CMYK
RGB Variations
Color information
#DB984E (or 0xDB984E) is known color: Fire Bush. HEX triplet: DB, 98 and 4E. RGB value is (219,152,78). Sum of RGB (Red+Green+Blue) = 219+152+78=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB984E is #2467B1. Grayscale: #A3A3A3. Windows color (decimal): -2385842 or 5150939. OLE color: 5150939.
HSL color Cylindrical-coordinate representation of color #DB984E: hue angle of 31.49º 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 #DB984E is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 78 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.14 |
| HSL | 31.49º | 0.66% | 0.58% | - |
| HSV(B) | 31.49º | 0.64% | 0.86% | - |
| XYZ | 41.82 | 38.07 | 12.35 | - |
| YUV | 163.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 78 | 0 | 0.31 | 0.64 | 0.14 | 31.49 | 0.66 | 0.58 |
| Hex | DB | 98 | 4E | 0 | 1F | 40 | E | 1F | 42 | 3A |
| Octal | 333 | 230 | 116 | 0 | 37 | 100 | 16 | 37 | 102 | 72 |
| Binary | 11011011 | 10011000 | 1001110 | 0 | 11111 | 1000000 | 1110 | 11111 | 1000010 | 111010 |
Color Harmonies of #DB984E
Complementary color
Monochromatic Colors of #DB984E
Black with #DB984E
Text Example
Text Example
White with #DB984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB984E; }
p { color: rgb(219,152,78); }
H1.HeaderClassName
{
color: #DB984E;
}
.AnyTagClassName
{
color: #DB984E;
}
</style>
background-color css
<style>
a { background-color: #DB984E; }
a { background-color: rgb(219,152,78); }
div.DivClassName
{
background-color: #DB984E;
}
.BgClassName
{
background-color: #DB984E;
}
</style>
border-color css
<style>
span { border-color: #DB984E; }
span { border-color: rgb(219,152,78); }
td.TdClassName
{
border-color: #DB984E;
}
.TagClassName
{
border-color: #DB984E;
}
</style>