Shades of Fire Bush #D49F3F
Tints of Fire Bush #D49F3F
RGB
CMYK
RGB Variations
Color information
#D49F3F (or 0xD49F3F) is known color: Fire Bush. HEX triplet: D4, 9F and 3F. RGB value is (212,159,63). Sum of RGB (Red+Green+Blue) = 212+159+63=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F3F is #2B60C0. Grayscale: #A4A4A4. Windows color (decimal): -2842817 or 4169684. OLE color: 4169684.
HSL color Cylindrical-coordinate representation of color #D49F3F: hue angle of 38.66º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D49F3F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 63 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.17 |
| HSL | 38.66º | 0.63% | 0.54% | - |
| HSV(B) | 38.66º | 0.7% | 0.83% | - |
| XYZ | 40.45 | 39.15 | 10.13 | - |
| YUV | 163.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 63 | 0 | 0.25 | 0.70 | 0.17 | 38.66 | 0.63 | 0.54 |
| Hex | D4 | 9F | 3F | 0 | 19 | 46 | 11 | 27 | 3F | 36 |
| Octal | 324 | 237 | 77 | 0 | 31 | 106 | 21 | 47 | 77 | 66 |
| Binary | 11010100 | 10011111 | 111111 | 0 | 11001 | 1000110 | 10001 | 100111 | 111111 | 110110 |
Color Harmonies of #D49F3F
Complementary color
Monochromatic Colors of #D49F3F
Black with #D49F3F
Text Example
Text Example
White with #D49F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F3F; }
p { color: rgb(212,159,63); }
H1.HeaderClassName
{
color: #D49F3F;
}
.AnyTagClassName
{
color: #D49F3F;
}
</style>
background-color css
<style>
a { background-color: #D49F3F; }
a { background-color: rgb(212,159,63); }
div.DivClassName
{
background-color: #D49F3F;
}
.BgClassName
{
background-color: #D49F3F;
}
</style>
border-color css
<style>
span { border-color: #D49F3F; }
span { border-color: rgb(212,159,63); }
td.TdClassName
{
border-color: #D49F3F;
}
.TagClassName
{
border-color: #D49F3F;
}
</style>