Shades of Fire Bush #DB954D
Tints of Fire Bush #DB954D
RGB
CMYK
RGB Variations
Color information
#DB954D (or 0xDB954D) is known color: Fire Bush. HEX triplet: DB, 95 and 4D. RGB value is (219,149,77). Sum of RGB (Red+Green+Blue) = 219+149+77=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB954D is #246AB2. Grayscale: #A2A2A2. Windows color (decimal): -2386611 or 5084635. OLE color: 5084635.
HSL color Cylindrical-coordinate representation of color #DB954D: hue angle of 30.42º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB954D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 77 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.14 |
| HSL | 30.42º | 0.66% | 0.58% | - |
| HSV(B) | 30.42º | 0.65% | 0.86% | - |
| XYZ | 41.3 | 37.09 | 12 | - |
| YUV | 161.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 77 | 0 | 0.32 | 0.65 | 0.14 | 30.42 | 0.66 | 0.58 |
| Hex | DB | 95 | 4D | 0 | 20 | 41 | E | 1E | 42 | 3A |
| Octal | 333 | 225 | 115 | 0 | 40 | 101 | 16 | 36 | 102 | 72 |
| Binary | 11011011 | 10010101 | 1001101 | 0 | 100000 | 1000001 | 1110 | 11110 | 1000010 | 111010 |
Color Harmonies of #DB954D
Complementary color
Monochromatic Colors of #DB954D
Black with #DB954D
Text Example
Text Example
White with #DB954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB954D; }
p { color: rgb(219,149,77); }
H1.HeaderClassName
{
color: #DB954D;
}
.AnyTagClassName
{
color: #DB954D;
}
</style>
background-color css
<style>
a { background-color: #DB954D; }
a { background-color: rgb(219,149,77); }
div.DivClassName
{
background-color: #DB954D;
}
.BgClassName
{
background-color: #DB954D;
}
</style>
border-color css
<style>
span { border-color: #DB954D; }
span { border-color: rgb(219,149,77); }
td.TdClassName
{
border-color: #DB954D;
}
.TagClassName
{
border-color: #DB954D;
}
</style>