Shades of Fire Bush #DB954F
Tints of Fire Bush #DB954F
RGB
CMYK
RGB Variations
Color information
#DB954F (or 0xDB954F) is known color: Fire Bush. HEX triplet: DB, 95 and 4F. RGB value is (219,149,79). Sum of RGB (Red+Green+Blue) = 219+149+79=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB954F is #246AB0. Grayscale: #A2A2A2. Windows color (decimal): -2386609 or 5215707. OLE color: 5215707.
HSL color Cylindrical-coordinate representation of color #DB954F: hue angle of 30º 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 #DB954F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 79 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.14 |
| HSL | 30º | 0.66% | 0.58% | - |
| HSV(B) | 30º | 0.64% | 0.86% | - |
| XYZ | 41.37 | 37.12 | 12.38 | - |
| YUV | 161.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 79 | 0 | 0.32 | 0.64 | 0.14 | 30 | 0.66 | 0.58 |
| Hex | DB | 95 | 4F | 0 | 20 | 40 | E | 1E | 42 | 3A |
| Octal | 333 | 225 | 117 | 0 | 40 | 100 | 16 | 36 | 102 | 72 |
| Binary | 11011011 | 10010101 | 1001111 | 0 | 100000 | 1000000 | 1110 | 11110 | 1000010 | 111010 |
Color Harmonies of #DB954F
Complementary color
Monochromatic Colors of #DB954F
Black with #DB954F
Text Example
Text Example
White with #DB954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB954F; }
p { color: rgb(219,149,79); }
H1.HeaderClassName
{
color: #DB954F;
}
.AnyTagClassName
{
color: #DB954F;
}
</style>
background-color css
<style>
a { background-color: #DB954F; }
a { background-color: rgb(219,149,79); }
div.DivClassName
{
background-color: #DB954F;
}
.BgClassName
{
background-color: #DB954F;
}
</style>
border-color css
<style>
span { border-color: #DB954F; }
span { border-color: rgb(219,149,79); }
td.TdClassName
{
border-color: #DB954F;
}
.TagClassName
{
border-color: #DB954F;
}
</style>