Shades of Fire Bush #DB9939
Tints of Fire Bush #DB9939
RGB
CMYK
RGB Variations
Color information
#DB9939 (or 0xDB9939) is known color: Fire Bush. HEX triplet: DB, 99 and 39. RGB value is (219,153,57). Sum of RGB (Red+Green+Blue) = 219+153+57=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9939 is #2466C6. Grayscale: #A2A2A2. Windows color (decimal): -2385607 or 3774939. OLE color: 3774939.
HSL color Cylindrical-coordinate representation of color #DB9939: hue angle of 35.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9939 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 57 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.14 |
| HSL | 35.56º | 0.69% | 0.54% | - |
| HSV(B) | 35.56º | 0.74% | 0.86% | - |
| XYZ | 41.34 | 38.14 | 9.05 | - |
| YUV | 161.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 57 | 0 | 0.30 | 0.74 | 0.14 | 35.56 | 0.69 | 0.54 |
| Hex | DB | 99 | 39 | 0 | 1E | 4A | E | 24 | 45 | 36 |
| Octal | 333 | 231 | 71 | 0 | 36 | 112 | 16 | 44 | 105 | 66 |
| Binary | 11011011 | 10011001 | 111001 | 0 | 11110 | 1001010 | 1110 | 100100 | 1000101 | 110110 |
Color Harmonies of #DB9939
Complementary color
Monochromatic Colors of #DB9939
Black with #DB9939
Text Example
Text Example
White with #DB9939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9939; }
p { color: rgb(219,153,57); }
H1.HeaderClassName
{
color: #DB9939;
}
.AnyTagClassName
{
color: #DB9939;
}
</style>
background-color css
<style>
a { background-color: #DB9939; }
a { background-color: rgb(219,153,57); }
div.DivClassName
{
background-color: #DB9939;
}
.BgClassName
{
background-color: #DB9939;
}
</style>
border-color css
<style>
span { border-color: #DB9939; }
span { border-color: rgb(219,153,57); }
td.TdClassName
{
border-color: #DB9939;
}
.TagClassName
{
border-color: #DB9939;
}
</style>