Shades of Fire Bush #D79647
Tints of Fire Bush #D79647
RGB
CMYK
RGB Variations
Color information
#D79647 (or 0xD79647) is known color: Fire Bush. HEX triplet: D7, 96 and 47. RGB value is (215,150,71). Sum of RGB (Red+Green+Blue) = 215+150+71=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D79647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79647 is #2869B8. Grayscale: #A0A0A0. Windows color (decimal): -2648505 or 4691671. OLE color: 4691671.
HSL color Cylindrical-coordinate representation of color #D79647: hue angle of 32.92º 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 #D79647 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 71 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.16 |
| HSL | 32.92º | 0.64% | 0.56% | - |
| HSV(B) | 32.92º | 0.67% | 0.84% | - |
| XYZ | 40.07 | 36.71 | 10.94 | - |
| YUV | 160.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 71 | 0 | 0.30 | 0.67 | 0.16 | 32.92 | 0.64 | 0.56 |
| Hex | D7 | 96 | 47 | 0 | 1E | 43 | 10 | 21 | 40 | 38 |
| Octal | 327 | 226 | 107 | 0 | 36 | 103 | 20 | 41 | 100 | 70 |
| Binary | 11010111 | 10010110 | 1000111 | 0 | 11110 | 1000011 | 10000 | 100001 | 1000000 | 111000 |
Color Harmonies of #D79647
Complementary color
Monochromatic Colors of #D79647
Black with #D79647
Text Example
Text Example
White with #D79647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79647; }
p { color: rgb(215,150,71); }
H1.HeaderClassName
{
color: #D79647;
}
.AnyTagClassName
{
color: #D79647;
}
</style>
background-color css
<style>
a { background-color: #D79647; }
a { background-color: rgb(215,150,71); }
div.DivClassName
{
background-color: #D79647;
}
.BgClassName
{
background-color: #D79647;
}
</style>
border-color css
<style>
span { border-color: #D79647; }
span { border-color: rgb(215,150,71); }
td.TdClassName
{
border-color: #D79647;
}
.TagClassName
{
border-color: #D79647;
}
</style>