Shades of Fire Bush #D8964F
Tints of Fire Bush #D8964F
RGB
CMYK
RGB Variations
Color information
#D8964F (or 0xD8964F) is known color: Fire Bush. HEX triplet: D8, 96 and 4F. RGB value is (216,150,79). Sum of RGB (Red+Green+Blue) = 216+150+79=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8964F is #2769B0. Grayscale: #A1A1A1. Windows color (decimal): -2582961 or 5215960. OLE color: 5215960.
HSL color Cylindrical-coordinate representation of color #D8964F: hue angle of 31.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8964F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 79 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.15 |
| HSL | 31.09º | 0.64% | 0.58% | - |
| HSV(B) | 31.09º | 0.63% | 0.85% | - |
| XYZ | 40.64 | 36.98 | 12.39 | - |
| YUV | 161.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 79 | 0 | 0.31 | 0.63 | 0.15 | 31.09 | 0.64 | 0.58 |
| Hex | D8 | 96 | 4F | 0 | 1F | 3F | F | 1F | 40 | 3A |
| Octal | 330 | 226 | 117 | 0 | 37 | 77 | 17 | 37 | 100 | 72 |
| Binary | 11011000 | 10010110 | 1001111 | 0 | 11111 | 111111 | 1111 | 11111 | 1000000 | 111010 |
Color Harmonies of #D8964F
Complementary color
Monochromatic Colors of #D8964F
Black with #D8964F
Text Example
Text Example
White with #D8964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8964F; }
p { color: rgb(216,150,79); }
H1.HeaderClassName
{
color: #D8964F;
}
.AnyTagClassName
{
color: #D8964F;
}
</style>
background-color css
<style>
a { background-color: #D8964F; }
a { background-color: rgb(216,150,79); }
div.DivClassName
{
background-color: #D8964F;
}
.BgClassName
{
background-color: #D8964F;
}
</style>
border-color css
<style>
span { border-color: #D8964F; }
span { border-color: rgb(216,150,79); }
td.TdClassName
{
border-color: #D8964F;
}
.TagClassName
{
border-color: #D8964F;
}
</style>