Shades of Fire Bush #D9974E
Tints of Fire Bush #D9974E
RGB
CMYK
RGB Variations
Color information
#D9974E (or 0xD9974E) is known color: Fire Bush. HEX triplet: D9, 97 and 4E. RGB value is (217,151,78). Sum of RGB (Red+Green+Blue) = 217+151+78=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9974E is #2668B1. Grayscale: #A2A2A2. Windows color (decimal): -2517170 or 5150681. OLE color: 5150681.
HSL color Cylindrical-coordinate representation of color #D9974E: hue angle of 31.51º degrees, saturation: 0.65, 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 #D9974E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 78 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.15 |
| HSL | 31.51º | 0.65% | 0.58% | - |
| HSV(B) | 31.51º | 0.64% | 0.85% | - |
| XYZ | 41.06 | 37.43 | 12.27 | - |
| YUV | 162.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 78 | 0 | 0.30 | 0.64 | 0.15 | 31.51 | 0.65 | 0.58 |
| Hex | D9 | 97 | 4E | 0 | 1E | 40 | F | 20 | 41 | 3A |
| Octal | 331 | 227 | 116 | 0 | 36 | 100 | 17 | 40 | 101 | 72 |
| Binary | 11011001 | 10010111 | 1001110 | 0 | 11110 | 1000000 | 1111 | 100000 | 1000001 | 111010 |
Color Harmonies of #D9974E
Complementary color
Monochromatic Colors of #D9974E
Black with #D9974E
Text Example
Text Example
White with #D9974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9974E; }
p { color: rgb(217,151,78); }
H1.HeaderClassName
{
color: #D9974E;
}
.AnyTagClassName
{
color: #D9974E;
}
</style>
background-color css
<style>
a { background-color: #D9974E; }
a { background-color: rgb(217,151,78); }
div.DivClassName
{
background-color: #D9974E;
}
.BgClassName
{
background-color: #D9974E;
}
</style>
border-color css
<style>
span { border-color: #D9974E; }
span { border-color: rgb(217,151,78); }
td.TdClassName
{
border-color: #D9974E;
}
.TagClassName
{
border-color: #D9974E;
}
</style>