Shades of Fire Bush #DB944A
Tints of Fire Bush #DB944A
RGB
CMYK
RGB Variations
Color information
#DB944A (or 0xDB944A) is known color: Fire Bush. HEX triplet: DB, 94 and 4A. RGB value is (219,148,74). Sum of RGB (Red+Green+Blue) = 219+148+74=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB944A is #246BB5. Grayscale: #A1A1A1. Windows color (decimal): -2386870 or 4887771. OLE color: 4887771.
HSL color Cylindrical-coordinate representation of color #DB944A: hue angle of 30.62º 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 #DB944A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 74 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.14 |
| HSL | 30.62º | 0.67% | 0.57% | - |
| HSV(B) | 30.62º | 0.66% | 0.86% | - |
| XYZ | 41.04 | 36.73 | 11.41 | - |
| YUV | 160.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 74 | 0 | 0.32 | 0.66 | 0.14 | 30.62 | 0.67 | 0.57 |
| Hex | DB | 94 | 4A | 0 | 20 | 42 | E | 1F | 43 | 39 |
| Octal | 333 | 224 | 112 | 0 | 40 | 102 | 16 | 37 | 103 | 71 |
| Binary | 11011011 | 10010100 | 1001010 | 0 | 100000 | 1000010 | 1110 | 11111 | 1000011 | 111001 |
Color Harmonies of #DB944A
Complementary color
Monochromatic Colors of #DB944A
Black with #DB944A
Text Example
Text Example
White with #DB944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB944A; }
p { color: rgb(219,148,74); }
H1.HeaderClassName
{
color: #DB944A;
}
.AnyTagClassName
{
color: #DB944A;
}
</style>
background-color css
<style>
a { background-color: #DB944A; }
a { background-color: rgb(219,148,74); }
div.DivClassName
{
background-color: #DB944A;
}
.BgClassName
{
background-color: #DB944A;
}
</style>
border-color css
<style>
span { border-color: #DB944A; }
span { border-color: rgb(219,148,74); }
td.TdClassName
{
border-color: #DB944A;
}
.TagClassName
{
border-color: #DB944A;
}
</style>