Shades of Fire Bush #DB944C
Tints of Fire Bush #DB944C
RGB
CMYK
RGB Variations
Color information
#DB944C (or 0xDB944C) is known color: Fire Bush. HEX triplet: DB, 94 and 4C. RGB value is (219,148,76). Sum of RGB (Red+Green+Blue) = 219+148+76=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB944C is #246BB3. Grayscale: #A1A1A1. Windows color (decimal): -2386868 or 5018843. OLE color: 5018843.
HSL color Cylindrical-coordinate representation of color #DB944C: hue angle of 30.21º degrees, saturation: 0.67, 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 #DB944C is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 76 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.14 |
| HSL | 30.21º | 0.67% | 0.58% | - |
| HSV(B) | 30.21º | 0.65% | 0.86% | - |
| XYZ | 41.11 | 36.76 | 11.77 | - |
| YUV | 161.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 76 | 0 | 0.32 | 0.65 | 0.14 | 30.21 | 0.67 | 0.58 |
| Hex | DB | 94 | 4C | 0 | 20 | 41 | E | 1E | 43 | 3A |
| Octal | 333 | 224 | 114 | 0 | 40 | 101 | 16 | 36 | 103 | 72 |
| Binary | 11011011 | 10010100 | 1001100 | 0 | 100000 | 1000001 | 1110 | 11110 | 1000011 | 111010 |
Color Harmonies of #DB944C
Complementary color
Monochromatic Colors of #DB944C
Black with #DB944C
Text Example
Text Example
White with #DB944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB944C; }
p { color: rgb(219,148,76); }
H1.HeaderClassName
{
color: #DB944C;
}
.AnyTagClassName
{
color: #DB944C;
}
</style>
background-color css
<style>
a { background-color: #DB944C; }
a { background-color: rgb(219,148,76); }
div.DivClassName
{
background-color: #DB944C;
}
.BgClassName
{
background-color: #DB944C;
}
</style>
border-color css
<style>
span { border-color: #DB944C; }
span { border-color: rgb(219,148,76); }
td.TdClassName
{
border-color: #DB944C;
}
.TagClassName
{
border-color: #DB944C;
}
</style>