Shades of Fire Bush #D49544
Tints of Fire Bush #D49544
RGB
CMYK
RGB Variations
Color information
#D49544 (or 0xD49544) is known color: Fire Bush. HEX triplet: D4, 95 and 44. RGB value is (212,149,68). Sum of RGB (Red+Green+Blue) = 212+149+68=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D49544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49544 is #2B6ABB. Grayscale: #9E9E9E. Windows color (decimal): -2845372 or 4494804. OLE color: 4494804.
HSL color Cylindrical-coordinate representation of color #D49544: hue angle of 33.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D49544 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 68 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.17 |
| HSL | 33.75º | 0.63% | 0.55% | - |
| HSV(B) | 33.75º | 0.68% | 0.83% | - |
| XYZ | 38.94 | 35.91 | 10.35 | - |
| YUV | 158.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 68 | 0 | 0.30 | 0.68 | 0.17 | 33.75 | 0.63 | 0.55 |
| Hex | D4 | 95 | 44 | 0 | 1E | 44 | 11 | 22 | 3F | 37 |
| Octal | 324 | 225 | 104 | 0 | 36 | 104 | 21 | 42 | 77 | 67 |
| Binary | 11010100 | 10010101 | 1000100 | 0 | 11110 | 1000100 | 10001 | 100010 | 111111 | 110111 |
Color Harmonies of #D49544
Complementary color
Monochromatic Colors of #D49544
Black with #D49544
Text Example
Text Example
White with #D49544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49544; }
p { color: rgb(212,149,68); }
H1.HeaderClassName
{
color: #D49544;
}
.AnyTagClassName
{
color: #D49544;
}
</style>
background-color css
<style>
a { background-color: #D49544; }
a { background-color: rgb(212,149,68); }
div.DivClassName
{
background-color: #D49544;
}
.BgClassName
{
background-color: #D49544;
}
</style>
border-color css
<style>
span { border-color: #D49544; }
span { border-color: rgb(212,149,68); }
td.TdClassName
{
border-color: #D49544;
}
.TagClassName
{
border-color: #D49544;
}
</style>