Shades of Fire Bush #DB934D
Tints of Fire Bush #DB934D
RGB
CMYK
RGB Variations
Color information
#DB934D (or 0xDB934D) is known color: Fire Bush. HEX triplet: DB, 93 and 4D. RGB value is (219,147,77). Sum of RGB (Red+Green+Blue) = 219+147+77=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB934D is #246CB2. Grayscale: #A0A0A0. Windows color (decimal): -2387123 or 5084123. OLE color: 5084123.
HSL color Cylindrical-coordinate representation of color #DB934D: hue angle of 29.58º degrees, saturation: 0.66, 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 #DB934D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 77 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.14 |
| HSL | 29.58º | 0.66% | 0.58% | - |
| HSV(B) | 29.58º | 0.65% | 0.86% | - |
| XYZ | 40.99 | 36.46 | 11.9 | - |
| YUV | 160.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 77 | 0 | 0.33 | 0.65 | 0.14 | 29.58 | 0.66 | 0.58 |
| Hex | DB | 93 | 4D | 0 | 21 | 41 | E | 1E | 42 | 3A |
| Octal | 333 | 223 | 115 | 0 | 41 | 101 | 16 | 36 | 102 | 72 |
| Binary | 11011011 | 10010011 | 1001101 | 0 | 100001 | 1000001 | 1110 | 11110 | 1000010 | 111010 |
Color Harmonies of #DB934D
Complementary color
Monochromatic Colors of #DB934D
Black with #DB934D
Text Example
Text Example
White with #DB934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB934D; }
p { color: rgb(219,147,77); }
H1.HeaderClassName
{
color: #DB934D;
}
.AnyTagClassName
{
color: #DB934D;
}
</style>
background-color css
<style>
a { background-color: #DB934D; }
a { background-color: rgb(219,147,77); }
div.DivClassName
{
background-color: #DB934D;
}
.BgClassName
{
background-color: #DB934D;
}
</style>
border-color css
<style>
span { border-color: #DB934D; }
span { border-color: rgb(219,147,77); }
td.TdClassName
{
border-color: #DB934D;
}
.TagClassName
{
border-color: #DB934D;
}
</style>