Shades of Fire Bush #DB934F
Tints of Fire Bush #DB934F
RGB
CMYK
RGB Variations
Color information
#DB934F (or 0xDB934F) is known color: Fire Bush. HEX triplet: DB, 93 and 4F. RGB value is (219,147,79). Sum of RGB (Red+Green+Blue) = 219+147+79=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB934F is #246CB0. Grayscale: #A1A1A1. Windows color (decimal): -2387121 or 5215195. OLE color: 5215195.
HSL color Cylindrical-coordinate representation of color #DB934F: hue angle of 29.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB934F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 79 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.14 |
| HSL | 29.14º | 0.66% | 0.58% | - |
| HSV(B) | 29.14º | 0.64% | 0.86% | - |
| XYZ | 41.06 | 36.49 | 12.28 | - |
| YUV | 160.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 79 | 0 | 0.33 | 0.64 | 0.14 | 29.14 | 0.66 | 0.58 |
| Hex | DB | 93 | 4F | 0 | 21 | 40 | E | 1D | 42 | 3A |
| Octal | 333 | 223 | 117 | 0 | 41 | 100 | 16 | 35 | 102 | 72 |
| Binary | 11011011 | 10010011 | 1001111 | 0 | 100001 | 1000000 | 1110 | 11101 | 1000010 | 111010 |
Color Harmonies of #DB934F
Complementary color
Monochromatic Colors of #DB934F
Black with #DB934F
Text Example
Text Example
White with #DB934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB934F; }
p { color: rgb(219,147,79); }
H1.HeaderClassName
{
color: #DB934F;
}
.AnyTagClassName
{
color: #DB934F;
}
</style>
background-color css
<style>
a { background-color: #DB934F; }
a { background-color: rgb(219,147,79); }
div.DivClassName
{
background-color: #DB934F;
}
.BgClassName
{
background-color: #DB934F;
}
</style>
border-color css
<style>
span { border-color: #DB934F; }
span { border-color: rgb(219,147,79); }
td.TdClassName
{
border-color: #DB934F;
}
.TagClassName
{
border-color: #DB934F;
}
</style>