Shades of Fire Bush #D49243
Tints of Fire Bush #D49243
RGB
CMYK
RGB Variations
Color information
#D49243 (or 0xD49243) is known color: Fire Bush. HEX triplet: D4, 92 and 43. RGB value is (212,146,67). Sum of RGB (Red+Green+Blue) = 212+146+67=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D49243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49243 is #2B6DBC. Grayscale: #9D9D9D. Windows color (decimal): -2846141 or 4428500. OLE color: 4428500.
HSL color Cylindrical-coordinate representation of color #D49243: hue angle of 32.69º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D49243 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 67 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.17 |
| HSL | 32.69º | 0.63% | 0.55% | - |
| HSV(B) | 32.69º | 0.68% | 0.83% | - |
| XYZ | 38.44 | 34.96 | 10.03 | - |
| YUV | 156.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 67 | 0 | 0.31 | 0.68 | 0.17 | 32.69 | 0.63 | 0.55 |
| Hex | D4 | 92 | 43 | 0 | 1F | 44 | 11 | 21 | 3F | 37 |
| Octal | 324 | 222 | 103 | 0 | 37 | 104 | 21 | 41 | 77 | 67 |
| Binary | 11010100 | 10010010 | 1000011 | 0 | 11111 | 1000100 | 10001 | 100001 | 111111 | 110111 |
Color Harmonies of #D49243
Complementary color
Monochromatic Colors of #D49243
Black with #D49243
Text Example
Text Example
White with #D49243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49243; }
p { color: rgb(212,146,67); }
H1.HeaderClassName
{
color: #D49243;
}
.AnyTagClassName
{
color: #D49243;
}
</style>
background-color css
<style>
a { background-color: #D49243; }
a { background-color: rgb(212,146,67); }
div.DivClassName
{
background-color: #D49243;
}
.BgClassName
{
background-color: #D49243;
}
</style>
border-color css
<style>
span { border-color: #D49243; }
span { border-color: rgb(212,146,67); }
td.TdClassName
{
border-color: #D49243;
}
.TagClassName
{
border-color: #D49243;
}
</style>