Shades of Fire Bush #DB9638
Tints of Fire Bush #DB9638
RGB
CMYK
RGB Variations
Color information
#DB9638 (or 0xDB9638) is known color: Fire Bush. HEX triplet: DB, 96 and 38. RGB value is (219,150,56). Sum of RGB (Red+Green+Blue) = 219+150+56=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9638 is #2469C7. Grayscale: #A0A0A0. Windows color (decimal): -2386376 or 3708635. OLE color: 3708635.
HSL color Cylindrical-coordinate representation of color #DB9638: hue angle of 34.6º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9638 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 56 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.14 |
| HSL | 34.6º | 0.69% | 0.54% | - |
| HSV(B) | 34.6º | 0.74% | 0.86% | - |
| XYZ | 40.83 | 37.16 | 8.76 | - |
| YUV | 159.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 56 | 0 | 0.32 | 0.74 | 0.14 | 34.6 | 0.69 | 0.54 |
| Hex | DB | 96 | 38 | 0 | 20 | 4A | E | 23 | 45 | 36 |
| Octal | 333 | 226 | 70 | 0 | 40 | 112 | 16 | 43 | 105 | 66 |
| Binary | 11011011 | 10010110 | 111000 | 0 | 100000 | 1001010 | 1110 | 100011 | 1000101 | 110110 |
Color Harmonies of #DB9638
Complementary color
Monochromatic Colors of #DB9638
Black with #DB9638
Text Example
Text Example
White with #DB9638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9638; }
p { color: rgb(219,150,56); }
H1.HeaderClassName
{
color: #DB9638;
}
.AnyTagClassName
{
color: #DB9638;
}
</style>
background-color css
<style>
a { background-color: #DB9638; }
a { background-color: rgb(219,150,56); }
div.DivClassName
{
background-color: #DB9638;
}
.BgClassName
{
background-color: #DB9638;
}
</style>
border-color css
<style>
span { border-color: #DB9638; }
span { border-color: rgb(219,150,56); }
td.TdClassName
{
border-color: #DB9638;
}
.TagClassName
{
border-color: #DB9638;
}
</style>