Shades of Fire Bush #DB9D40
Tints of Fire Bush #DB9D40
RGB
CMYK
RGB Variations
Color information
#DB9D40 (or 0xDB9D40) is known color: Fire Bush. HEX triplet: DB, 9D and 40. RGB value is (219,157,64). Sum of RGB (Red+Green+Blue) = 219+157+64=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D40 is #2462BF. Grayscale: #A5A5A5. Windows color (decimal): -2384576 or 4234715. OLE color: 4234715.
HSL color Cylindrical-coordinate representation of color #DB9D40: hue angle of 36º 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 #DB9D40 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 64 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.14 |
| HSL | 36º | 0.68% | 0.55% | - |
| HSV(B) | 36º | 0.71% | 0.86% | - |
| XYZ | 42.2 | 39.54 | 10.26 | - |
| YUV | 164.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 64 | 0 | 0.28 | 0.71 | 0.14 | 36 | 0.68 | 0.55 |
| Hex | DB | 9D | 40 | 0 | 1C | 47 | E | 24 | 44 | 37 |
| Octal | 333 | 235 | 100 | 0 | 34 | 107 | 16 | 44 | 104 | 67 |
| Binary | 11011011 | 10011101 | 1000000 | 0 | 11100 | 1000111 | 1110 | 100100 | 1000100 | 110111 |
Color Harmonies of #DB9D40
Complementary color
Monochromatic Colors of #DB9D40
Black with #DB9D40
Text Example
Text Example
White with #DB9D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D40; }
p { color: rgb(219,157,64); }
H1.HeaderClassName
{
color: #DB9D40;
}
.AnyTagClassName
{
color: #DB9D40;
}
</style>
background-color css
<style>
a { background-color: #DB9D40; }
a { background-color: rgb(219,157,64); }
div.DivClassName
{
background-color: #DB9D40;
}
.BgClassName
{
background-color: #DB9D40;
}
</style>
border-color css
<style>
span { border-color: #DB9D40; }
span { border-color: rgb(219,157,64); }
td.TdClassName
{
border-color: #DB9D40;
}
.TagClassName
{
border-color: #DB9D40;
}
</style>