Shades of Fire Bush #D49841
Tints of Fire Bush #D49841
RGB
CMYK
RGB Variations
Color information
#D49841 (or 0xD49841) is known color: Fire Bush. HEX triplet: D4, 98 and 41. RGB value is (212,152,65). Sum of RGB (Red+Green+Blue) = 212+152+65=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D49841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49841 is #2B67BE. Grayscale: #A0A0A0. Windows color (decimal): -2844607 or 4298964. OLE color: 4298964.
HSL color Cylindrical-coordinate representation of color #D49841: hue angle of 35.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D49841 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 65 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.17 |
| HSL | 35.51º | 0.63% | 0.54% | - |
| HSV(B) | 35.51º | 0.69% | 0.83% | - |
| XYZ | 39.33 | 36.84 | 10.04 | - |
| YUV | 160.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 65 | 0 | 0.28 | 0.69 | 0.17 | 35.51 | 0.63 | 0.54 |
| Hex | D4 | 98 | 41 | 0 | 1C | 45 | 11 | 24 | 3F | 36 |
| Octal | 324 | 230 | 101 | 0 | 34 | 105 | 21 | 44 | 77 | 66 |
| Binary | 11010100 | 10011000 | 1000001 | 0 | 11100 | 1000101 | 10001 | 100100 | 111111 | 110110 |
Color Harmonies of #D49841
Complementary color
Monochromatic Colors of #D49841
Black with #D49841
Text Example
Text Example
White with #D49841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49841; }
p { color: rgb(212,152,65); }
H1.HeaderClassName
{
color: #D49841;
}
.AnyTagClassName
{
color: #D49841;
}
</style>
background-color css
<style>
a { background-color: #D49841; }
a { background-color: rgb(212,152,65); }
div.DivClassName
{
background-color: #D49841;
}
.BgClassName
{
background-color: #D49841;
}
</style>
border-color css
<style>
span { border-color: #D49841; }
span { border-color: rgb(212,152,65); }
td.TdClassName
{
border-color: #D49841;
}
.TagClassName
{
border-color: #D49841;
}
</style>