Shades of Fire Bush #DAA247
Tints of Fire Bush #DAA247
RGB
CMYK
RGB Variations
Color information
#DAA247 (or 0xDAA247) is known color: Fire Bush. HEX triplet: DA, A2 and 47. RGB value is (218,162,71). Sum of RGB (Red+Green+Blue) = 218+162+71=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA247 is #255DB8. Grayscale: #A8A8A8. Windows color (decimal): -2448825 or 4694746. OLE color: 4694746.
HSL color Cylindrical-coordinate representation of color #DAA247: hue angle of 37.14º 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 #DAA247 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 71 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.15 |
| HSL | 37.14º | 0.67% | 0.57% | - |
| HSV(B) | 37.14º | 0.67% | 0.85% | - |
| XYZ | 42.97 | 41.2 | 11.65 | - |
| YUV | 168.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 71 | 0 | 0.26 | 0.67 | 0.15 | 37.14 | 0.67 | 0.57 |
| Hex | DA | A2 | 47 | 0 | 1A | 43 | F | 25 | 43 | 39 |
| Octal | 332 | 242 | 107 | 0 | 32 | 103 | 17 | 45 | 103 | 71 |
| Binary | 11011010 | 10100010 | 1000111 | 0 | 11010 | 1000011 | 1111 | 100101 | 1000011 | 111001 |
Color Harmonies of #DAA247
Complementary color
Monochromatic Colors of #DAA247
Black with #DAA247
Text Example
Text Example
White with #DAA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA247; }
p { color: rgb(218,162,71); }
H1.HeaderClassName
{
color: #DAA247;
}
.AnyTagClassName
{
color: #DAA247;
}
</style>
background-color css
<style>
a { background-color: #DAA247; }
a { background-color: rgb(218,162,71); }
div.DivClassName
{
background-color: #DAA247;
}
.BgClassName
{
background-color: #DAA247;
}
</style>
border-color css
<style>
span { border-color: #DAA247; }
span { border-color: rgb(218,162,71); }
td.TdClassName
{
border-color: #DAA247;
}
.TagClassName
{
border-color: #DAA247;
}
</style>