Shades of Fire Bush #DA9249
Tints of Fire Bush #DA9249
RGB
CMYK
RGB Variations
Color information
#DA9249 (or 0xDA9249) is known color: Fire Bush. HEX triplet: DA, 92 and 49. RGB value is (218,146,73). Sum of RGB (Red+Green+Blue) = 218+146+73=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9249 is #256DB6. Grayscale: #9F9F9F. Windows color (decimal): -2452919 or 4821722. OLE color: 4821722.
HSL color Cylindrical-coordinate representation of color #DA9249: hue angle of 30.21º 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 #DA9249 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 73 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.15 |
| HSL | 30.21º | 0.66% | 0.57% | - |
| HSV(B) | 30.21º | 0.67% | 0.85% | - |
| XYZ | 40.39 | 35.94 | 11.11 | - |
| YUV | 159.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 73 | 0 | 0.33 | 0.67 | 0.15 | 30.21 | 0.66 | 0.57 |
| Hex | DA | 92 | 49 | 0 | 21 | 43 | F | 1E | 42 | 39 |
| Octal | 332 | 222 | 111 | 0 | 41 | 103 | 17 | 36 | 102 | 71 |
| Binary | 11011010 | 10010010 | 1001001 | 0 | 100001 | 1000011 | 1111 | 11110 | 1000010 | 111001 |
Color Harmonies of #DA9249
Complementary color
Monochromatic Colors of #DA9249
Black with #DA9249
Text Example
Text Example
White with #DA9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9249; }
p { color: rgb(218,146,73); }
H1.HeaderClassName
{
color: #DA9249;
}
.AnyTagClassName
{
color: #DA9249;
}
</style>
background-color css
<style>
a { background-color: #DA9249; }
a { background-color: rgb(218,146,73); }
div.DivClassName
{
background-color: #DA9249;
}
.BgClassName
{
background-color: #DA9249;
}
</style>
border-color css
<style>
span { border-color: #DA9249; }
span { border-color: rgb(218,146,73); }
td.TdClassName
{
border-color: #DA9249;
}
.TagClassName
{
border-color: #DA9249;
}
</style>