Shades of Fire Bush #DB9A37
Tints of Fire Bush #DB9A37
RGB
CMYK
RGB Variations
Color information
#DB9A37 (or 0xDB9A37) is known color: Fire Bush. HEX triplet: DB, 9A and 37. RGB value is (219,154,55). Sum of RGB (Red+Green+Blue) = 219+154+55=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A37 is #2465C8. Grayscale: #A2A2A2. Windows color (decimal): -2385353 or 3644123. OLE color: 3644123.
HSL color Cylindrical-coordinate representation of color #DB9A37: hue angle of 36.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB9A37 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 55 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.14 |
| HSL | 36.22º | 0.69% | 0.54% | - |
| HSV(B) | 36.22º | 0.75% | 0.86% | - |
| XYZ | 41.46 | 38.45 | 8.85 | - |
| YUV | 162.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 55 | 0 | 0.30 | 0.75 | 0.14 | 36.22 | 0.69 | 0.54 |
| Hex | DB | 9A | 37 | 0 | 1E | 4B | E | 24 | 45 | 36 |
| Octal | 333 | 232 | 67 | 0 | 36 | 113 | 16 | 44 | 105 | 66 |
| Binary | 11011011 | 10011010 | 110111 | 0 | 11110 | 1001011 | 1110 | 100100 | 1000101 | 110110 |
Color Harmonies of #DB9A37
Complementary color
Monochromatic Colors of #DB9A37
Black with #DB9A37
Text Example
Text Example
White with #DB9A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A37; }
p { color: rgb(219,154,55); }
H1.HeaderClassName
{
color: #DB9A37;
}
.AnyTagClassName
{
color: #DB9A37;
}
</style>
background-color css
<style>
a { background-color: #DB9A37; }
a { background-color: rgb(219,154,55); }
div.DivClassName
{
background-color: #DB9A37;
}
.BgClassName
{
background-color: #DB9A37;
}
</style>
border-color css
<style>
span { border-color: #DB9A37; }
span { border-color: rgb(219,154,55); }
td.TdClassName
{
border-color: #DB9A37;
}
.TagClassName
{
border-color: #DB9A37;
}
</style>