Shades of Fire Bush #D49949
Tints of Fire Bush #D49949
RGB
CMYK
RGB Variations
Color information
#D49949 (or 0xD49949) is known color: Fire Bush. HEX triplet: D4, 99 and 49. RGB value is (212,153,73). Sum of RGB (Red+Green+Blue) = 212+153+73=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D49949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49949 is #2B66B6. Grayscale: #A1A1A1. Windows color (decimal): -2844343 or 4823508. OLE color: 4823508.
HSL color Cylindrical-coordinate representation of color #D49949: hue angle of 34.53º 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 #D49949 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 73 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.17 |
| HSL | 34.53º | 0.62% | 0.56% | - |
| HSV(B) | 34.53º | 0.66% | 0.83% | - |
| XYZ | 39.75 | 37.26 | 11.4 | - |
| YUV | 161.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 73 | 0 | 0.28 | 0.66 | 0.17 | 34.53 | 0.62 | 0.56 |
| Hex | D4 | 99 | 49 | 0 | 1C | 42 | 11 | 23 | 3E | 38 |
| Octal | 324 | 231 | 111 | 0 | 34 | 102 | 21 | 43 | 76 | 70 |
| Binary | 11010100 | 10011001 | 1001001 | 0 | 11100 | 1000010 | 10001 | 100011 | 111110 | 111000 |
Color Harmonies of #D49949
Complementary color
Monochromatic Colors of #D49949
Black with #D49949
Text Example
Text Example
White with #D49949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49949; }
p { color: rgb(212,153,73); }
H1.HeaderClassName
{
color: #D49949;
}
.AnyTagClassName
{
color: #D49949;
}
</style>
background-color css
<style>
a { background-color: #D49949; }
a { background-color: rgb(212,153,73); }
div.DivClassName
{
background-color: #D49949;
}
.BgClassName
{
background-color: #D49949;
}
</style>
border-color css
<style>
span { border-color: #D49949; }
span { border-color: rgb(212,153,73); }
td.TdClassName
{
border-color: #D49949;
}
.TagClassName
{
border-color: #D49949;
}
</style>