Shades of Fire Bush #D8973D
Tints of Fire Bush #D8973D
RGB
CMYK
RGB Variations
Color information
#D8973D (or 0xD8973D) is known color: Fire Bush. HEX triplet: D8, 97 and 3D. RGB value is (216,151,61). Sum of RGB (Red+Green+Blue) = 216+151+61=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8973D is #2768C2. Grayscale: #A0A0A0. Windows color (decimal): -2582723 or 4036568. OLE color: 4036568.
HSL color Cylindrical-coordinate representation of color #D8973D: hue angle of 34.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8973D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 61 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.15 |
| HSL | 34.84º | 0.67% | 0.54% | - |
| HSV(B) | 34.84º | 0.72% | 0.85% | - |
| XYZ | 40.23 | 37.07 | 9.45 | - |
| YUV | 160.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 61 | 0 | 0.30 | 0.72 | 0.15 | 34.84 | 0.67 | 0.54 |
| Hex | D8 | 97 | 3D | 0 | 1E | 48 | F | 23 | 43 | 36 |
| Octal | 330 | 227 | 75 | 0 | 36 | 110 | 17 | 43 | 103 | 66 |
| Binary | 11011000 | 10010111 | 111101 | 0 | 11110 | 1001000 | 1111 | 100011 | 1000011 | 110110 |
Color Harmonies of #D8973D
Complementary color
Monochromatic Colors of #D8973D
Black with #D8973D
Text Example
Text Example
White with #D8973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8973D; }
p { color: rgb(216,151,61); }
H1.HeaderClassName
{
color: #D8973D;
}
.AnyTagClassName
{
color: #D8973D;
}
</style>
background-color css
<style>
a { background-color: #D8973D; }
a { background-color: rgb(216,151,61); }
div.DivClassName
{
background-color: #D8973D;
}
.BgClassName
{
background-color: #D8973D;
}
</style>
border-color css
<style>
span { border-color: #D8973D; }
span { border-color: rgb(216,151,61); }
td.TdClassName
{
border-color: #D8973D;
}
.TagClassName
{
border-color: #D8973D;
}
</style>