Shades of Fire Bush #DB9B3E
Tints of Fire Bush #DB9B3E
RGB
CMYK
RGB Variations
Color information
#DB9B3E (or 0xDB9B3E) is known color: Fire Bush. HEX triplet: DB, 9B and 3E. RGB value is (219,155,62). Sum of RGB (Red+Green+Blue) = 219+155+62=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B3E is #2464C1. Grayscale: #A3A3A3. Windows color (decimal): -2385090 or 4103131. OLE color: 4103131.
HSL color Cylindrical-coordinate representation of color #DB9B3E: hue angle of 35.54º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB9B3E is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 62 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.14 |
| HSL | 35.54º | 0.69% | 0.55% | - |
| HSV(B) | 35.54º | 0.72% | 0.86% | - |
| XYZ | 41.8 | 38.85 | 9.85 | - |
| YUV | 163.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 62 | 0 | 0.29 | 0.72 | 0.14 | 35.54 | 0.69 | 0.55 |
| Hex | DB | 9B | 3E | 0 | 1D | 48 | E | 24 | 45 | 37 |
| Octal | 333 | 233 | 76 | 0 | 35 | 110 | 16 | 44 | 105 | 67 |
| Binary | 11011011 | 10011011 | 111110 | 0 | 11101 | 1001000 | 1110 | 100100 | 1000101 | 110111 |
Color Harmonies of #DB9B3E
Complementary color
Monochromatic Colors of #DB9B3E
Black with #DB9B3E
Text Example
Text Example
White with #DB9B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B3E; }
p { color: rgb(219,155,62); }
H1.HeaderClassName
{
color: #DB9B3E;
}
.AnyTagClassName
{
color: #DB9B3E;
}
</style>
background-color css
<style>
a { background-color: #DB9B3E; }
a { background-color: rgb(219,155,62); }
div.DivClassName
{
background-color: #DB9B3E;
}
.BgClassName
{
background-color: #DB9B3E;
}
</style>
border-color css
<style>
span { border-color: #DB9B3E; }
span { border-color: rgb(219,155,62); }
td.TdClassName
{
border-color: #DB9B3E;
}
.TagClassName
{
border-color: #DB9B3E;
}
</style>