Shades of Fire Bush #DB983E
Tints of Fire Bush #DB983E
RGB
CMYK
RGB Variations
Color information
#DB983E (or 0xDB983E) is known color: Fire Bush. HEX triplet: DB, 98 and 3E. RGB value is (219,152,62). Sum of RGB (Red+Green+Blue) = 219+152+62=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB983E is #2467C1. Grayscale: #A2A2A2. Windows color (decimal): -2385858 or 4102363. OLE color: 4102363.
HSL color Cylindrical-coordinate representation of color #DB983E: hue angle of 34.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB983E is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 62 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.14 |
| HSL | 34.39º | 0.69% | 0.55% | - |
| HSV(B) | 34.39º | 0.72% | 0.86% | - |
| XYZ | 41.31 | 37.86 | 9.69 | - |
| YUV | 161.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 62 | 0 | 0.31 | 0.72 | 0.14 | 34.39 | 0.69 | 0.55 |
| Hex | DB | 98 | 3E | 0 | 1F | 48 | E | 22 | 45 | 37 |
| Octal | 333 | 230 | 76 | 0 | 37 | 110 | 16 | 42 | 105 | 67 |
| Binary | 11011011 | 10011000 | 111110 | 0 | 11111 | 1001000 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DB983E
Complementary color
Monochromatic Colors of #DB983E
Black with #DB983E
Text Example
Text Example
White with #DB983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB983E; }
p { color: rgb(219,152,62); }
H1.HeaderClassName
{
color: #DB983E;
}
.AnyTagClassName
{
color: #DB983E;
}
</style>
background-color css
<style>
a { background-color: #DB983E; }
a { background-color: rgb(219,152,62); }
div.DivClassName
{
background-color: #DB983E;
}
.BgClassName
{
background-color: #DB983E;
}
</style>
border-color css
<style>
span { border-color: #DB983E; }
span { border-color: rgb(219,152,62); }
td.TdClassName
{
border-color: #DB983E;
}
.TagClassName
{
border-color: #DB983E;
}
</style>