Shades of Fire Bush #DAA242
Tints of Fire Bush #DAA242
RGB
CMYK
RGB Variations
Color information
#DAA242 (or 0xDAA242) is known color: Fire Bush. HEX triplet: DA, A2 and 42. RGB value is (218,162,66). Sum of RGB (Red+Green+Blue) = 218+162+66=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA242 is #255DBD. Grayscale: #A8A8A8. Windows color (decimal): -2448830 or 4367066. OLE color: 4367066.
HSL color Cylindrical-coordinate representation of color #DAA242: hue angle of 37.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAA242 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 66 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.15 |
| HSL | 37.89º | 0.67% | 0.56% | - |
| HSV(B) | 37.89º | 0.7% | 0.85% | - |
| XYZ | 42.82 | 41.14 | 10.84 | - |
| YUV | 167.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 66 | 0 | 0.26 | 0.70 | 0.15 | 37.89 | 0.67 | 0.56 |
| Hex | DA | A2 | 42 | 0 | 1A | 46 | F | 26 | 43 | 38 |
| Octal | 332 | 242 | 102 | 0 | 32 | 106 | 17 | 46 | 103 | 70 |
| Binary | 11011010 | 10100010 | 1000010 | 0 | 11010 | 1000110 | 1111 | 100110 | 1000011 | 111000 |
Color Harmonies of #DAA242
Complementary color
Monochromatic Colors of #DAA242
Black with #DAA242
Text Example
Text Example
White with #DAA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA242; }
p { color: rgb(218,162,66); }
H1.HeaderClassName
{
color: #DAA242;
}
.AnyTagClassName
{
color: #DAA242;
}
</style>
background-color css
<style>
a { background-color: #DAA242; }
a { background-color: rgb(218,162,66); }
div.DivClassName
{
background-color: #DAA242;
}
.BgClassName
{
background-color: #DAA242;
}
</style>
border-color css
<style>
span { border-color: #DAA242; }
span { border-color: rgb(218,162,66); }
td.TdClassName
{
border-color: #DAA242;
}
.TagClassName
{
border-color: #DAA242;
}
</style>