Shades of Fire Bush #D49941
Tints of Fire Bush #D49941
RGB
CMYK
RGB Variations
Color information
#D49941 (or 0xD49941) is known color: Fire Bush. HEX triplet: D4, 99 and 41. RGB value is (212,153,65). Sum of RGB (Red+Green+Blue) = 212+153+65=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D49941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49941 is #2B66BE. Grayscale: #A1A1A1. Windows color (decimal): -2844351 or 4299220. OLE color: 4299220.
HSL color Cylindrical-coordinate representation of color #D49941: hue angle of 35.92º 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 #D49941 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 65 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.17 |
| HSL | 35.92º | 0.63% | 0.54% | - |
| HSV(B) | 35.92º | 0.69% | 0.83% | - |
| XYZ | 39.5 | 37.16 | 10.09 | - |
| YUV | 160.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 65 | 0 | 0.28 | 0.69 | 0.17 | 35.92 | 0.63 | 0.54 |
| Hex | D4 | 99 | 41 | 0 | 1C | 45 | 11 | 24 | 3F | 36 |
| Octal | 324 | 231 | 101 | 0 | 34 | 105 | 21 | 44 | 77 | 66 |
| Binary | 11010100 | 10011001 | 1000001 | 0 | 11100 | 1000101 | 10001 | 100100 | 111111 | 110110 |
Color Harmonies of #D49941
Complementary color
Monochromatic Colors of #D49941
Black with #D49941
Text Example
Text Example
White with #D49941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49941; }
p { color: rgb(212,153,65); }
H1.HeaderClassName
{
color: #D49941;
}
.AnyTagClassName
{
color: #D49941;
}
</style>
background-color css
<style>
a { background-color: #D49941; }
a { background-color: rgb(212,153,65); }
div.DivClassName
{
background-color: #D49941;
}
.BgClassName
{
background-color: #D49941;
}
</style>
border-color css
<style>
span { border-color: #D49941; }
span { border-color: rgb(212,153,65); }
td.TdClassName
{
border-color: #D49941;
}
.TagClassName
{
border-color: #D49941;
}
</style>