Shades of Fire Bush #DAA04C
Tints of Fire Bush #DAA04C
RGB
CMYK
RGB Variations
Color information
#DAA04C (or 0xDAA04C) is known color: Fire Bush. HEX triplet: DA, A0 and 4C. RGB value is (218,160,76). Sum of RGB (Red+Green+Blue) = 218+160+76=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA04C is #255FB3. Grayscale: #A8A8A8. Windows color (decimal): -2449332 or 5021914. OLE color: 5021914.
HSL color Cylindrical-coordinate representation of color #DAA04C: hue angle of 35.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAA04C is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 76 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.15 |
| HSL | 35.49º | 0.66% | 0.58% | - |
| HSV(B) | 35.49º | 0.65% | 0.85% | - |
| XYZ | 42.79 | 40.57 | 12.41 | - |
| YUV | 167.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 76 | 0 | 0.27 | 0.65 | 0.15 | 35.49 | 0.66 | 0.58 |
| Hex | DA | A0 | 4C | 0 | 1B | 41 | F | 23 | 42 | 3A |
| Octal | 332 | 240 | 114 | 0 | 33 | 101 | 17 | 43 | 102 | 72 |
| Binary | 11011010 | 10100000 | 1001100 | 0 | 11011 | 1000001 | 1111 | 100011 | 1000010 | 111010 |
Color Harmonies of #DAA04C
Complementary color
Monochromatic Colors of #DAA04C
Black with #DAA04C
Text Example
Text Example
White with #DAA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA04C; }
p { color: rgb(218,160,76); }
H1.HeaderClassName
{
color: #DAA04C;
}
.AnyTagClassName
{
color: #DAA04C;
}
</style>
background-color css
<style>
a { background-color: #DAA04C; }
a { background-color: rgb(218,160,76); }
div.DivClassName
{
background-color: #DAA04C;
}
.BgClassName
{
background-color: #DAA04C;
}
</style>
border-color css
<style>
span { border-color: #DAA04C; }
span { border-color: rgb(218,160,76); }
td.TdClassName
{
border-color: #DAA04C;
}
.TagClassName
{
border-color: #DAA04C;
}
</style>