Shades of Fire Bush #DA9839
Tints of Fire Bush #DA9839
RGB
CMYK
RGB Variations
Color information
#DA9839 (or 0xDA9839) is known color: Fire Bush. HEX triplet: DA, 98 and 39. RGB value is (218,152,57). Sum of RGB (Red+Green+Blue) = 218+152+57=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9839 is #2567C6. Grayscale: #A1A1A1. Windows color (decimal): -2451399 or 3774682. OLE color: 3774682.
HSL color Cylindrical-coordinate representation of color #DA9839: hue angle of 35.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA9839 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 57 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.15 |
| HSL | 35.4º | 0.69% | 0.54% | - |
| HSV(B) | 35.4º | 0.74% | 0.85% | - |
| XYZ | 40.88 | 37.66 | 8.98 | - |
| YUV | 160.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 57 | 0 | 0.30 | 0.74 | 0.15 | 35.4 | 0.69 | 0.54 |
| Hex | DA | 98 | 39 | 0 | 1E | 4A | F | 23 | 45 | 36 |
| Octal | 332 | 230 | 71 | 0 | 36 | 112 | 17 | 43 | 105 | 66 |
| Binary | 11011010 | 10011000 | 111001 | 0 | 11110 | 1001010 | 1111 | 100011 | 1000101 | 110110 |
Color Harmonies of #DA9839
Complementary color
Monochromatic Colors of #DA9839
Black with #DA9839
Text Example
Text Example
White with #DA9839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9839; }
p { color: rgb(218,152,57); }
H1.HeaderClassName
{
color: #DA9839;
}
.AnyTagClassName
{
color: #DA9839;
}
</style>
background-color css
<style>
a { background-color: #DA9839; }
a { background-color: rgb(218,152,57); }
div.DivClassName
{
background-color: #DA9839;
}
.BgClassName
{
background-color: #DA9839;
}
</style>
border-color css
<style>
span { border-color: #DA9839; }
span { border-color: rgb(218,152,57); }
td.TdClassName
{
border-color: #DA9839;
}
.TagClassName
{
border-color: #DA9839;
}
</style>