Shades of Fire Bush #DB8F3A
Tints of Fire Bush #DB8F3A
RGB
CMYK
RGB Variations
Color information
#DB8F3A (or 0xDB8F3A) is known color: Fire Bush. HEX triplet: DB, 8F and 3A. RGB value is (219,143,58). Sum of RGB (Red+Green+Blue) = 219+143+58=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F3A is #2470C5. Grayscale: #9C9C9C. Windows color (decimal): -2388166 or 3837915. OLE color: 3837915.
HSL color Cylindrical-coordinate representation of color #DB8F3A: hue angle of 31.68º 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 #DB8F3A is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 58 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.14 |
| HSL | 31.68º | 0.69% | 0.54% | - |
| HSV(B) | 31.68º | 0.74% | 0.86% | - |
| XYZ | 39.8 | 35.01 | 8.66 | - |
| YUV | 156.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 58 | 0 | 0.35 | 0.74 | 0.14 | 31.68 | 0.69 | 0.54 |
| Hex | DB | 8F | 3A | 0 | 23 | 4A | E | 20 | 45 | 36 |
| Octal | 333 | 217 | 72 | 0 | 43 | 112 | 16 | 40 | 105 | 66 |
| Binary | 11011011 | 10001111 | 111010 | 0 | 100011 | 1001010 | 1110 | 100000 | 1000101 | 110110 |
Color Harmonies of #DB8F3A
Complementary color
Monochromatic Colors of #DB8F3A
Black with #DB8F3A
Text Example
Text Example
White with #DB8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F3A; }
p { color: rgb(219,143,58); }
H1.HeaderClassName
{
color: #DB8F3A;
}
.AnyTagClassName
{
color: #DB8F3A;
}
</style>
background-color css
<style>
a { background-color: #DB8F3A; }
a { background-color: rgb(219,143,58); }
div.DivClassName
{
background-color: #DB8F3A;
}
.BgClassName
{
background-color: #DB8F3A;
}
</style>
border-color css
<style>
span { border-color: #DB8F3A; }
span { border-color: rgb(219,143,58); }
td.TdClassName
{
border-color: #DB8F3A;
}
.TagClassName
{
border-color: #DB8F3A;
}
</style>