Shades of Fire Bush #DB9B3A
Tints of Fire Bush #DB9B3A
RGB
CMYK
RGB Variations
Color information
#DB9B3A (or 0xDB9B3A) is known color: Fire Bush. HEX triplet: DB, 9B and 3A. RGB value is (219,155,58). Sum of RGB (Red+Green+Blue) = 219+155+58=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B3A is #2464C5. Grayscale: #A3A3A3. Windows color (decimal): -2385094 or 3840987. OLE color: 3840987.
HSL color Cylindrical-coordinate representation of color #DB9B3A: hue angle of 36.15º 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 #DB9B3A is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 58 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.14 |
| HSL | 36.15º | 0.69% | 0.54% | - |
| HSV(B) | 36.15º | 0.74% | 0.86% | - |
| XYZ | 41.7 | 38.81 | 9.3 | - |
| YUV | 163.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 58 | 0 | 0.29 | 0.74 | 0.14 | 36.15 | 0.69 | 0.54 |
| Hex | DB | 9B | 3A | 0 | 1D | 4A | E | 24 | 45 | 36 |
| Octal | 333 | 233 | 72 | 0 | 35 | 112 | 16 | 44 | 105 | 66 |
| Binary | 11011011 | 10011011 | 111010 | 0 | 11101 | 1001010 | 1110 | 100100 | 1000101 | 110110 |
Color Harmonies of #DB9B3A
Complementary color
Monochromatic Colors of #DB9B3A
Black with #DB9B3A
Text Example
Text Example
White with #DB9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B3A; }
p { color: rgb(219,155,58); }
H1.HeaderClassName
{
color: #DB9B3A;
}
.AnyTagClassName
{
color: #DB9B3A;
}
</style>
background-color css
<style>
a { background-color: #DB9B3A; }
a { background-color: rgb(219,155,58); }
div.DivClassName
{
background-color: #DB9B3A;
}
.BgClassName
{
background-color: #DB9B3A;
}
</style>
border-color css
<style>
span { border-color: #DB9B3A; }
span { border-color: rgb(219,155,58); }
td.TdClassName
{
border-color: #DB9B3A;
}
.TagClassName
{
border-color: #DB9B3A;
}
</style>