Shades of Fire Bush #DB943B
Tints of Fire Bush #DB943B
RGB
CMYK
RGB Variations
Color information
#DB943B (or 0xDB943B) is known color: Fire Bush. HEX triplet: DB, 94 and 3B. RGB value is (219,148,59). Sum of RGB (Red+Green+Blue) = 219+148+59=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB943B is #246BC4. Grayscale: #9F9F9F. Windows color (decimal): -2386885 or 3904731. OLE color: 3904731.
HSL color Cylindrical-coordinate representation of color #DB943B: hue angle of 33.38º 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 #DB943B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 59 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.14 |
| HSL | 33.38º | 0.69% | 0.55% | - |
| HSV(B) | 33.38º | 0.73% | 0.86% | - |
| XYZ | 40.59 | 36.56 | 9.05 | - |
| YUV | 159.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 59 | 0 | 0.32 | 0.73 | 0.14 | 33.38 | 0.69 | 0.55 |
| Hex | DB | 94 | 3B | 0 | 20 | 49 | E | 21 | 45 | 37 |
| Octal | 333 | 224 | 73 | 0 | 40 | 111 | 16 | 41 | 105 | 67 |
| Binary | 11011011 | 10010100 | 111011 | 0 | 100000 | 1001001 | 1110 | 100001 | 1000101 | 110111 |
Color Harmonies of #DB943B
Complementary color
Monochromatic Colors of #DB943B
Black with #DB943B
Text Example
Text Example
White with #DB943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB943B; }
p { color: rgb(219,148,59); }
H1.HeaderClassName
{
color: #DB943B;
}
.AnyTagClassName
{
color: #DB943B;
}
</style>
background-color css
<style>
a { background-color: #DB943B; }
a { background-color: rgb(219,148,59); }
div.DivClassName
{
background-color: #DB943B;
}
.BgClassName
{
background-color: #DB943B;
}
</style>
border-color css
<style>
span { border-color: #DB943B; }
span { border-color: rgb(219,148,59); }
td.TdClassName
{
border-color: #DB943B;
}
.TagClassName
{
border-color: #DB943B;
}
</style>