Shades of Fire Bush #DA9949
Tints of Fire Bush #DA9949
RGB
CMYK
RGB Variations
Color information
#DA9949 (or 0xDA9949) is known color: Fire Bush. HEX triplet: DA, 99 and 49. RGB value is (218,153,73). Sum of RGB (Red+Green+Blue) = 218+153+73=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9949 is #2566B6. Grayscale: #A3A3A3. Windows color (decimal): -2451127 or 4823514. OLE color: 4823514.
HSL color Cylindrical-coordinate representation of color #DA9949: hue angle of 33.1º 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 #DA9949 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 73 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.15 |
| HSL | 33.1º | 0.66% | 0.57% | - |
| HSV(B) | 33.1º | 0.67% | 0.85% | - |
| XYZ | 41.51 | 38.17 | 11.48 | - |
| YUV | 163.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 73 | 0 | 0.30 | 0.67 | 0.15 | 33.1 | 0.66 | 0.57 |
| Hex | DA | 99 | 49 | 0 | 1E | 43 | F | 21 | 42 | 39 |
| Octal | 332 | 231 | 111 | 0 | 36 | 103 | 17 | 41 | 102 | 71 |
| Binary | 11011010 | 10011001 | 1001001 | 0 | 11110 | 1000011 | 1111 | 100001 | 1000010 | 111001 |
Color Harmonies of #DA9949
Complementary color
Monochromatic Colors of #DA9949
Black with #DA9949
Text Example
Text Example
White with #DA9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9949; }
p { color: rgb(218,153,73); }
H1.HeaderClassName
{
color: #DA9949;
}
.AnyTagClassName
{
color: #DA9949;
}
</style>
background-color css
<style>
a { background-color: #DA9949; }
a { background-color: rgb(218,153,73); }
div.DivClassName
{
background-color: #DA9949;
}
.BgClassName
{
background-color: #DA9949;
}
</style>
border-color css
<style>
span { border-color: #DA9949; }
span { border-color: rgb(218,153,73); }
td.TdClassName
{
border-color: #DA9949;
}
.TagClassName
{
border-color: #DA9949;
}
</style>