Shades of Fire Bush #DA9140
Tints of Fire Bush #DA9140
RGB
CMYK
RGB Variations
Color information
#DA9140 (or 0xDA9140) is known color: Fire Bush. HEX triplet: DA, 91 and 40. RGB value is (218,145,64). Sum of RGB (Red+Green+Blue) = 218+145+64=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9140 is #256EBF. Grayscale: #9D9D9D. Windows color (decimal): -2453184 or 4231642. OLE color: 4231642.
HSL color Cylindrical-coordinate representation of color #DA9140: hue angle of 31.56º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA9140 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 64 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.15 |
| HSL | 31.56º | 0.68% | 0.55% | - |
| HSV(B) | 31.56º | 0.71% | 0.85% | - |
| XYZ | 39.96 | 35.53 | 9.6 | - |
| YUV | 157.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 64 | 0 | 0.33 | 0.71 | 0.15 | 31.56 | 0.68 | 0.55 |
| Hex | DA | 91 | 40 | 0 | 21 | 47 | F | 20 | 44 | 37 |
| Octal | 332 | 221 | 100 | 0 | 41 | 107 | 17 | 40 | 104 | 67 |
| Binary | 11011010 | 10010001 | 1000000 | 0 | 100001 | 1000111 | 1111 | 100000 | 1000100 | 110111 |
Color Harmonies of #DA9140
Complementary color
Monochromatic Colors of #DA9140
Black with #DA9140
Text Example
Text Example
White with #DA9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9140; }
p { color: rgb(218,145,64); }
H1.HeaderClassName
{
color: #DA9140;
}
.AnyTagClassName
{
color: #DA9140;
}
</style>
background-color css
<style>
a { background-color: #DA9140; }
a { background-color: rgb(218,145,64); }
div.DivClassName
{
background-color: #DA9140;
}
.BgClassName
{
background-color: #DA9140;
}
</style>
border-color css
<style>
span { border-color: #DA9140; }
span { border-color: rgb(218,145,64); }
td.TdClassName
{
border-color: #DA9140;
}
.TagClassName
{
border-color: #DA9140;
}
</style>