Shades of Fire Bush #DA9740
Tints of Fire Bush #DA9740
RGB
CMYK
RGB Variations
Color information
#DA9740 (or 0xDA9740) is known color: Fire Bush. HEX triplet: DA, 97 and 40. RGB value is (218,151,64). Sum of RGB (Red+Green+Blue) = 218+151+64=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9740 is #2568BF. Grayscale: #A1A1A1. Windows color (decimal): -2451648 or 4233178. OLE color: 4233178.
HSL color Cylindrical-coordinate representation of color #DA9740: hue angle of 33.9º 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 #DA9740 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 64 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.15 |
| HSL | 33.9º | 0.68% | 0.55% | - |
| HSV(B) | 33.9º | 0.71% | 0.85% | - |
| XYZ | 40.91 | 37.41 | 9.92 | - |
| YUV | 161.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 64 | 0 | 0.31 | 0.71 | 0.15 | 33.9 | 0.68 | 0.55 |
| Hex | DA | 97 | 40 | 0 | 1F | 47 | F | 22 | 44 | 37 |
| Octal | 332 | 227 | 100 | 0 | 37 | 107 | 17 | 42 | 104 | 67 |
| Binary | 11011010 | 10010111 | 1000000 | 0 | 11111 | 1000111 | 1111 | 100010 | 1000100 | 110111 |
Color Harmonies of #DA9740
Complementary color
Monochromatic Colors of #DA9740
Black with #DA9740
Text Example
Text Example
White with #DA9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9740; }
p { color: rgb(218,151,64); }
H1.HeaderClassName
{
color: #DA9740;
}
.AnyTagClassName
{
color: #DA9740;
}
</style>
background-color css
<style>
a { background-color: #DA9740; }
a { background-color: rgb(218,151,64); }
div.DivClassName
{
background-color: #DA9740;
}
.BgClassName
{
background-color: #DA9740;
}
</style>
border-color css
<style>
span { border-color: #DA9740; }
span { border-color: rgb(218,151,64); }
td.TdClassName
{
border-color: #DA9740;
}
.TagClassName
{
border-color: #DA9740;
}
</style>