Shades of Fire Bush #DA9047
Tints of Fire Bush #DA9047
RGB
CMYK
RGB Variations
Color information
#DA9047 (or 0xDA9047) is known color: Fire Bush. HEX triplet: DA, 90 and 47. RGB value is (218,144,71). Sum of RGB (Red+Green+Blue) = 218+144+71=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9047 is #256FB8. Grayscale: #9E9E9E. Windows color (decimal): -2453433 or 4690138. OLE color: 4690138.
HSL color Cylindrical-coordinate representation of color #DA9047: hue angle of 29.8º degrees, saturation: 0.67, 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 #DA9047 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 71 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.15 |
| HSL | 29.8º | 0.67% | 0.57% | - |
| HSV(B) | 29.8º | 0.67% | 0.85% | - |
| XYZ | 40.02 | 35.31 | 10.67 | - |
| YUV | 157.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 71 | 0 | 0.34 | 0.67 | 0.15 | 29.8 | 0.67 | 0.57 |
| Hex | DA | 90 | 47 | 0 | 22 | 43 | F | 1E | 43 | 39 |
| Octal | 332 | 220 | 107 | 0 | 42 | 103 | 17 | 36 | 103 | 71 |
| Binary | 11011010 | 10010000 | 1000111 | 0 | 100010 | 1000011 | 1111 | 11110 | 1000011 | 111001 |
Color Harmonies of #DA9047
Complementary color
Monochromatic Colors of #DA9047
Black with #DA9047
Text Example
Text Example
White with #DA9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9047; }
p { color: rgb(218,144,71); }
H1.HeaderClassName
{
color: #DA9047;
}
.AnyTagClassName
{
color: #DA9047;
}
</style>
background-color css
<style>
a { background-color: #DA9047; }
a { background-color: rgb(218,144,71); }
div.DivClassName
{
background-color: #DA9047;
}
.BgClassName
{
background-color: #DA9047;
}
</style>
border-color css
<style>
span { border-color: #DA9047; }
span { border-color: rgb(218,144,71); }
td.TdClassName
{
border-color: #DA9047;
}
.TagClassName
{
border-color: #DA9047;
}
</style>