Shades of Fire Bush #DA9346
Tints of Fire Bush #DA9346
RGB
CMYK
RGB Variations
Color information
#DA9346 (or 0xDA9346) is known color: Fire Bush. HEX triplet: DA, 93 and 46. RGB value is (218,147,70). Sum of RGB (Red+Green+Blue) = 218+147+70=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9346 is #256CB9. Grayscale: #9F9F9F. Windows color (decimal): -2452666 or 4625370. OLE color: 4625370.
HSL color Cylindrical-coordinate representation of color #DA9346: hue angle of 31.22º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA9346 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 70 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.15 |
| HSL | 31.22º | 0.67% | 0.56% | - |
| HSV(B) | 31.22º | 0.68% | 0.85% | - |
| XYZ | 40.45 | 36.22 | 10.65 | - |
| YUV | 159.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 70 | 0 | 0.33 | 0.68 | 0.15 | 31.22 | 0.67 | 0.56 |
| Hex | DA | 93 | 46 | 0 | 21 | 44 | F | 1F | 43 | 38 |
| Octal | 332 | 223 | 106 | 0 | 41 | 104 | 17 | 37 | 103 | 70 |
| Binary | 11011010 | 10010011 | 1000110 | 0 | 100001 | 1000100 | 1111 | 11111 | 1000011 | 111000 |
Color Harmonies of #DA9346
Complementary color
Monochromatic Colors of #DA9346
Black with #DA9346
Text Example
Text Example
White with #DA9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9346; }
p { color: rgb(218,147,70); }
H1.HeaderClassName
{
color: #DA9346;
}
.AnyTagClassName
{
color: #DA9346;
}
</style>
background-color css
<style>
a { background-color: #DA9346; }
a { background-color: rgb(218,147,70); }
div.DivClassName
{
background-color: #DA9346;
}
.BgClassName
{
background-color: #DA9346;
}
</style>
border-color css
<style>
span { border-color: #DA9346; }
span { border-color: rgb(218,147,70); }
td.TdClassName
{
border-color: #DA9346;
}
.TagClassName
{
border-color: #DA9346;
}
</style>