Shades of Fire Bush #DB933A
Tints of Fire Bush #DB933A
RGB
CMYK
RGB Variations
Color information
#DB933A (or 0xDB933A) is known color: Fire Bush. HEX triplet: DB, 93 and 3A. RGB value is (219,147,58). Sum of RGB (Red+Green+Blue) = 219+147+58=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB933A is #246CC5. Grayscale: #9E9E9E. Windows color (decimal): -2387142 or 3838939. OLE color: 3838939.
HSL color Cylindrical-coordinate representation of color #DB933A: hue angle of 33.17º 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 #DB933A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 58 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.14 |
| HSL | 33.17º | 0.69% | 0.54% | - |
| HSV(B) | 33.17º | 0.74% | 0.86% | - |
| XYZ | 40.41 | 36.23 | 8.87 | - |
| YUV | 158.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 58 | 0 | 0.33 | 0.74 | 0.14 | 33.17 | 0.69 | 0.54 |
| Hex | DB | 93 | 3A | 0 | 21 | 4A | E | 21 | 45 | 36 |
| Octal | 333 | 223 | 72 | 0 | 41 | 112 | 16 | 41 | 105 | 66 |
| Binary | 11011011 | 10010011 | 111010 | 0 | 100001 | 1001010 | 1110 | 100001 | 1000101 | 110110 |
Color Harmonies of #DB933A
Complementary color
Monochromatic Colors of #DB933A
Black with #DB933A
Text Example
Text Example
White with #DB933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB933A; }
p { color: rgb(219,147,58); }
H1.HeaderClassName
{
color: #DB933A;
}
.AnyTagClassName
{
color: #DB933A;
}
</style>
background-color css
<style>
a { background-color: #DB933A; }
a { background-color: rgb(219,147,58); }
div.DivClassName
{
background-color: #DB933A;
}
.BgClassName
{
background-color: #DB933A;
}
</style>
border-color css
<style>
span { border-color: #DB933A; }
span { border-color: rgb(219,147,58); }
td.TdClassName
{
border-color: #DB933A;
}
.TagClassName
{
border-color: #DB933A;
}
</style>