Shades of Fire Bush #DA9838
Tints of Fire Bush #DA9838
RGB
CMYK
RGB Variations
Color information
#DA9838 (or 0xDA9838) is known color: Fire Bush. HEX triplet: DA, 98 and 38. RGB value is (218,152,56). Sum of RGB (Red+Green+Blue) = 218+152+56=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9838 is #2567C7. Grayscale: #A1A1A1. Windows color (decimal): -2451400 or 3709146. OLE color: 3709146.
HSL color Cylindrical-coordinate representation of color #DA9838: hue angle of 35.56º 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 #DA9838 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 56 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.15 |
| HSL | 35.56º | 0.69% | 0.54% | - |
| HSV(B) | 35.56º | 0.74% | 0.85% | - |
| XYZ | 40.86 | 37.65 | 8.85 | - |
| YUV | 160.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 56 | 0 | 0.30 | 0.74 | 0.15 | 35.56 | 0.69 | 0.54 |
| Hex | DA | 98 | 38 | 0 | 1E | 4A | F | 24 | 45 | 36 |
| Octal | 332 | 230 | 70 | 0 | 36 | 112 | 17 | 44 | 105 | 66 |
| Binary | 11011010 | 10011000 | 111000 | 0 | 11110 | 1001010 | 1111 | 100100 | 1000101 | 110110 |
Color Harmonies of #DA9838
Complementary color
Monochromatic Colors of #DA9838
Black with #DA9838
Text Example
Text Example
White with #DA9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9838; }
p { color: rgb(218,152,56); }
H1.HeaderClassName
{
color: #DA9838;
}
.AnyTagClassName
{
color: #DA9838;
}
</style>
background-color css
<style>
a { background-color: #DA9838; }
a { background-color: rgb(218,152,56); }
div.DivClassName
{
background-color: #DA9838;
}
.BgClassName
{
background-color: #DA9838;
}
</style>
border-color css
<style>
span { border-color: #DA9838; }
span { border-color: rgb(218,152,56); }
td.TdClassName
{
border-color: #DA9838;
}
.TagClassName
{
border-color: #DA9838;
}
</style>