Shades of Fire Bush #D49449
Tints of Fire Bush #D49449
RGB
CMYK
RGB Variations
Color information
#D49449 (or 0xD49449) is known color: Fire Bush. HEX triplet: D4, 94 and 49. RGB value is (212,148,73). Sum of RGB (Red+Green+Blue) = 212+148+73=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D49449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49449 is #2B6BB6. Grayscale: #9E9E9E. Windows color (decimal): -2845623 or 4822228. OLE color: 4822228.
HSL color Cylindrical-coordinate representation of color #D49449: hue angle of 32.37º 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 #D49449 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 73 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.17 |
| HSL | 32.37º | 0.62% | 0.56% | - |
| HSV(B) | 32.37º | 0.66% | 0.83% | - |
| XYZ | 38.94 | 35.66 | 11.13 | - |
| YUV | 158.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 73 | 0 | 0.30 | 0.66 | 0.17 | 32.37 | 0.62 | 0.56 |
| Hex | D4 | 94 | 49 | 0 | 1E | 42 | 11 | 20 | 3E | 38 |
| Octal | 324 | 224 | 111 | 0 | 36 | 102 | 21 | 40 | 76 | 70 |
| Binary | 11010100 | 10010100 | 1001001 | 0 | 11110 | 1000010 | 10001 | 100000 | 111110 | 111000 |
Color Harmonies of #D49449
Complementary color
Monochromatic Colors of #D49449
Black with #D49449
Text Example
Text Example
White with #D49449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49449; }
p { color: rgb(212,148,73); }
H1.HeaderClassName
{
color: #D49449;
}
.AnyTagClassName
{
color: #D49449;
}
</style>
background-color css
<style>
a { background-color: #D49449; }
a { background-color: rgb(212,148,73); }
div.DivClassName
{
background-color: #D49449;
}
.BgClassName
{
background-color: #D49449;
}
</style>
border-color css
<style>
span { border-color: #D49449; }
span { border-color: rgb(212,148,73); }
td.TdClassName
{
border-color: #D49449;
}
.TagClassName
{
border-color: #D49449;
}
</style>