Shades of Fire Bush #D49644
Tints of Fire Bush #D49644
RGB
CMYK
RGB Variations
Color information
#D49644 (or 0xD49644) is known color: Fire Bush. HEX triplet: D4, 96 and 44. RGB value is (212,150,68). Sum of RGB (Red+Green+Blue) = 212+150+68=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D49644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49644 is #2B69BB. Grayscale: #9F9F9F. Windows color (decimal): -2845116 or 4495060. OLE color: 4495060.
HSL color Cylindrical-coordinate representation of color #D49644: hue angle of 34.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D49644 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 68 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.17 |
| HSL | 34.17º | 0.63% | 0.55% | - |
| HSV(B) | 34.17º | 0.68% | 0.83% | - |
| XYZ | 39.1 | 36.23 | 10.4 | - |
| YUV | 159.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 68 | 0 | 0.29 | 0.68 | 0.17 | 34.17 | 0.63 | 0.55 |
| Hex | D4 | 96 | 44 | 0 | 1D | 44 | 11 | 22 | 3F | 37 |
| Octal | 324 | 226 | 104 | 0 | 35 | 104 | 21 | 42 | 77 | 67 |
| Binary | 11010100 | 10010110 | 1000100 | 0 | 11101 | 1000100 | 10001 | 100010 | 111111 | 110111 |
Color Harmonies of #D49644
Complementary color
Monochromatic Colors of #D49644
Black with #D49644
Text Example
Text Example
White with #D49644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49644; }
p { color: rgb(212,150,68); }
H1.HeaderClassName
{
color: #D49644;
}
.AnyTagClassName
{
color: #D49644;
}
</style>
background-color css
<style>
a { background-color: #D49644; }
a { background-color: rgb(212,150,68); }
div.DivClassName
{
background-color: #D49644;
}
.BgClassName
{
background-color: #D49644;
}
</style>
border-color css
<style>
span { border-color: #D49644; }
span { border-color: rgb(212,150,68); }
td.TdClassName
{
border-color: #D49644;
}
.TagClassName
{
border-color: #D49644;
}
</style>