Shades of Fire Bush #DB9D3B
Tints of Fire Bush #DB9D3B
RGB
CMYK
RGB Variations
Color information
#DB9D3B (or 0xDB9D3B) is known color: Fire Bush. HEX triplet: DB, 9D and 3B. RGB value is (219,157,59). Sum of RGB (Red+Green+Blue) = 219+157+59=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D3B is #2462C4. Grayscale: #A4A4A4. Windows color (decimal): -2384581 or 3907035. OLE color: 3907035.
HSL color Cylindrical-coordinate representation of color #DB9D3B: hue angle of 36.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB9D3B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 59 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.14 |
| HSL | 36.75º | 0.69% | 0.55% | - |
| HSV(B) | 36.75º | 0.73% | 0.86% | - |
| XYZ | 42.06 | 39.49 | 9.54 | - |
| YUV | 164.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 59 | 0 | 0.28 | 0.73 | 0.14 | 36.75 | 0.69 | 0.55 |
| Hex | DB | 9D | 3B | 0 | 1C | 49 | E | 25 | 45 | 37 |
| Octal | 333 | 235 | 73 | 0 | 34 | 111 | 16 | 45 | 105 | 67 |
| Binary | 11011011 | 10011101 | 111011 | 0 | 11100 | 1001001 | 1110 | 100101 | 1000101 | 110111 |
Color Harmonies of #DB9D3B
Complementary color
Monochromatic Colors of #DB9D3B
Black with #DB9D3B
Text Example
Text Example
White with #DB9D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D3B; }
p { color: rgb(219,157,59); }
H1.HeaderClassName
{
color: #DB9D3B;
}
.AnyTagClassName
{
color: #DB9D3B;
}
</style>
background-color css
<style>
a { background-color: #DB9D3B; }
a { background-color: rgb(219,157,59); }
div.DivClassName
{
background-color: #DB9D3B;
}
.BgClassName
{
background-color: #DB9D3B;
}
</style>
border-color css
<style>
span { border-color: #DB9D3B; }
span { border-color: rgb(219,157,59); }
td.TdClassName
{
border-color: #DB9D3B;
}
.TagClassName
{
border-color: #DB9D3B;
}
</style>