Shades of Fire Bush #DB964F
Tints of Fire Bush #DB964F
RGB
CMYK
RGB Variations
Color information
#DB964F (or 0xDB964F) is known color: Fire Bush. HEX triplet: DB, 96 and 4F. RGB value is (219,150,79). Sum of RGB (Red+Green+Blue) = 219+150+79=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB964F is #2469B0. Grayscale: #A2A2A2. Windows color (decimal): -2386353 or 5215963. OLE color: 5215963.
HSL color Cylindrical-coordinate representation of color #DB964F: hue angle of 30.43º 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 #DB964F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 79 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.14 |
| HSL | 30.43º | 0.66% | 0.58% | - |
| HSV(B) | 30.43º | 0.64% | 0.86% | - |
| XYZ | 41.53 | 37.44 | 12.43 | - |
| YUV | 162.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 79 | 0 | 0.32 | 0.64 | 0.14 | 30.43 | 0.66 | 0.58 |
| Hex | DB | 96 | 4F | 0 | 20 | 40 | E | 1E | 42 | 3A |
| Octal | 333 | 226 | 117 | 0 | 40 | 100 | 16 | 36 | 102 | 72 |
| Binary | 11011011 | 10010110 | 1001111 | 0 | 100000 | 1000000 | 1110 | 11110 | 1000010 | 111010 |
Color Harmonies of #DB964F
Complementary color
Monochromatic Colors of #DB964F
Black with #DB964F
Text Example
Text Example
White with #DB964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB964F; }
p { color: rgb(219,150,79); }
H1.HeaderClassName
{
color: #DB964F;
}
.AnyTagClassName
{
color: #DB964F;
}
</style>
background-color css
<style>
a { background-color: #DB964F; }
a { background-color: rgb(219,150,79); }
div.DivClassName
{
background-color: #DB964F;
}
.BgClassName
{
background-color: #DB964F;
}
</style>
border-color css
<style>
span { border-color: #DB964F; }
span { border-color: rgb(219,150,79); }
td.TdClassName
{
border-color: #DB964F;
}
.TagClassName
{
border-color: #DB964F;
}
</style>