Shades of Fire Bush #DAA248
Tints of Fire Bush #DAA248
RGB
CMYK
RGB Variations
Color information
#DAA248 (or 0xDAA248) is known color: Fire Bush. HEX triplet: DA, A2 and 48. RGB value is (218,162,72). Sum of RGB (Red+Green+Blue) = 218+162+72=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA248 is #255DB7. Grayscale: #A8A8A8. Windows color (decimal): -2448824 or 4760282. OLE color: 4760282.
HSL color Cylindrical-coordinate representation of color #DAA248: hue angle of 36.99º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAA248 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 72 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.15 |
| HSL | 36.99º | 0.66% | 0.57% | - |
| HSV(B) | 36.99º | 0.67% | 0.85% | - |
| XYZ | 43 | 41.21 | 11.82 | - |
| YUV | 168.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 72 | 0 | 0.26 | 0.67 | 0.15 | 36.99 | 0.66 | 0.57 |
| Hex | DA | A2 | 48 | 0 | 1A | 43 | F | 25 | 42 | 39 |
| Octal | 332 | 242 | 110 | 0 | 32 | 103 | 17 | 45 | 102 | 71 |
| Binary | 11011010 | 10100010 | 1001000 | 0 | 11010 | 1000011 | 1111 | 100101 | 1000010 | 111001 |
Color Harmonies of #DAA248
Complementary color
Monochromatic Colors of #DAA248
Black with #DAA248
Text Example
Text Example
White with #DAA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA248; }
p { color: rgb(218,162,72); }
H1.HeaderClassName
{
color: #DAA248;
}
.AnyTagClassName
{
color: #DAA248;
}
</style>
background-color css
<style>
a { background-color: #DAA248; }
a { background-color: rgb(218,162,72); }
div.DivClassName
{
background-color: #DAA248;
}
.BgClassName
{
background-color: #DAA248;
}
</style>
border-color css
<style>
span { border-color: #DAA248; }
span { border-color: rgb(218,162,72); }
td.TdClassName
{
border-color: #DAA248;
}
.TagClassName
{
border-color: #DAA248;
}
</style>