Shades of Fire Bush #DAA344
Tints of Fire Bush #DAA344
RGB
CMYK
RGB Variations
Color information
#DAA344 (or 0xDAA344) is known color: Fire Bush. HEX triplet: DA, A3 and 44. RGB value is (218,163,68). Sum of RGB (Red+Green+Blue) = 218+163+68=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA344 is #255CBB. Grayscale: #A9A9A9. Windows color (decimal): -2448572 or 4498394. OLE color: 4498394.
HSL color Cylindrical-coordinate representation of color #DAA344: hue angle of 38º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAA344 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 68 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.15 |
| HSL | 38º | 0.67% | 0.56% | - |
| HSV(B) | 38º | 0.69% | 0.85% | - |
| XYZ | 43.05 | 41.52 | 11.21 | - |
| YUV | 168.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 68 | 0 | 0.25 | 0.69 | 0.15 | 38 | 0.67 | 0.56 |
| Hex | DA | A3 | 44 | 0 | 19 | 45 | F | 26 | 43 | 38 |
| Octal | 332 | 243 | 104 | 0 | 31 | 105 | 17 | 46 | 103 | 70 |
| Binary | 11011010 | 10100011 | 1000100 | 0 | 11001 | 1000101 | 1111 | 100110 | 1000011 | 111000 |
Color Harmonies of #DAA344
Complementary color
Monochromatic Colors of #DAA344
Black with #DAA344
Text Example
Text Example
White with #DAA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA344; }
p { color: rgb(218,163,68); }
H1.HeaderClassName
{
color: #DAA344;
}
.AnyTagClassName
{
color: #DAA344;
}
</style>
background-color css
<style>
a { background-color: #DAA344; }
a { background-color: rgb(218,163,68); }
div.DivClassName
{
background-color: #DAA344;
}
.BgClassName
{
background-color: #DAA344;
}
</style>
border-color css
<style>
span { border-color: #DAA344; }
span { border-color: rgb(218,163,68); }
td.TdClassName
{
border-color: #DAA344;
}
.TagClassName
{
border-color: #DAA344;
}
</style>