Shades of Fire Bush #DB953F
Tints of Fire Bush #DB953F
RGB
CMYK
RGB Variations
Color information
#DB953F (or 0xDB953F) is known color: Fire Bush. HEX triplet: DB, 95 and 3F. RGB value is (219,149,63). Sum of RGB (Red+Green+Blue) = 219+149+63=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB953F is #246AC0. Grayscale: #A0A0A0. Windows color (decimal): -2386625 or 4167131. OLE color: 4167131.
HSL color Cylindrical-coordinate representation of color #DB953F: hue angle of 33.08º 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 #DB953F is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 63 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.14 |
| HSL | 33.08º | 0.68% | 0.55% | - |
| HSV(B) | 33.08º | 0.71% | 0.86% | - |
| XYZ | 40.86 | 36.91 | 9.67 | - |
| YUV | 160.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 63 | 0 | 0.32 | 0.71 | 0.14 | 33.08 | 0.68 | 0.55 |
| Hex | DB | 95 | 3F | 0 | 20 | 47 | E | 21 | 44 | 37 |
| Octal | 333 | 225 | 77 | 0 | 40 | 107 | 16 | 41 | 104 | 67 |
| Binary | 11011011 | 10010101 | 111111 | 0 | 100000 | 1000111 | 1110 | 100001 | 1000100 | 110111 |
Color Harmonies of #DB953F
Complementary color
Monochromatic Colors of #DB953F
Black with #DB953F
Text Example
Text Example
White with #DB953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB953F; }
p { color: rgb(219,149,63); }
H1.HeaderClassName
{
color: #DB953F;
}
.AnyTagClassName
{
color: #DB953F;
}
</style>
background-color css
<style>
a { background-color: #DB953F; }
a { background-color: rgb(219,149,63); }
div.DivClassName
{
background-color: #DB953F;
}
.BgClassName
{
background-color: #DB953F;
}
</style>
border-color css
<style>
span { border-color: #DB953F; }
span { border-color: rgb(219,149,63); }
td.TdClassName
{
border-color: #DB953F;
}
.TagClassName
{
border-color: #DB953F;
}
</style>