Shades of Fire Bush #DB9748
Tints of Fire Bush #DB9748
RGB
CMYK
RGB Variations
Color information
#DB9748 (or 0xDB9748) is known color: Fire Bush. HEX triplet: DB, 97 and 48. RGB value is (219,151,72). Sum of RGB (Red+Green+Blue) = 219+151+72=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9748 is #2468B7. Grayscale: #A2A2A2. Windows color (decimal): -2386104 or 4757467. OLE color: 4757467.
HSL color Cylindrical-coordinate representation of color #DB9748: hue angle of 32.24º 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 #DB9748 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 72 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.14 |
| HSL | 32.24º | 0.67% | 0.57% | - |
| HSV(B) | 32.24º | 0.67% | 0.86% | - |
| XYZ | 41.45 | 37.66 | 11.22 | - |
| YUV | 162.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 72 | 0 | 0.31 | 0.67 | 0.14 | 32.24 | 0.67 | 0.57 |
| Hex | DB | 97 | 48 | 0 | 1F | 43 | E | 20 | 43 | 39 |
| Octal | 333 | 227 | 110 | 0 | 37 | 103 | 16 | 40 | 103 | 71 |
| Binary | 11011011 | 10010111 | 1001000 | 0 | 11111 | 1000011 | 1110 | 100000 | 1000011 | 111001 |
Color Harmonies of #DB9748
Complementary color
Monochromatic Colors of #DB9748
Black with #DB9748
Text Example
Text Example
White with #DB9748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9748; }
p { color: rgb(219,151,72); }
H1.HeaderClassName
{
color: #DB9748;
}
.AnyTagClassName
{
color: #DB9748;
}
</style>
background-color css
<style>
a { background-color: #DB9748; }
a { background-color: rgb(219,151,72); }
div.DivClassName
{
background-color: #DB9748;
}
.BgClassName
{
background-color: #DB9748;
}
</style>
border-color css
<style>
span { border-color: #DB9748; }
span { border-color: rgb(219,151,72); }
td.TdClassName
{
border-color: #DB9748;
}
.TagClassName
{
border-color: #DB9748;
}
</style>