Shades of Fire Bush #D8974E
Tints of Fire Bush #D8974E
RGB
CMYK
RGB Variations
Color information
#D8974E (or 0xD8974E) is known color: Fire Bush. HEX triplet: D8, 97 and 4E. RGB value is (216,151,78). Sum of RGB (Red+Green+Blue) = 216+151+78=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8974E is #2768B1. Grayscale: #A2A2A2. Windows color (decimal): -2582706 or 5150680. OLE color: 5150680.
HSL color Cylindrical-coordinate representation of color #D8974E: hue angle of 31.74º 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 #D8974E is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 78 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.15 |
| HSL | 31.74º | 0.64% | 0.58% | - |
| HSV(B) | 31.74º | 0.64% | 0.85% | - |
| XYZ | 40.76 | 37.28 | 12.26 | - |
| YUV | 162.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 78 | 0 | 0.30 | 0.64 | 0.15 | 31.74 | 0.64 | 0.58 |
| Hex | D8 | 97 | 4E | 0 | 1E | 40 | F | 20 | 40 | 3A |
| Octal | 330 | 227 | 116 | 0 | 36 | 100 | 17 | 40 | 100 | 72 |
| Binary | 11011000 | 10010111 | 1001110 | 0 | 11110 | 1000000 | 1111 | 100000 | 1000000 | 111010 |
Color Harmonies of #D8974E
Complementary color
Monochromatic Colors of #D8974E
Black with #D8974E
Text Example
Text Example
White with #D8974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8974E; }
p { color: rgb(216,151,78); }
H1.HeaderClassName
{
color: #D8974E;
}
.AnyTagClassName
{
color: #D8974E;
}
</style>
background-color css
<style>
a { background-color: #D8974E; }
a { background-color: rgb(216,151,78); }
div.DivClassName
{
background-color: #D8974E;
}
.BgClassName
{
background-color: #D8974E;
}
</style>
border-color css
<style>
span { border-color: #D8974E; }
span { border-color: rgb(216,151,78); }
td.TdClassName
{
border-color: #D8974E;
}
.TagClassName
{
border-color: #D8974E;
}
</style>