Shades of Fire Bush #DB9E3F
Tints of Fire Bush #DB9E3F
RGB
CMYK
RGB Variations
Color information
#DB9E3F (or 0xDB9E3F) is known color: Fire Bush. HEX triplet: DB, 9E and 3F. RGB value is (219,158,63). Sum of RGB (Red+Green+Blue) = 219+158+63=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E3F is #2461C0. Grayscale: #A5A5A5. Windows color (decimal): -2384321 or 4169435. OLE color: 4169435.
HSL color Cylindrical-coordinate representation of color #DB9E3F: hue angle of 36.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB9E3F is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 63 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.14 |
| HSL | 36.54º | 0.68% | 0.55% | - |
| HSV(B) | 36.54º | 0.71% | 0.86% | - |
| XYZ | 42.34 | 39.87 | 10.17 | - |
| YUV | 165.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 63 | 0 | 0.28 | 0.71 | 0.14 | 36.54 | 0.68 | 0.55 |
| Hex | DB | 9E | 3F | 0 | 1C | 47 | E | 25 | 44 | 37 |
| Octal | 333 | 236 | 77 | 0 | 34 | 107 | 16 | 45 | 104 | 67 |
| Binary | 11011011 | 10011110 | 111111 | 0 | 11100 | 1000111 | 1110 | 100101 | 1000100 | 110111 |
Color Harmonies of #DB9E3F
Complementary color
Monochromatic Colors of #DB9E3F
Black with #DB9E3F
Text Example
Text Example
White with #DB9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E3F; }
p { color: rgb(219,158,63); }
H1.HeaderClassName
{
color: #DB9E3F;
}
.AnyTagClassName
{
color: #DB9E3F;
}
</style>
background-color css
<style>
a { background-color: #DB9E3F; }
a { background-color: rgb(219,158,63); }
div.DivClassName
{
background-color: #DB9E3F;
}
.BgClassName
{
background-color: #DB9E3F;
}
</style>
border-color css
<style>
span { border-color: #DB9E3F; }
span { border-color: rgb(219,158,63); }
td.TdClassName
{
border-color: #DB9E3F;
}
.TagClassName
{
border-color: #DB9E3F;
}
</style>