Shades of Fire Bush #D49249
Tints of Fire Bush #D49249
RGB
CMYK
RGB Variations
Color information
#D49249 (or 0xD49249) is known color: Fire Bush. HEX triplet: D4, 92 and 49. RGB value is (212,146,73). Sum of RGB (Red+Green+Blue) = 212+146+73=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D49249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49249 is #2B6DB6. Grayscale: #9D9D9D. Windows color (decimal): -2846135 or 4821716. OLE color: 4821716.
HSL color Cylindrical-coordinate representation of color #D49249: hue angle of 31.51º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D49249 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 73 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.17 |
| HSL | 31.51º | 0.62% | 0.56% | - |
| HSV(B) | 31.51º | 0.66% | 0.83% | - |
| XYZ | 38.63 | 35.04 | 11.03 | - |
| YUV | 157.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 73 | 0 | 0.31 | 0.66 | 0.17 | 31.51 | 0.62 | 0.56 |
| Hex | D4 | 92 | 49 | 0 | 1F | 42 | 11 | 20 | 3E | 38 |
| Octal | 324 | 222 | 111 | 0 | 37 | 102 | 21 | 40 | 76 | 70 |
| Binary | 11010100 | 10010010 | 1001001 | 0 | 11111 | 1000010 | 10001 | 100000 | 111110 | 111000 |
Color Harmonies of #D49249
Complementary color
Monochromatic Colors of #D49249
Black with #D49249
Text Example
Text Example
White with #D49249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49249; }
p { color: rgb(212,146,73); }
H1.HeaderClassName
{
color: #D49249;
}
.AnyTagClassName
{
color: #D49249;
}
</style>
background-color css
<style>
a { background-color: #D49249; }
a { background-color: rgb(212,146,73); }
div.DivClassName
{
background-color: #D49249;
}
.BgClassName
{
background-color: #D49249;
}
</style>
border-color css
<style>
span { border-color: #D49249; }
span { border-color: rgb(212,146,73); }
td.TdClassName
{
border-color: #D49249;
}
.TagClassName
{
border-color: #D49249;
}
</style>