Shades of Fire Bush #D99A49
Tints of Fire Bush #D99A49
RGB
CMYK
RGB Variations
Color information
#D99A49 (or 0xD99A49) is known color: Fire Bush. HEX triplet: D9, 9A and 49. RGB value is (217,154,73). Sum of RGB (Red+Green+Blue) = 217+154+73=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A49 is #2665B6. Grayscale: #A3A3A3. Windows color (decimal): -2516407 or 4823769. OLE color: 4823769.
HSL color Cylindrical-coordinate representation of color #D99A49: hue angle of 33.75º 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 #D99A49 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 73 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.15 |
| HSL | 33.75º | 0.65% | 0.57% | - |
| HSV(B) | 33.75º | 0.66% | 0.85% | - |
| XYZ | 41.37 | 38.34 | 11.52 | - |
| YUV | 163.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 73 | 0 | 0.29 | 0.66 | 0.15 | 33.75 | 0.65 | 0.57 |
| Hex | D9 | 9A | 49 | 0 | 1D | 42 | F | 22 | 41 | 39 |
| Octal | 331 | 232 | 111 | 0 | 35 | 102 | 17 | 42 | 101 | 71 |
| Binary | 11011001 | 10011010 | 1001001 | 0 | 11101 | 1000010 | 1111 | 100010 | 1000001 | 111001 |
Color Harmonies of #D99A49
Complementary color
Monochromatic Colors of #D99A49
Black with #D99A49
Text Example
Text Example
White with #D99A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A49; }
p { color: rgb(217,154,73); }
H1.HeaderClassName
{
color: #D99A49;
}
.AnyTagClassName
{
color: #D99A49;
}
</style>
background-color css
<style>
a { background-color: #D99A49; }
a { background-color: rgb(217,154,73); }
div.DivClassName
{
background-color: #D99A49;
}
.BgClassName
{
background-color: #D99A49;
}
</style>
border-color css
<style>
span { border-color: #D99A49; }
span { border-color: rgb(217,154,73); }
td.TdClassName
{
border-color: #D99A49;
}
.TagClassName
{
border-color: #D99A49;
}
</style>