Shades of Fire Bush #DB9A38
Tints of Fire Bush #DB9A38
RGB
CMYK
RGB Variations
Color information
#DB9A38 (or 0xDB9A38) is known color: Fire Bush. HEX triplet: DB, 9A and 38. RGB value is (219,154,56). Sum of RGB (Red+Green+Blue) = 219+154+56=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A38 is #2465C7. Grayscale: #A2A2A2. Windows color (decimal): -2385352 or 3709659. OLE color: 3709659.
HSL color Cylindrical-coordinate representation of color #DB9A38: hue angle of 36.07º 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 #DB9A38 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 56 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.14 |
| HSL | 36.07º | 0.69% | 0.54% | - |
| HSV(B) | 36.07º | 0.74% | 0.86% | - |
| XYZ | 41.48 | 38.46 | 8.98 | - |
| YUV | 162.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 56 | 0 | 0.30 | 0.74 | 0.14 | 36.07 | 0.69 | 0.54 |
| Hex | DB | 9A | 38 | 0 | 1E | 4A | E | 24 | 45 | 36 |
| Octal | 333 | 232 | 70 | 0 | 36 | 112 | 16 | 44 | 105 | 66 |
| Binary | 11011011 | 10011010 | 111000 | 0 | 11110 | 1001010 | 1110 | 100100 | 1000101 | 110110 |
Color Harmonies of #DB9A38
Complementary color
Monochromatic Colors of #DB9A38
Black with #DB9A38
Text Example
Text Example
White with #DB9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A38; }
p { color: rgb(219,154,56); }
H1.HeaderClassName
{
color: #DB9A38;
}
.AnyTagClassName
{
color: #DB9A38;
}
</style>
background-color css
<style>
a { background-color: #DB9A38; }
a { background-color: rgb(219,154,56); }
div.DivClassName
{
background-color: #DB9A38;
}
.BgClassName
{
background-color: #DB9A38;
}
</style>
border-color css
<style>
span { border-color: #DB9A38; }
span { border-color: rgb(219,154,56); }
td.TdClassName
{
border-color: #DB9A38;
}
.TagClassName
{
border-color: #DB9A38;
}
</style>