Shades of Fire Bush #DAA241
Tints of Fire Bush #DAA241
RGB
CMYK
RGB Variations
Color information
#DAA241 (or 0xDAA241) is known color: Fire Bush. HEX triplet: DA, A2 and 41. RGB value is (218,162,65). Sum of RGB (Red+Green+Blue) = 218+162+65=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA241 is #255DBE. Grayscale: #A8A8A8. Windows color (decimal): -2448831 or 4301530. OLE color: 4301530.
HSL color Cylindrical-coordinate representation of color #DAA241: hue angle of 38.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAA241 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 65 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.15 |
| HSL | 38.04º | 0.67% | 0.55% | - |
| HSV(B) | 38.04º | 0.7% | 0.85% | - |
| XYZ | 42.79 | 41.13 | 10.68 | - |
| YUV | 167.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 65 | 0 | 0.26 | 0.70 | 0.15 | 38.04 | 0.67 | 0.55 |
| Hex | DA | A2 | 41 | 0 | 1A | 46 | F | 26 | 43 | 37 |
| Octal | 332 | 242 | 101 | 0 | 32 | 106 | 17 | 46 | 103 | 67 |
| Binary | 11011010 | 10100010 | 1000001 | 0 | 11010 | 1000110 | 1111 | 100110 | 1000011 | 110111 |
Color Harmonies of #DAA241
Complementary color
Monochromatic Colors of #DAA241
Black with #DAA241
Text Example
Text Example
White with #DAA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA241; }
p { color: rgb(218,162,65); }
H1.HeaderClassName
{
color: #DAA241;
}
.AnyTagClassName
{
color: #DAA241;
}
</style>
background-color css
<style>
a { background-color: #DAA241; }
a { background-color: rgb(218,162,65); }
div.DivClassName
{
background-color: #DAA241;
}
.BgClassName
{
background-color: #DAA241;
}
</style>
border-color css
<style>
span { border-color: #DAA241; }
span { border-color: rgb(218,162,65); }
td.TdClassName
{
border-color: #DAA241;
}
.TagClassName
{
border-color: #DAA241;
}
</style>