Shades of Fire Bush #DB954B
Tints of Fire Bush #DB954B
RGB
CMYK
RGB Variations
Color information
#DB954B (or 0xDB954B) is known color: Fire Bush. HEX triplet: DB, 95 and 4B. RGB value is (219,149,75). Sum of RGB (Red+Green+Blue) = 219+149+75=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB954B is #246AB4. Grayscale: #A1A1A1. Windows color (decimal): -2386613 or 4953563. OLE color: 4953563.
HSL color Cylindrical-coordinate representation of color #DB954B: hue angle of 30.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB954B is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 75 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.14 |
| HSL | 30.83º | 0.67% | 0.58% | - |
| HSV(B) | 30.83º | 0.66% | 0.86% | - |
| XYZ | 41.23 | 37.06 | 11.64 | - |
| YUV | 161.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 75 | 0 | 0.32 | 0.66 | 0.14 | 30.83 | 0.67 | 0.58 |
| Hex | DB | 95 | 4B | 0 | 20 | 42 | E | 1F | 43 | 3A |
| Octal | 333 | 225 | 113 | 0 | 40 | 102 | 16 | 37 | 103 | 72 |
| Binary | 11011011 | 10010101 | 1001011 | 0 | 100000 | 1000010 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DB954B
Complementary color
Monochromatic Colors of #DB954B
Black with #DB954B
Text Example
Text Example
White with #DB954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB954B; }
p { color: rgb(219,149,75); }
H1.HeaderClassName
{
color: #DB954B;
}
.AnyTagClassName
{
color: #DB954B;
}
</style>
background-color css
<style>
a { background-color: #DB954B; }
a { background-color: rgb(219,149,75); }
div.DivClassName
{
background-color: #DB954B;
}
.BgClassName
{
background-color: #DB954B;
}
</style>
border-color css
<style>
span { border-color: #DB954B; }
span { border-color: rgb(219,149,75); }
td.TdClassName
{
border-color: #DB954B;
}
.TagClassName
{
border-color: #DB954B;
}
</style>