Shades of Fire Bush #DAA047
Tints of Fire Bush #DAA047
RGB
CMYK
RGB Variations
Color information
#DAA047 (or 0xDAA047) is known color: Fire Bush. HEX triplet: DA, A0 and 47. RGB value is (218,160,71). Sum of RGB (Red+Green+Blue) = 218+160+71=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA047 is #255FB8. Grayscale: #A7A7A7. Windows color (decimal): -2449337 or 4694234. OLE color: 4694234.
HSL color Cylindrical-coordinate representation of color #DAA047: hue angle of 36.33º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAA047 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 71 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.15 |
| HSL | 36.33º | 0.67% | 0.57% | - |
| HSV(B) | 36.33º | 0.67% | 0.85% | - |
| XYZ | 42.62 | 40.5 | 11.53 | - |
| YUV | 167.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 71 | 0 | 0.27 | 0.67 | 0.15 | 36.33 | 0.67 | 0.57 |
| Hex | DA | A0 | 47 | 0 | 1B | 43 | F | 24 | 43 | 39 |
| Octal | 332 | 240 | 107 | 0 | 33 | 103 | 17 | 44 | 103 | 71 |
| Binary | 11011010 | 10100000 | 1000111 | 0 | 11011 | 1000011 | 1111 | 100100 | 1000011 | 111001 |
Color Harmonies of #DAA047
Complementary color
Monochromatic Colors of #DAA047
Black with #DAA047
Text Example
Text Example
White with #DAA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA047; }
p { color: rgb(218,160,71); }
H1.HeaderClassName
{
color: #DAA047;
}
.AnyTagClassName
{
color: #DAA047;
}
</style>
background-color css
<style>
a { background-color: #DAA047; }
a { background-color: rgb(218,160,71); }
div.DivClassName
{
background-color: #DAA047;
}
.BgClassName
{
background-color: #DAA047;
}
</style>
border-color css
<style>
span { border-color: #DAA047; }
span { border-color: rgb(218,160,71); }
td.TdClassName
{
border-color: #DAA047;
}
.TagClassName
{
border-color: #DAA047;
}
</style>