Shades of Fire Bush #D9974C
Tints of Fire Bush #D9974C
RGB
CMYK
RGB Variations
Color information
#D9974C (or 0xD9974C) is known color: Fire Bush. HEX triplet: D9, 97 and 4C. RGB value is (217,151,76). Sum of RGB (Red+Green+Blue) = 217+151+76=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9974C is #2668B3. Grayscale: #A2A2A2. Windows color (decimal): -2517172 or 5019609. OLE color: 5019609.
HSL color Cylindrical-coordinate representation of color #D9974C: hue angle of 31.91º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9974C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 76 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.15 |
| HSL | 31.91º | 0.65% | 0.57% | - |
| HSV(B) | 31.91º | 0.65% | 0.85% | - |
| XYZ | 40.99 | 37.41 | 11.9 | - |
| YUV | 162.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 76 | 0 | 0.30 | 0.65 | 0.15 | 31.91 | 0.65 | 0.57 |
| Hex | D9 | 97 | 4C | 0 | 1E | 41 | F | 20 | 41 | 39 |
| Octal | 331 | 227 | 114 | 0 | 36 | 101 | 17 | 40 | 101 | 71 |
| Binary | 11011001 | 10010111 | 1001100 | 0 | 11110 | 1000001 | 1111 | 100000 | 1000001 | 111001 |
Color Harmonies of #D9974C
Complementary color
Monochromatic Colors of #D9974C
Black with #D9974C
Text Example
Text Example
White with #D9974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9974C; }
p { color: rgb(217,151,76); }
H1.HeaderClassName
{
color: #D9974C;
}
.AnyTagClassName
{
color: #D9974C;
}
</style>
background-color css
<style>
a { background-color: #D9974C; }
a { background-color: rgb(217,151,76); }
div.DivClassName
{
background-color: #D9974C;
}
.BgClassName
{
background-color: #D9974C;
}
</style>
border-color css
<style>
span { border-color: #D9974C; }
span { border-color: rgb(217,151,76); }
td.TdClassName
{
border-color: #D9974C;
}
.TagClassName
{
border-color: #D9974C;
}
</style>