Shades of Fire Bush #DA984D
Tints of Fire Bush #DA984D
RGB
CMYK
RGB Variations
Color information
#DA984D (or 0xDA984D) is known color: Fire Bush. HEX triplet: DA, 98 and 4D. RGB value is (218,152,77). Sum of RGB (Red+Green+Blue) = 218+152+77=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA984D is #2567B2. Grayscale: #A3A3A3. Windows color (decimal): -2451379 or 5085402. OLE color: 5085402.
HSL color Cylindrical-coordinate representation of color #DA984D: hue angle of 31.91º 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 #DA984D is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 77 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.15 |
| HSL | 31.91º | 0.66% | 0.58% | - |
| HSV(B) | 31.91º | 0.65% | 0.85% | - |
| XYZ | 41.48 | 37.9 | 12.15 | - |
| YUV | 163.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 77 | 0 | 0.30 | 0.65 | 0.15 | 31.91 | 0.66 | 0.58 |
| Hex | DA | 98 | 4D | 0 | 1E | 41 | F | 20 | 42 | 3A |
| Octal | 332 | 230 | 115 | 0 | 36 | 101 | 17 | 40 | 102 | 72 |
| Binary | 11011010 | 10011000 | 1001101 | 0 | 11110 | 1000001 | 1111 | 100000 | 1000010 | 111010 |
Color Harmonies of #DA984D
Complementary color
Monochromatic Colors of #DA984D
Black with #DA984D
Text Example
Text Example
White with #DA984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA984D; }
p { color: rgb(218,152,77); }
H1.HeaderClassName
{
color: #DA984D;
}
.AnyTagClassName
{
color: #DA984D;
}
</style>
background-color css
<style>
a { background-color: #DA984D; }
a { background-color: rgb(218,152,77); }
div.DivClassName
{
background-color: #DA984D;
}
.BgClassName
{
background-color: #DA984D;
}
</style>
border-color css
<style>
span { border-color: #DA984D; }
span { border-color: rgb(218,152,77); }
td.TdClassName
{
border-color: #DA984D;
}
.TagClassName
{
border-color: #DA984D;
}
</style>