Shades of Fire Bush #D49240
Tints of Fire Bush #D49240
RGB
CMYK
RGB Variations
Color information
#D49240 (or 0xD49240) is known color: Fire Bush. HEX triplet: D4, 92 and 40. RGB value is (212,146,64). Sum of RGB (Red+Green+Blue) = 212+146+64=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D49240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49240 is #2B6DBF. Grayscale: #9C9C9C. Windows color (decimal): -2846144 or 4231892. OLE color: 4231892.
HSL color Cylindrical-coordinate representation of color #D49240: hue angle of 33.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D49240 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 64 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.17 |
| HSL | 33.24º | 0.63% | 0.54% | - |
| HSV(B) | 33.24º | 0.7% | 0.83% | - |
| XYZ | 38.36 | 34.92 | 9.57 | - |
| YUV | 156.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 64 | 0 | 0.31 | 0.70 | 0.17 | 33.24 | 0.63 | 0.54 |
| Hex | D4 | 92 | 40 | 0 | 1F | 46 | 11 | 21 | 3F | 36 |
| Octal | 324 | 222 | 100 | 0 | 37 | 106 | 21 | 41 | 77 | 66 |
| Binary | 11010100 | 10010010 | 1000000 | 0 | 11111 | 1000110 | 10001 | 100001 | 111111 | 110110 |
Color Harmonies of #D49240
Complementary color
Monochromatic Colors of #D49240
Black with #D49240
Text Example
Text Example
White with #D49240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49240; }
p { color: rgb(212,146,64); }
H1.HeaderClassName
{
color: #D49240;
}
.AnyTagClassName
{
color: #D49240;
}
</style>
background-color css
<style>
a { background-color: #D49240; }
a { background-color: rgb(212,146,64); }
div.DivClassName
{
background-color: #D49240;
}
.BgClassName
{
background-color: #D49240;
}
</style>
border-color css
<style>
span { border-color: #D49240; }
span { border-color: rgb(212,146,64); }
td.TdClassName
{
border-color: #D49240;
}
.TagClassName
{
border-color: #D49240;
}
</style>