Shades of Fire Bush #D49542
Tints of Fire Bush #D49542
RGB
CMYK
RGB Variations
Color information
#D49542 (or 0xD49542) is known color: Fire Bush. HEX triplet: D4, 95 and 42. RGB value is (212,149,66). Sum of RGB (Red+Green+Blue) = 212+149+66=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D49542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49542 is #2B6ABD. Grayscale: #9E9E9E. Windows color (decimal): -2845374 or 4363732. OLE color: 4363732.
HSL color Cylindrical-coordinate representation of color #D49542: hue angle of 34.11º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D49542 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 66 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.17 |
| HSL | 34.11º | 0.63% | 0.55% | - |
| HSV(B) | 34.11º | 0.69% | 0.83% | - |
| XYZ | 38.88 | 35.89 | 10.03 | - |
| YUV | 158.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 66 | 0 | 0.30 | 0.69 | 0.17 | 34.11 | 0.63 | 0.55 |
| Hex | D4 | 95 | 42 | 0 | 1E | 45 | 11 | 22 | 3F | 37 |
| Octal | 324 | 225 | 102 | 0 | 36 | 105 | 21 | 42 | 77 | 67 |
| Binary | 11010100 | 10010101 | 1000010 | 0 | 11110 | 1000101 | 10001 | 100010 | 111111 | 110111 |
Color Harmonies of #D49542
Complementary color
Monochromatic Colors of #D49542
Black with #D49542
Text Example
Text Example
White with #D49542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49542; }
p { color: rgb(212,149,66); }
H1.HeaderClassName
{
color: #D49542;
}
.AnyTagClassName
{
color: #D49542;
}
</style>
background-color css
<style>
a { background-color: #D49542; }
a { background-color: rgb(212,149,66); }
div.DivClassName
{
background-color: #D49542;
}
.BgClassName
{
background-color: #D49542;
}
</style>
border-color css
<style>
span { border-color: #D49542; }
span { border-color: rgb(212,149,66); }
td.TdClassName
{
border-color: #D49542;
}
.TagClassName
{
border-color: #D49542;
}
</style>