Shades of Fire Bush #D39449
Tints of Fire Bush #D39449
RGB
CMYK
RGB Variations
Color information
#D39449 (or 0xD39449) is known color: Fire Bush. HEX triplet: D3, 94 and 49. RGB value is (211,148,73). Sum of RGB (Red+Green+Blue) = 211+148+73=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D39449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39449 is #2C6BB6. Grayscale: #9E9E9E. Windows color (decimal): -2911159 or 4822227. OLE color: 4822227.
HSL color Cylindrical-coordinate representation of color #D39449: hue angle of 32.61º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D39449 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 73 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.17 |
| HSL | 32.61º | 0.61% | 0.56% | - |
| HSV(B) | 32.61º | 0.65% | 0.83% | - |
| XYZ | 38.66 | 35.51 | 11.12 | - |
| YUV | 158.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 73 | 0 | 0.30 | 0.65 | 0.17 | 32.61 | 0.61 | 0.56 |
| Hex | D3 | 94 | 49 | 0 | 1E | 41 | 11 | 21 | 3D | 38 |
| Octal | 323 | 224 | 111 | 0 | 36 | 101 | 21 | 41 | 75 | 70 |
| Binary | 11010011 | 10010100 | 1001001 | 0 | 11110 | 1000001 | 10001 | 100001 | 111101 | 111000 |
Color Harmonies of #D39449
Complementary color
Monochromatic Colors of #D39449
Black with #D39449
Text Example
Text Example
White with #D39449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39449; }
p { color: rgb(211,148,73); }
H1.HeaderClassName
{
color: #D39449;
}
.AnyTagClassName
{
color: #D39449;
}
</style>
background-color css
<style>
a { background-color: #D39449; }
a { background-color: rgb(211,148,73); }
div.DivClassName
{
background-color: #D39449;
}
.BgClassName
{
background-color: #D39449;
}
</style>
border-color css
<style>
span { border-color: #D39449; }
span { border-color: rgb(211,148,73); }
td.TdClassName
{
border-color: #D39449;
}
.TagClassName
{
border-color: #D39449;
}
</style>