Shades of Fire Bush #DAA249
Tints of Fire Bush #DAA249
RGB
CMYK
RGB Variations
Color information
#DAA249 (or 0xDAA249) is known color: Fire Bush. HEX triplet: DA, A2 and 49. RGB value is (218,162,73). Sum of RGB (Red+Green+Blue) = 218+162+73=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA249 is #255DB6. Grayscale: #A9A9A9. Windows color (decimal): -2448823 or 4825818. OLE color: 4825818.
HSL color Cylindrical-coordinate representation of color #DAA249: hue angle of 36.83º degrees, saturation: 0.66, 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 #DAA249 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 73 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.15 |
| HSL | 36.83º | 0.66% | 0.57% | - |
| HSV(B) | 36.83º | 0.67% | 0.85% | - |
| XYZ | 43.04 | 41.23 | 11.99 | - |
| YUV | 168.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 73 | 0 | 0.26 | 0.67 | 0.15 | 36.83 | 0.66 | 0.57 |
| Hex | DA | A2 | 49 | 0 | 1A | 43 | F | 25 | 42 | 39 |
| Octal | 332 | 242 | 111 | 0 | 32 | 103 | 17 | 45 | 102 | 71 |
| Binary | 11011010 | 10100010 | 1001001 | 0 | 11010 | 1000011 | 1111 | 100101 | 1000010 | 111001 |
Color Harmonies of #DAA249
Complementary color
Monochromatic Colors of #DAA249
Black with #DAA249
Text Example
Text Example
White with #DAA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA249; }
p { color: rgb(218,162,73); }
H1.HeaderClassName
{
color: #DAA249;
}
.AnyTagClassName
{
color: #DAA249;
}
</style>
background-color css
<style>
a { background-color: #DAA249; }
a { background-color: rgb(218,162,73); }
div.DivClassName
{
background-color: #DAA249;
}
.BgClassName
{
background-color: #DAA249;
}
</style>
border-color css
<style>
span { border-color: #DAA249; }
span { border-color: rgb(218,162,73); }
td.TdClassName
{
border-color: #DAA249;
}
.TagClassName
{
border-color: #DAA249;
}
</style>