Shades of Fire Bush #D49E3F
Tints of Fire Bush #D49E3F
RGB
CMYK
RGB Variations
Color information
#D49E3F (or 0xD49E3F) is known color: Fire Bush. HEX triplet: D4, 9E and 3F. RGB value is (212,158,63). Sum of RGB (Red+Green+Blue) = 212+158+63=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E3F is #2B61C0. Grayscale: #A3A3A3. Windows color (decimal): -2843073 or 4169428. OLE color: 4169428.
HSL color Cylindrical-coordinate representation of color #D49E3F: hue angle of 38.26º 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 #D49E3F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 63 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.17 |
| HSL | 38.26º | 0.63% | 0.54% | - |
| HSV(B) | 38.26º | 0.7% | 0.83% | - |
| XYZ | 40.28 | 38.81 | 10.07 | - |
| YUV | 163.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 63 | 0 | 0.25 | 0.70 | 0.17 | 38.26 | 0.63 | 0.54 |
| Hex | D4 | 9E | 3F | 0 | 19 | 46 | 11 | 26 | 3F | 36 |
| Octal | 324 | 236 | 77 | 0 | 31 | 106 | 21 | 46 | 77 | 66 |
| Binary | 11010100 | 10011110 | 111111 | 0 | 11001 | 1000110 | 10001 | 100110 | 111111 | 110110 |
Color Harmonies of #D49E3F
Complementary color
Monochromatic Colors of #D49E3F
Black with #D49E3F
Text Example
Text Example
White with #D49E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E3F; }
p { color: rgb(212,158,63); }
H1.HeaderClassName
{
color: #D49E3F;
}
.AnyTagClassName
{
color: #D49E3F;
}
</style>
background-color css
<style>
a { background-color: #D49E3F; }
a { background-color: rgb(212,158,63); }
div.DivClassName
{
background-color: #D49E3F;
}
.BgClassName
{
background-color: #D49E3F;
}
</style>
border-color css
<style>
span { border-color: #D49E3F; }
span { border-color: rgb(212,158,63); }
td.TdClassName
{
border-color: #D49E3F;
}
.TagClassName
{
border-color: #D49E3F;
}
</style>