Shades of Fire Bush #D49D41
Tints of Fire Bush #D49D41
RGB
CMYK
RGB Variations
Color information
#D49D41 (or 0xD49D41) is known color: Fire Bush. HEX triplet: D4, 9D and 41. RGB value is (212,157,65). Sum of RGB (Red+Green+Blue) = 212+157+65=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D41 is #2B62BE. Grayscale: #A3A3A3. Windows color (decimal): -2843327 or 4300244. OLE color: 4300244.
HSL color Cylindrical-coordinate representation of color #D49D41: hue angle of 37.55º 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 #D49D41 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 65 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.17 |
| HSL | 37.55º | 0.63% | 0.54% | - |
| HSV(B) | 37.55º | 0.69% | 0.83% | - |
| XYZ | 40.16 | 38.49 | 10.31 | - |
| YUV | 162.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 65 | 0 | 0.26 | 0.69 | 0.17 | 37.55 | 0.63 | 0.54 |
| Hex | D4 | 9D | 41 | 0 | 1A | 45 | 11 | 26 | 3F | 36 |
| Octal | 324 | 235 | 101 | 0 | 32 | 105 | 21 | 46 | 77 | 66 |
| Binary | 11010100 | 10011101 | 1000001 | 0 | 11010 | 1000101 | 10001 | 100110 | 111111 | 110110 |
Color Harmonies of #D49D41
Complementary color
Monochromatic Colors of #D49D41
Black with #D49D41
Text Example
Text Example
White with #D49D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D41; }
p { color: rgb(212,157,65); }
H1.HeaderClassName
{
color: #D49D41;
}
.AnyTagClassName
{
color: #D49D41;
}
</style>
background-color css
<style>
a { background-color: #D49D41; }
a { background-color: rgb(212,157,65); }
div.DivClassName
{
background-color: #D49D41;
}
.BgClassName
{
background-color: #D49D41;
}
</style>
border-color css
<style>
span { border-color: #D49D41; }
span { border-color: rgb(212,157,65); }
td.TdClassName
{
border-color: #D49D41;
}
.TagClassName
{
border-color: #D49D41;
}
</style>