Shades of Fire Bush #DAA346
Tints of Fire Bush #DAA346
RGB
CMYK
RGB Variations
Color information
#DAA346 (or 0xDAA346) is known color: Fire Bush. HEX triplet: DA, A3 and 46. RGB value is (218,163,70). Sum of RGB (Red+Green+Blue) = 218+163+70=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA346 is #255CB9. Grayscale: #A9A9A9. Windows color (decimal): -2448570 or 4629466. OLE color: 4629466.
HSL color Cylindrical-coordinate representation of color #DAA346: hue angle of 37.7º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAA346 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 70 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.15 |
| HSL | 37.7º | 0.67% | 0.56% | - |
| HSV(B) | 37.7º | 0.68% | 0.85% | - |
| XYZ | 43.12 | 41.54 | 11.54 | - |
| YUV | 168.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 70 | 0 | 0.25 | 0.68 | 0.15 | 37.7 | 0.67 | 0.56 |
| Hex | DA | A3 | 46 | 0 | 19 | 44 | F | 26 | 43 | 38 |
| Octal | 332 | 243 | 106 | 0 | 31 | 104 | 17 | 46 | 103 | 70 |
| Binary | 11011010 | 10100011 | 1000110 | 0 | 11001 | 1000100 | 1111 | 100110 | 1000011 | 111000 |
Color Harmonies of #DAA346
Complementary color
Monochromatic Colors of #DAA346
Black with #DAA346
Text Example
Text Example
White with #DAA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA346; }
p { color: rgb(218,163,70); }
H1.HeaderClassName
{
color: #DAA346;
}
.AnyTagClassName
{
color: #DAA346;
}
</style>
background-color css
<style>
a { background-color: #DAA346; }
a { background-color: rgb(218,163,70); }
div.DivClassName
{
background-color: #DAA346;
}
.BgClassName
{
background-color: #DAA346;
}
</style>
border-color css
<style>
span { border-color: #DAA346; }
span { border-color: rgb(218,163,70); }
td.TdClassName
{
border-color: #DAA346;
}
.TagClassName
{
border-color: #DAA346;
}
</style>