Shades of Fire Bush #DB9640
Tints of Fire Bush #DB9640
RGB
CMYK
RGB Variations
Color information
#DB9640 (or 0xDB9640) is known color: Fire Bush. HEX triplet: DB, 96 and 40. RGB value is (219,150,64). Sum of RGB (Red+Green+Blue) = 219+150+64=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9640 is #2469BF. Grayscale: #A1A1A1. Windows color (decimal): -2386368 or 4232923. OLE color: 4232923.
HSL color Cylindrical-coordinate representation of color #DB9640: hue angle of 33.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB9640 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 64 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.14 |
| HSL | 33.29º | 0.68% | 0.55% | - |
| HSV(B) | 33.29º | 0.71% | 0.86% | - |
| XYZ | 41.05 | 37.24 | 9.88 | - |
| YUV | 160.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 64 | 0 | 0.32 | 0.71 | 0.14 | 33.29 | 0.68 | 0.55 |
| Hex | DB | 96 | 40 | 0 | 20 | 47 | E | 21 | 44 | 37 |
| Octal | 333 | 226 | 100 | 0 | 40 | 107 | 16 | 41 | 104 | 67 |
| Binary | 11011011 | 10010110 | 1000000 | 0 | 100000 | 1000111 | 1110 | 100001 | 1000100 | 110111 |
Color Harmonies of #DB9640
Complementary color
Monochromatic Colors of #DB9640
Black with #DB9640
Text Example
Text Example
White with #DB9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9640; }
p { color: rgb(219,150,64); }
H1.HeaderClassName
{
color: #DB9640;
}
.AnyTagClassName
{
color: #DB9640;
}
</style>
background-color css
<style>
a { background-color: #DB9640; }
a { background-color: rgb(219,150,64); }
div.DivClassName
{
background-color: #DB9640;
}
.BgClassName
{
background-color: #DB9640;
}
</style>
border-color css
<style>
span { border-color: #DB9640; }
span { border-color: rgb(219,150,64); }
td.TdClassName
{
border-color: #DB9640;
}
.TagClassName
{
border-color: #DB9640;
}
</style>