Shades of Fire Bush #D9964F
Tints of Fire Bush #D9964F
RGB
CMYK
RGB Variations
Color information
#D9964F (or 0xD9964F) is known color: Fire Bush. HEX triplet: D9, 96 and 4F. RGB value is (217,150,79). Sum of RGB (Red+Green+Blue) = 217+150+79=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9964F is #2669B0. Grayscale: #A2A2A2. Windows color (decimal): -2517425 or 5215961. OLE color: 5215961.
HSL color Cylindrical-coordinate representation of color #D9964F: hue angle of 30.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9964F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 79 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.15 |
| HSL | 30.87º | 0.64% | 0.58% | - |
| HSV(B) | 30.87º | 0.64% | 0.85% | - |
| XYZ | 40.93 | 37.13 | 12.41 | - |
| YUV | 161.94 | 81.2 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 79 | 0 | 0.31 | 0.64 | 0.15 | 30.87 | 0.64 | 0.58 |
| Hex | D9 | 96 | 4F | 0 | 1F | 40 | F | 1F | 40 | 3A |
| Octal | 331 | 226 | 117 | 0 | 37 | 100 | 17 | 37 | 100 | 72 |
| Binary | 11011001 | 10010110 | 1001111 | 0 | 11111 | 1000000 | 1111 | 11111 | 1000000 | 111010 |
Color Harmonies of #D9964F
Complementary color
Monochromatic Colors of #D9964F
Black with #D9964F
Text Example
Text Example
White with #D9964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9964F; }
p { color: rgb(217,150,79); }
H1.HeaderClassName
{
color: #D9964F;
}
.AnyTagClassName
{
color: #D9964F;
}
</style>
background-color css
<style>
a { background-color: #D9964F; }
a { background-color: rgb(217,150,79); }
div.DivClassName
{
background-color: #D9964F;
}
.BgClassName
{
background-color: #D9964F;
}
</style>
border-color css
<style>
span { border-color: #D9964F; }
span { border-color: rgb(217,150,79); }
td.TdClassName
{
border-color: #D9964F;
}
.TagClassName
{
border-color: #D9964F;
}
</style>