Shades of Fire Bush #DB9649
Tints of Fire Bush #DB9649
RGB
CMYK
RGB Variations
Color information
#DB9649 (or 0xDB9649) is known color: Fire Bush. HEX triplet: DB, 96 and 49. RGB value is (219,150,73). Sum of RGB (Red+Green+Blue) = 219+150+73=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9649 is #2469B6. Grayscale: #A2A2A2. Windows color (decimal): -2386359 or 4822747. OLE color: 4822747.
HSL color Cylindrical-coordinate representation of color #DB9649: hue angle of 31.64º 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 #DB9649 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 73 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.14 |
| HSL | 31.64º | 0.67% | 0.57% | - |
| HSV(B) | 31.64º | 0.67% | 0.86% | - |
| XYZ | 41.32 | 37.35 | 11.34 | - |
| YUV | 161.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 73 | 0 | 0.32 | 0.67 | 0.14 | 31.64 | 0.67 | 0.57 |
| Hex | DB | 96 | 49 | 0 | 20 | 43 | E | 20 | 43 | 39 |
| Octal | 333 | 226 | 111 | 0 | 40 | 103 | 16 | 40 | 103 | 71 |
| Binary | 11011011 | 10010110 | 1001001 | 0 | 100000 | 1000011 | 1110 | 100000 | 1000011 | 111001 |
Color Harmonies of #DB9649
Complementary color
Monochromatic Colors of #DB9649
Black with #DB9649
Text Example
Text Example
White with #DB9649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9649; }
p { color: rgb(219,150,73); }
H1.HeaderClassName
{
color: #DB9649;
}
.AnyTagClassName
{
color: #DB9649;
}
</style>
background-color css
<style>
a { background-color: #DB9649; }
a { background-color: rgb(219,150,73); }
div.DivClassName
{
background-color: #DB9649;
}
.BgClassName
{
background-color: #DB9649;
}
</style>
border-color css
<style>
span { border-color: #DB9649; }
span { border-color: rgb(219,150,73); }
td.TdClassName
{
border-color: #DB9649;
}
.TagClassName
{
border-color: #DB9649;
}
</style>