Shades of Fire Bush #DAA03D
Tints of Fire Bush #DAA03D
RGB
CMYK
RGB Variations
Color information
#DAA03D (or 0xDAA03D) is known color: Fire Bush. HEX triplet: DA, A0 and 3D. RGB value is (218,160,61). Sum of RGB (Red+Green+Blue) = 218+160+61=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA03D is #255FC2. Grayscale: #A6A6A6. Windows color (decimal): -2449347 or 4038874. OLE color: 4038874.
HSL color Cylindrical-coordinate representation of color #DAA03D: hue angle of 37.83º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA03D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 61 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.15 |
| HSL | 37.83º | 0.68% | 0.55% | - |
| HSV(B) | 37.83º | 0.72% | 0.85% | - |
| XYZ | 42.33 | 40.38 | 9.98 | - |
| YUV | 166.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 61 | 0 | 0.27 | 0.72 | 0.15 | 37.83 | 0.68 | 0.55 |
| Hex | DA | A0 | 3D | 0 | 1B | 48 | F | 26 | 44 | 37 |
| Octal | 332 | 240 | 75 | 0 | 33 | 110 | 17 | 46 | 104 | 67 |
| Binary | 11011010 | 10100000 | 111101 | 0 | 11011 | 1001000 | 1111 | 100110 | 1000100 | 110111 |
Color Harmonies of #DAA03D
Complementary color
Monochromatic Colors of #DAA03D
Black with #DAA03D
Text Example
Text Example
White with #DAA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA03D; }
p { color: rgb(218,160,61); }
H1.HeaderClassName
{
color: #DAA03D;
}
.AnyTagClassName
{
color: #DAA03D;
}
</style>
background-color css
<style>
a { background-color: #DAA03D; }
a { background-color: rgb(218,160,61); }
div.DivClassName
{
background-color: #DAA03D;
}
.BgClassName
{
background-color: #DAA03D;
}
</style>
border-color css
<style>
span { border-color: #DAA03D; }
span { border-color: rgb(218,160,61); }
td.TdClassName
{
border-color: #DAA03D;
}
.TagClassName
{
border-color: #DAA03D;
}
</style>