Shades of Fire Bush #DB954A
Tints of Fire Bush #DB954A
RGB
CMYK
RGB Variations
Color information
#DB954A (or 0xDB954A) is known color: Fire Bush. HEX triplet: DB, 95 and 4A. RGB value is (219,149,74). Sum of RGB (Red+Green+Blue) = 219+149+74=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB954A is #246AB5. Grayscale: #A1A1A1. Windows color (decimal): -2386614 or 4888027. OLE color: 4888027.
HSL color Cylindrical-coordinate representation of color #DB954A: hue angle of 31.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB954A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 74 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.14 |
| HSL | 31.03º | 0.67% | 0.57% | - |
| HSV(B) | 31.03º | 0.66% | 0.86% | - |
| XYZ | 41.2 | 37.05 | 11.46 | - |
| YUV | 161.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 74 | 0 | 0.32 | 0.66 | 0.14 | 31.03 | 0.67 | 0.57 |
| Hex | DB | 95 | 4A | 0 | 20 | 42 | E | 1F | 43 | 39 |
| Octal | 333 | 225 | 112 | 0 | 40 | 102 | 16 | 37 | 103 | 71 |
| Binary | 11011011 | 10010101 | 1001010 | 0 | 100000 | 1000010 | 1110 | 11111 | 1000011 | 111001 |
Color Harmonies of #DB954A
Complementary color
Monochromatic Colors of #DB954A
Black with #DB954A
Text Example
Text Example
White with #DB954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB954A; }
p { color: rgb(219,149,74); }
H1.HeaderClassName
{
color: #DB954A;
}
.AnyTagClassName
{
color: #DB954A;
}
</style>
background-color css
<style>
a { background-color: #DB954A; }
a { background-color: rgb(219,149,74); }
div.DivClassName
{
background-color: #DB954A;
}
.BgClassName
{
background-color: #DB954A;
}
</style>
border-color css
<style>
span { border-color: #DB954A; }
span { border-color: rgb(219,149,74); }
td.TdClassName
{
border-color: #DB954A;
}
.TagClassName
{
border-color: #DB954A;
}
</style>