Shades of Fire Bush #DB993A
Tints of Fire Bush #DB993A
RGB
CMYK
RGB Variations
Color information
#DB993A (or 0xDB993A) is known color: Fire Bush. HEX triplet: DB, 99 and 3A. RGB value is (219,153,58). Sum of RGB (Red+Green+Blue) = 219+153+58=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB993A is #2466C5. Grayscale: #A2A2A2. Windows color (decimal): -2385606 or 3840475. OLE color: 3840475.
HSL color Cylindrical-coordinate representation of color #DB993A: hue angle of 35.4º 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 #DB993A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 58 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.14 |
| HSL | 35.4º | 0.69% | 0.54% | - |
| HSV(B) | 35.4º | 0.74% | 0.86% | - |
| XYZ | 41.37 | 38.15 | 9.19 | - |
| YUV | 161.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 58 | 0 | 0.30 | 0.74 | 0.14 | 35.4 | 0.69 | 0.54 |
| Hex | DB | 99 | 3A | 0 | 1E | 4A | E | 23 | 45 | 36 |
| Octal | 333 | 231 | 72 | 0 | 36 | 112 | 16 | 43 | 105 | 66 |
| Binary | 11011011 | 10011001 | 111010 | 0 | 11110 | 1001010 | 1110 | 100011 | 1000101 | 110110 |
Color Harmonies of #DB993A
Complementary color
Monochromatic Colors of #DB993A
Black with #DB993A
Text Example
Text Example
White with #DB993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB993A; }
p { color: rgb(219,153,58); }
H1.HeaderClassName
{
color: #DB993A;
}
.AnyTagClassName
{
color: #DB993A;
}
</style>
background-color css
<style>
a { background-color: #DB993A; }
a { background-color: rgb(219,153,58); }
div.DivClassName
{
background-color: #DB993A;
}
.BgClassName
{
background-color: #DB993A;
}
</style>
border-color css
<style>
span { border-color: #DB993A; }
span { border-color: rgb(219,153,58); }
td.TdClassName
{
border-color: #DB993A;
}
.TagClassName
{
border-color: #DB993A;
}
</style>