Shades of Fire Bush #D7974C
Tints of Fire Bush #D7974C
RGB
CMYK
RGB Variations
Color information
#D7974C (or 0xD7974C) is known color: Fire Bush. HEX triplet: D7, 97 and 4C. RGB value is (215,151,76). Sum of RGB (Red+Green+Blue) = 215+151+76=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7974C is #2868B3. Grayscale: #A1A1A1. Windows color (decimal): -2648244 or 5019607. OLE color: 5019607.
HSL color Cylindrical-coordinate representation of color #D7974C: hue angle of 32.37º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7974C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 76 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.16 |
| HSL | 32.37º | 0.63% | 0.57% | - |
| HSV(B) | 32.37º | 0.65% | 0.84% | - |
| XYZ | 40.4 | 37.1 | 11.87 | - |
| YUV | 161.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 76 | 0 | 0.30 | 0.65 | 0.16 | 32.37 | 0.63 | 0.57 |
| Hex | D7 | 97 | 4C | 0 | 1E | 41 | 10 | 20 | 3F | 39 |
| Octal | 327 | 227 | 114 | 0 | 36 | 101 | 20 | 40 | 77 | 71 |
| Binary | 11010111 | 10010111 | 1001100 | 0 | 11110 | 1000001 | 10000 | 100000 | 111111 | 111001 |
Color Harmonies of #D7974C
Complementary color
Monochromatic Colors of #D7974C
Black with #D7974C
Text Example
Text Example
White with #D7974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7974C; }
p { color: rgb(215,151,76); }
H1.HeaderClassName
{
color: #D7974C;
}
.AnyTagClassName
{
color: #D7974C;
}
</style>
background-color css
<style>
a { background-color: #D7974C; }
a { background-color: rgb(215,151,76); }
div.DivClassName
{
background-color: #D7974C;
}
.BgClassName
{
background-color: #D7974C;
}
</style>
border-color css
<style>
span { border-color: #D7974C; }
span { border-color: rgb(215,151,76); }
td.TdClassName
{
border-color: #D7974C;
}
.TagClassName
{
border-color: #D7974C;
}
</style>