Shades of Fire Bush #DAA147
Tints of Fire Bush #DAA147
RGB
CMYK
RGB Variations
Color information
#DAA147 (or 0xDAA147) is known color: Fire Bush. HEX triplet: DA, A1 and 47. RGB value is (218,161,71). Sum of RGB (Red+Green+Blue) = 218+161+71=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA147 is #255EB8. Grayscale: #A8A8A8. Windows color (decimal): -2449081 or 4694490. OLE color: 4694490.
HSL color Cylindrical-coordinate representation of color #DAA147: hue angle of 36.73º 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 #DAA147 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 71 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.15 |
| HSL | 36.73º | 0.67% | 0.57% | - |
| HSV(B) | 36.73º | 0.67% | 0.85% | - |
| XYZ | 42.8 | 40.85 | 11.59 | - |
| YUV | 167.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 71 | 0 | 0.26 | 0.67 | 0.15 | 36.73 | 0.67 | 0.57 |
| Hex | DA | A1 | 47 | 0 | 1A | 43 | F | 25 | 43 | 39 |
| Octal | 332 | 241 | 107 | 0 | 32 | 103 | 17 | 45 | 103 | 71 |
| Binary | 11011010 | 10100001 | 1000111 | 0 | 11010 | 1000011 | 1111 | 100101 | 1000011 | 111001 |
Color Harmonies of #DAA147
Complementary color
Monochromatic Colors of #DAA147
Black with #DAA147
Text Example
Text Example
White with #DAA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA147; }
p { color: rgb(218,161,71); }
H1.HeaderClassName
{
color: #DAA147;
}
.AnyTagClassName
{
color: #DAA147;
}
</style>
background-color css
<style>
a { background-color: #DAA147; }
a { background-color: rgb(218,161,71); }
div.DivClassName
{
background-color: #DAA147;
}
.BgClassName
{
background-color: #DAA147;
}
</style>
border-color css
<style>
span { border-color: #DAA147; }
span { border-color: rgb(218,161,71); }
td.TdClassName
{
border-color: #DAA147;
}
.TagClassName
{
border-color: #DAA147;
}
</style>