Shades of Fire Bush #DA984C
Tints of Fire Bush #DA984C
RGB
CMYK
RGB Variations
Color information
#DA984C (or 0xDA984C) is known color: Fire Bush. HEX triplet: DA, 98 and 4C. RGB value is (218,152,76). Sum of RGB (Red+Green+Blue) = 218+152+76=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA984C is #2567B3. Grayscale: #A3A3A3. Windows color (decimal): -2451380 or 5019866. OLE color: 5019866.
HSL color Cylindrical-coordinate representation of color #DA984C: hue angle of 32.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA984C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 76 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.15 |
| HSL | 32.11º | 0.66% | 0.58% | - |
| HSV(B) | 32.11º | 0.65% | 0.85% | - |
| XYZ | 41.45 | 37.88 | 11.97 | - |
| YUV | 163.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 76 | 0 | 0.30 | 0.65 | 0.15 | 32.11 | 0.66 | 0.58 |
| Hex | DA | 98 | 4C | 0 | 1E | 41 | F | 20 | 42 | 3A |
| Octal | 332 | 230 | 114 | 0 | 36 | 101 | 17 | 40 | 102 | 72 |
| Binary | 11011010 | 10011000 | 1001100 | 0 | 11110 | 1000001 | 1111 | 100000 | 1000010 | 111010 |
Color Harmonies of #DA984C
Complementary color
Monochromatic Colors of #DA984C
Black with #DA984C
Text Example
Text Example
White with #DA984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA984C; }
p { color: rgb(218,152,76); }
H1.HeaderClassName
{
color: #DA984C;
}
.AnyTagClassName
{
color: #DA984C;
}
</style>
background-color css
<style>
a { background-color: #DA984C; }
a { background-color: rgb(218,152,76); }
div.DivClassName
{
background-color: #DA984C;
}
.BgClassName
{
background-color: #DA984C;
}
</style>
border-color css
<style>
span { border-color: #DA984C; }
span { border-color: rgb(218,152,76); }
td.TdClassName
{
border-color: #DA984C;
}
.TagClassName
{
border-color: #DA984C;
}
</style>