Shades of Fire Bush #DB994D
Tints of Fire Bush #DB994D
RGB
CMYK
RGB Variations
Color information
#DB994D (or 0xDB994D) is known color: Fire Bush. HEX triplet: DB, 99 and 4D. RGB value is (219,153,77). Sum of RGB (Red+Green+Blue) = 219+153+77=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB994D is #2466B2. Grayscale: #A4A4A4. Windows color (decimal): -2385587 or 5085659. OLE color: 5085659.
HSL color Cylindrical-coordinate representation of color #DB994D: hue angle of 32.11º 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 #DB994D is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 77 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.14 |
| HSL | 32.11º | 0.66% | 0.58% | - |
| HSV(B) | 32.11º | 0.65% | 0.86% | - |
| XYZ | 41.94 | 38.38 | 12.22 | - |
| YUV | 164.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 77 | 0 | 0.30 | 0.65 | 0.14 | 32.11 | 0.66 | 0.58 |
| Hex | DB | 99 | 4D | 0 | 1E | 41 | E | 20 | 42 | 3A |
| Octal | 333 | 231 | 115 | 0 | 36 | 101 | 16 | 40 | 102 | 72 |
| Binary | 11011011 | 10011001 | 1001101 | 0 | 11110 | 1000001 | 1110 | 100000 | 1000010 | 111010 |
Color Harmonies of #DB994D
Complementary color
Monochromatic Colors of #DB994D
Black with #DB994D
Text Example
Text Example
White with #DB994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB994D; }
p { color: rgb(219,153,77); }
H1.HeaderClassName
{
color: #DB994D;
}
.AnyTagClassName
{
color: #DB994D;
}
</style>
background-color css
<style>
a { background-color: #DB994D; }
a { background-color: rgb(219,153,77); }
div.DivClassName
{
background-color: #DB994D;
}
.BgClassName
{
background-color: #DB994D;
}
</style>
border-color css
<style>
span { border-color: #DB994D; }
span { border-color: rgb(219,153,77); }
td.TdClassName
{
border-color: #DB994D;
}
.TagClassName
{
border-color: #DB994D;
}
</style>