Shades of Fire Bush #D7964F
Tints of Fire Bush #D7964F
RGB
CMYK
RGB Variations
Color information
#D7964F (or 0xD7964F) is known color: Fire Bush. HEX triplet: D7, 96 and 4F. RGB value is (215,150,79). Sum of RGB (Red+Green+Blue) = 215+150+79=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7964F is #2869B0. Grayscale: #A1A1A1. Windows color (decimal): -2648497 or 5215959. OLE color: 5215959.
HSL color Cylindrical-coordinate representation of color #D7964F: hue angle of 31.32º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7964F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 79 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.16 |
| HSL | 31.32º | 0.63% | 0.58% | - |
| HSV(B) | 31.32º | 0.63% | 0.84% | - |
| XYZ | 40.34 | 36.82 | 12.38 | - |
| YUV | 161.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 79 | 0 | 0.30 | 0.63 | 0.16 | 31.32 | 0.63 | 0.58 |
| Hex | D7 | 96 | 4F | 0 | 1E | 3F | 10 | 1F | 3F | 3A |
| Octal | 327 | 226 | 117 | 0 | 36 | 77 | 20 | 37 | 77 | 72 |
| Binary | 11010111 | 10010110 | 1001111 | 0 | 11110 | 111111 | 10000 | 11111 | 111111 | 111010 |
Color Harmonies of #D7964F
Complementary color
Monochromatic Colors of #D7964F
Black with #D7964F
Text Example
Text Example
White with #D7964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7964F; }
p { color: rgb(215,150,79); }
H1.HeaderClassName
{
color: #D7964F;
}
.AnyTagClassName
{
color: #D7964F;
}
</style>
background-color css
<style>
a { background-color: #D7964F; }
a { background-color: rgb(215,150,79); }
div.DivClassName
{
background-color: #D7964F;
}
.BgClassName
{
background-color: #D7964F;
}
</style>
border-color css
<style>
span { border-color: #D7964F; }
span { border-color: rgb(215,150,79); }
td.TdClassName
{
border-color: #D7964F;
}
.TagClassName
{
border-color: #D7964F;
}
</style>