Shades of Fire Bush #DB993B
Tints of Fire Bush #DB993B
RGB
CMYK
RGB Variations
Color information
#DB993B (or 0xDB993B) is known color: Fire Bush. HEX triplet: DB, 99 and 3B. RGB value is (219,153,59). Sum of RGB (Red+Green+Blue) = 219+153+59=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB993B is #2466C4. Grayscale: #A2A2A2. Windows color (decimal): -2385605 or 3906011. OLE color: 3906011.
HSL color Cylindrical-coordinate representation of color #DB993B: hue angle of 35.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB993B is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 59 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.14 |
| HSL | 35.25º | 0.69% | 0.55% | - |
| HSV(B) | 35.25º | 0.73% | 0.86% | - |
| XYZ | 41.39 | 38.16 | 9.32 | - |
| YUV | 162.02 | 69.87 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 59 | 0 | 0.30 | 0.73 | 0.14 | 35.25 | 0.69 | 0.55 |
| Hex | DB | 99 | 3B | 0 | 1E | 49 | E | 23 | 45 | 37 |
| Octal | 333 | 231 | 73 | 0 | 36 | 111 | 16 | 43 | 105 | 67 |
| Binary | 11011011 | 10011001 | 111011 | 0 | 11110 | 1001001 | 1110 | 100011 | 1000101 | 110111 |
Color Harmonies of #DB993B
Complementary color
Monochromatic Colors of #DB993B
Black with #DB993B
Text Example
Text Example
White with #DB993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB993B; }
p { color: rgb(219,153,59); }
H1.HeaderClassName
{
color: #DB993B;
}
.AnyTagClassName
{
color: #DB993B;
}
</style>
background-color css
<style>
a { background-color: #DB993B; }
a { background-color: rgb(219,153,59); }
div.DivClassName
{
background-color: #DB993B;
}
.BgClassName
{
background-color: #DB993B;
}
</style>
border-color css
<style>
span { border-color: #DB993B; }
span { border-color: rgb(219,153,59); }
td.TdClassName
{
border-color: #DB993B;
}
.TagClassName
{
border-color: #DB993B;
}
</style>