Shades of Fire Bush #DB9940
Tints of Fire Bush #DB9940
RGB
CMYK
RGB Variations
Color information
#DB9940 (or 0xDB9940) is known color: Fire Bush. HEX triplet: DB, 99 and 40. RGB value is (219,153,64). Sum of RGB (Red+Green+Blue) = 219+153+64=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9940 is #2466BF. Grayscale: #A3A3A3. Windows color (decimal): -2385600 or 4233691. OLE color: 4233691.
HSL color Cylindrical-coordinate representation of color #DB9940: hue angle of 34.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB9940 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 64 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.14 |
| HSL | 34.45º | 0.68% | 0.55% | - |
| HSV(B) | 34.45º | 0.71% | 0.86% | - |
| XYZ | 41.53 | 38.21 | 10.04 | - |
| YUV | 162.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 64 | 0 | 0.30 | 0.71 | 0.14 | 34.45 | 0.68 | 0.55 |
| Hex | DB | 99 | 40 | 0 | 1E | 47 | E | 22 | 44 | 37 |
| Octal | 333 | 231 | 100 | 0 | 36 | 107 | 16 | 42 | 104 | 67 |
| Binary | 11011011 | 10011001 | 1000000 | 0 | 11110 | 1000111 | 1110 | 100010 | 1000100 | 110111 |
Color Harmonies of #DB9940
Complementary color
Monochromatic Colors of #DB9940
Black with #DB9940
Text Example
Text Example
White with #DB9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9940; }
p { color: rgb(219,153,64); }
H1.HeaderClassName
{
color: #DB9940;
}
.AnyTagClassName
{
color: #DB9940;
}
</style>
background-color css
<style>
a { background-color: #DB9940; }
a { background-color: rgb(219,153,64); }
div.DivClassName
{
background-color: #DB9940;
}
.BgClassName
{
background-color: #DB9940;
}
</style>
border-color css
<style>
span { border-color: #DB9940; }
span { border-color: rgb(219,153,64); }
td.TdClassName
{
border-color: #DB9940;
}
.TagClassName
{
border-color: #DB9940;
}
</style>