Shades of Fire Bush #D79240
Tints of Fire Bush #D79240
RGB
CMYK
RGB Variations
Color information
#D79240 (or 0xD79240) is known color: Fire Bush. HEX triplet: D7, 92 and 40. RGB value is (215,146,64). Sum of RGB (Red+Green+Blue) = 215+146+64=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D79240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79240 is #286DBF. Grayscale: #9D9D9D. Windows color (decimal): -2649536 or 4231895. OLE color: 4231895.
HSL color Cylindrical-coordinate representation of color #D79240: hue angle of 32.58º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D79240 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 64 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.16 |
| HSL | 32.58º | 0.65% | 0.55% | - |
| HSV(B) | 32.58º | 0.7% | 0.84% | - |
| XYZ | 39.23 | 35.38 | 9.61 | - |
| YUV | 157.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 64 | 0 | 0.32 | 0.70 | 0.16 | 32.58 | 0.65 | 0.55 |
| Hex | D7 | 92 | 40 | 0 | 20 | 46 | 10 | 21 | 41 | 37 |
| Octal | 327 | 222 | 100 | 0 | 40 | 106 | 20 | 41 | 101 | 67 |
| Binary | 11010111 | 10010010 | 1000000 | 0 | 100000 | 1000110 | 10000 | 100001 | 1000001 | 110111 |
Color Harmonies of #D79240
Complementary color
Monochromatic Colors of #D79240
Black with #D79240
Text Example
Text Example
White with #D79240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79240; }
p { color: rgb(215,146,64); }
H1.HeaderClassName
{
color: #D79240;
}
.AnyTagClassName
{
color: #D79240;
}
</style>
background-color css
<style>
a { background-color: #D79240; }
a { background-color: rgb(215,146,64); }
div.DivClassName
{
background-color: #D79240;
}
.BgClassName
{
background-color: #D79240;
}
</style>
border-color css
<style>
span { border-color: #D79240; }
span { border-color: rgb(215,146,64); }
td.TdClassName
{
border-color: #D79240;
}
.TagClassName
{
border-color: #D79240;
}
</style>