Shades of Fire Bush #D49F45
Tints of Fire Bush #D49F45
RGB
CMYK
RGB Variations
Color information
#D49F45 (or 0xD49F45) is known color: Fire Bush. HEX triplet: D4, 9F and 45. RGB value is (212,159,69). Sum of RGB (Red+Green+Blue) = 212+159+69=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F45 is #2B60BA. Grayscale: #A4A4A4. Windows color (decimal): -2842811 or 4562900. OLE color: 4562900.
HSL color Cylindrical-coordinate representation of color #D49F45: hue angle of 37.76º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D49F45 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 69 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.17 |
| HSL | 37.76º | 0.62% | 0.55% | - |
| HSV(B) | 37.76º | 0.67% | 0.83% | - |
| XYZ | 40.62 | 39.22 | 11.06 | - |
| YUV | 164.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 69 | 0 | 0.25 | 0.67 | 0.17 | 37.76 | 0.62 | 0.55 |
| Hex | D4 | 9F | 45 | 0 | 19 | 43 | 11 | 26 | 3E | 37 |
| Octal | 324 | 237 | 105 | 0 | 31 | 103 | 21 | 46 | 76 | 67 |
| Binary | 11010100 | 10011111 | 1000101 | 0 | 11001 | 1000011 | 10001 | 100110 | 111110 | 110111 |
Color Harmonies of #D49F45
Complementary color
Monochromatic Colors of #D49F45
Black with #D49F45
Text Example
Text Example
White with #D49F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F45; }
p { color: rgb(212,159,69); }
H1.HeaderClassName
{
color: #D49F45;
}
.AnyTagClassName
{
color: #D49F45;
}
</style>
background-color css
<style>
a { background-color: #D49F45; }
a { background-color: rgb(212,159,69); }
div.DivClassName
{
background-color: #D49F45;
}
.BgClassName
{
background-color: #D49F45;
}
</style>
border-color css
<style>
span { border-color: #D49F45; }
span { border-color: rgb(212,159,69); }
td.TdClassName
{
border-color: #D49F45;
}
.TagClassName
{
border-color: #D49F45;
}
</style>