Shades of Fire Bush #DB9F48
Tints of Fire Bush #DB9F48
RGB
CMYK
RGB Variations
Color information
#DB9F48 (or 0xDB9F48) is known color: Fire Bush. HEX triplet: DB, 9F and 48. RGB value is (219,159,72). Sum of RGB (Red+Green+Blue) = 219+159+72=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F48 is #2460B7. Grayscale: #A7A7A7. Windows color (decimal): -2384056 or 4759515. OLE color: 4759515.
HSL color Cylindrical-coordinate representation of color #DB9F48: hue angle of 35.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB9F48 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 72 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.14 |
| HSL | 35.51º | 0.67% | 0.57% | - |
| HSV(B) | 35.51º | 0.67% | 0.86% | - |
| XYZ | 42.78 | 40.32 | 11.66 | - |
| YUV | 167.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 72 | 0 | 0.27 | 0.67 | 0.14 | 35.51 | 0.67 | 0.57 |
| Hex | DB | 9F | 48 | 0 | 1B | 43 | E | 24 | 43 | 39 |
| Octal | 333 | 237 | 110 | 0 | 33 | 103 | 16 | 44 | 103 | 71 |
| Binary | 11011011 | 10011111 | 1001000 | 0 | 11011 | 1000011 | 1110 | 100100 | 1000011 | 111001 |
Color Harmonies of #DB9F48
Complementary color
Monochromatic Colors of #DB9F48
Black with #DB9F48
Text Example
Text Example
White with #DB9F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F48; }
p { color: rgb(219,159,72); }
H1.HeaderClassName
{
color: #DB9F48;
}
.AnyTagClassName
{
color: #DB9F48;
}
</style>
background-color css
<style>
a { background-color: #DB9F48; }
a { background-color: rgb(219,159,72); }
div.DivClassName
{
background-color: #DB9F48;
}
.BgClassName
{
background-color: #DB9F48;
}
</style>
border-color css
<style>
span { border-color: #DB9F48; }
span { border-color: rgb(219,159,72); }
td.TdClassName
{
border-color: #DB9F48;
}
.TagClassName
{
border-color: #DB9F48;
}
</style>