Shades of Fire Bush #DB954E
Tints of Fire Bush #DB954E
RGB
CMYK
RGB Variations
Color information
#DB954E (or 0xDB954E) is known color: Fire Bush. HEX triplet: DB, 95 and 4E. RGB value is (219,149,78). Sum of RGB (Red+Green+Blue) = 219+149+78=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB954E is #246AB1. Grayscale: #A2A2A2. Windows color (decimal): -2386610 or 5150171. OLE color: 5150171.
HSL color Cylindrical-coordinate representation of color #DB954E: hue angle of 30.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB954E is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 78 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.14 |
| HSL | 30.21º | 0.66% | 0.58% | - |
| HSV(B) | 30.21º | 0.64% | 0.86% | - |
| XYZ | 41.34 | 37.11 | 12.19 | - |
| YUV | 161.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 78 | 0 | 0.32 | 0.64 | 0.14 | 30.21 | 0.66 | 0.58 |
| Hex | DB | 95 | 4E | 0 | 20 | 40 | E | 1E | 42 | 3A |
| Octal | 333 | 225 | 116 | 0 | 40 | 100 | 16 | 36 | 102 | 72 |
| Binary | 11011011 | 10010101 | 1001110 | 0 | 100000 | 1000000 | 1110 | 11110 | 1000010 | 111010 |
Color Harmonies of #DB954E
Complementary color
Monochromatic Colors of #DB954E
Black with #DB954E
Text Example
Text Example
White with #DB954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB954E; }
p { color: rgb(219,149,78); }
H1.HeaderClassName
{
color: #DB954E;
}
.AnyTagClassName
{
color: #DB954E;
}
</style>
background-color css
<style>
a { background-color: #DB954E; }
a { background-color: rgb(219,149,78); }
div.DivClassName
{
background-color: #DB954E;
}
.BgClassName
{
background-color: #DB954E;
}
</style>
border-color css
<style>
span { border-color: #DB954E; }
span { border-color: rgb(219,149,78); }
td.TdClassName
{
border-color: #DB954E;
}
.TagClassName
{
border-color: #DB954E;
}
</style>