Shades of Fire Bush #DB983A
Tints of Fire Bush #DB983A
RGB
CMYK
RGB Variations
Color information
#DB983A (or 0xDB983A) is known color: Fire Bush. HEX triplet: DB, 98 and 3A. RGB value is (219,152,58). Sum of RGB (Red+Green+Blue) = 219+152+58=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB983A is #2467C5. Grayscale: #A1A1A1. Windows color (decimal): -2385862 or 3840219. OLE color: 3840219.
HSL color Cylindrical-coordinate representation of color #DB983A: hue angle of 35.03º 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 #DB983A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 58 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.14 |
| HSL | 35.03º | 0.69% | 0.54% | - |
| HSV(B) | 35.03º | 0.74% | 0.86% | - |
| XYZ | 41.21 | 37.82 | 9.13 | - |
| YUV | 161.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 58 | 0 | 0.31 | 0.74 | 0.14 | 35.03 | 0.69 | 0.54 |
| Hex | DB | 98 | 3A | 0 | 1F | 4A | E | 23 | 45 | 36 |
| Octal | 333 | 230 | 72 | 0 | 37 | 112 | 16 | 43 | 105 | 66 |
| Binary | 11011011 | 10011000 | 111010 | 0 | 11111 | 1001010 | 1110 | 100011 | 1000101 | 110110 |
Color Harmonies of #DB983A
Complementary color
Monochromatic Colors of #DB983A
Black with #DB983A
Text Example
Text Example
White with #DB983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB983A; }
p { color: rgb(219,152,58); }
H1.HeaderClassName
{
color: #DB983A;
}
.AnyTagClassName
{
color: #DB983A;
}
</style>
background-color css
<style>
a { background-color: #DB983A; }
a { background-color: rgb(219,152,58); }
div.DivClassName
{
background-color: #DB983A;
}
.BgClassName
{
background-color: #DB983A;
}
</style>
border-color css
<style>
span { border-color: #DB983A; }
span { border-color: rgb(219,152,58); }
td.TdClassName
{
border-color: #DB983A;
}
.TagClassName
{
border-color: #DB983A;
}
</style>