Shades of Fire Bush #DB9A40
Tints of Fire Bush #DB9A40
RGB
CMYK
RGB Variations
Color information
#DB9A40 (or 0xDB9A40) is known color: Fire Bush. HEX triplet: DB, 9A and 40. RGB value is (219,154,64). Sum of RGB (Red+Green+Blue) = 219+154+64=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A40 is #2465BF. Grayscale: #A3A3A3. Windows color (decimal): -2385344 or 4233947. OLE color: 4233947.
HSL color Cylindrical-coordinate representation of color #DB9A40: hue angle of 34.84º 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 #DB9A40 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 64 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.14 |
| HSL | 34.84º | 0.68% | 0.55% | - |
| HSV(B) | 34.84º | 0.71% | 0.86% | - |
| XYZ | 41.69 | 38.54 | 10.09 | - |
| YUV | 163.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 64 | 0 | 0.30 | 0.71 | 0.14 | 34.84 | 0.68 | 0.55 |
| Hex | DB | 9A | 40 | 0 | 1E | 47 | E | 23 | 44 | 37 |
| Octal | 333 | 232 | 100 | 0 | 36 | 107 | 16 | 43 | 104 | 67 |
| Binary | 11011011 | 10011010 | 1000000 | 0 | 11110 | 1000111 | 1110 | 100011 | 1000100 | 110111 |
Color Harmonies of #DB9A40
Complementary color
Monochromatic Colors of #DB9A40
Black with #DB9A40
Text Example
Text Example
White with #DB9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A40; }
p { color: rgb(219,154,64); }
H1.HeaderClassName
{
color: #DB9A40;
}
.AnyTagClassName
{
color: #DB9A40;
}
</style>
background-color css
<style>
a { background-color: #DB9A40; }
a { background-color: rgb(219,154,64); }
div.DivClassName
{
background-color: #DB9A40;
}
.BgClassName
{
background-color: #DB9A40;
}
</style>
border-color css
<style>
span { border-color: #DB9A40; }
span { border-color: rgb(219,154,64); }
td.TdClassName
{
border-color: #DB9A40;
}
.TagClassName
{
border-color: #DB9A40;
}
</style>