Shades of Fire Bush #DB994E
Tints of Fire Bush #DB994E
RGB
CMYK
RGB Variations
Color information
#DB994E (or 0xDB994E) is known color: Fire Bush. HEX triplet: DB, 99 and 4E. RGB value is (219,153,78). Sum of RGB (Red+Green+Blue) = 219+153+78=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB994E is #2466B1. Grayscale: #A4A4A4. Windows color (decimal): -2385586 or 5151195. OLE color: 5151195.
HSL color Cylindrical-coordinate representation of color #DB994E: hue angle of 31.91º 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 #DB994E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 78 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.14 |
| HSL | 31.91º | 0.66% | 0.58% | - |
| HSV(B) | 31.91º | 0.64% | 0.86% | - |
| XYZ | 41.98 | 38.39 | 12.41 | - |
| YUV | 164.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 78 | 0 | 0.30 | 0.64 | 0.14 | 31.91 | 0.66 | 0.58 |
| Hex | DB | 99 | 4E | 0 | 1E | 40 | E | 20 | 42 | 3A |
| Octal | 333 | 231 | 116 | 0 | 36 | 100 | 16 | 40 | 102 | 72 |
| Binary | 11011011 | 10011001 | 1001110 | 0 | 11110 | 1000000 | 1110 | 100000 | 1000010 | 111010 |
Color Harmonies of #DB994E
Complementary color
Monochromatic Colors of #DB994E
Black with #DB994E
Text Example
Text Example
White with #DB994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB994E; }
p { color: rgb(219,153,78); }
H1.HeaderClassName
{
color: #DB994E;
}
.AnyTagClassName
{
color: #DB994E;
}
</style>
background-color css
<style>
a { background-color: #DB994E; }
a { background-color: rgb(219,153,78); }
div.DivClassName
{
background-color: #DB994E;
}
.BgClassName
{
background-color: #DB994E;
}
</style>
border-color css
<style>
span { border-color: #DB994E; }
span { border-color: rgb(219,153,78); }
td.TdClassName
{
border-color: #DB994E;
}
.TagClassName
{
border-color: #DB994E;
}
</style>