Shades of Fire Bush #D79547
Tints of Fire Bush #D79547
RGB
CMYK
RGB Variations
Color information
#D79547 (or 0xD79547) is known color: Fire Bush. HEX triplet: D7, 95 and 47. RGB value is (215,149,71). Sum of RGB (Red+Green+Blue) = 215+149+71=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D79547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79547 is #286AB8. Grayscale: #A0A0A0. Windows color (decimal): -2648761 or 4691415. OLE color: 4691415.
HSL color Cylindrical-coordinate representation of color #D79547: hue angle of 32.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D79547 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 71 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.16 |
| HSL | 32.5º | 0.64% | 0.56% | - |
| HSV(B) | 32.5º | 0.67% | 0.84% | - |
| XYZ | 39.91 | 36.4 | 10.88 | - |
| YUV | 159.84 | 77.87 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 71 | 0 | 0.31 | 0.67 | 0.16 | 32.5 | 0.64 | 0.56 |
| Hex | D7 | 95 | 47 | 0 | 1F | 43 | 10 | 20 | 40 | 38 |
| Octal | 327 | 225 | 107 | 0 | 37 | 103 | 20 | 40 | 100 | 70 |
| Binary | 11010111 | 10010101 | 1000111 | 0 | 11111 | 1000011 | 10000 | 100000 | 1000000 | 111000 |
Color Harmonies of #D79547
Complementary color
Monochromatic Colors of #D79547
Black with #D79547
Text Example
Text Example
White with #D79547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79547; }
p { color: rgb(215,149,71); }
H1.HeaderClassName
{
color: #D79547;
}
.AnyTagClassName
{
color: #D79547;
}
</style>
background-color css
<style>
a { background-color: #D79547; }
a { background-color: rgb(215,149,71); }
div.DivClassName
{
background-color: #D79547;
}
.BgClassName
{
background-color: #D79547;
}
</style>
border-color css
<style>
span { border-color: #D79547; }
span { border-color: rgb(215,149,71); }
td.TdClassName
{
border-color: #D79547;
}
.TagClassName
{
border-color: #D79547;
}
</style>