Shades of Fire Bush #D99449
Tints of Fire Bush #D99449
RGB
CMYK
RGB Variations
Color information
#D99449 (or 0xD99449) is known color: Fire Bush. HEX triplet: D9, 94 and 49. RGB value is (217,148,73). Sum of RGB (Red+Green+Blue) = 217+148+73=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D99449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99449 is #266BB6. Grayscale: #A0A0A0. Windows color (decimal): -2517943 or 4822233. OLE color: 4822233.
HSL color Cylindrical-coordinate representation of color #D99449: hue angle of 31.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D99449 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 73 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.15 |
| HSL | 31.25º | 0.65% | 0.57% | - |
| HSV(B) | 31.25º | 0.66% | 0.85% | - |
| XYZ | 40.41 | 36.41 | 11.2 | - |
| YUV | 160.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 73 | 0 | 0.32 | 0.66 | 0.15 | 31.25 | 0.65 | 0.57 |
| Hex | D9 | 94 | 49 | 0 | 20 | 42 | F | 1F | 41 | 39 |
| Octal | 331 | 224 | 111 | 0 | 40 | 102 | 17 | 37 | 101 | 71 |
| Binary | 11011001 | 10010100 | 1001001 | 0 | 100000 | 1000010 | 1111 | 11111 | 1000001 | 111001 |
Color Harmonies of #D99449
Complementary color
Monochromatic Colors of #D99449
Black with #D99449
Text Example
Text Example
White with #D99449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99449; }
p { color: rgb(217,148,73); }
H1.HeaderClassName
{
color: #D99449;
}
.AnyTagClassName
{
color: #D99449;
}
</style>
background-color css
<style>
a { background-color: #D99449; }
a { background-color: rgb(217,148,73); }
div.DivClassName
{
background-color: #D99449;
}
.BgClassName
{
background-color: #D99449;
}
</style>
border-color css
<style>
span { border-color: #D99449; }
span { border-color: rgb(217,148,73); }
td.TdClassName
{
border-color: #D99449;
}
.TagClassName
{
border-color: #D99449;
}
</style>