Shades of Fire Bush #DC984D
Tints of Fire Bush #DC984D
RGB
CMYK
RGB Variations
Color information
#DC984D (or 0xDC984D) is known color: Fire Bush. HEX triplet: DC, 98 and 4D. RGB value is (220,152,77). Sum of RGB (Red+Green+Blue) = 220+152+77=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC984D is #2367B2. Grayscale: #A4A4A4. Windows color (decimal): -2320307 or 5085404. OLE color: 5085404.
HSL color Cylindrical-coordinate representation of color #DC984D: hue angle of 31.47º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC984D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 77 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.14 |
| HSL | 31.47º | 0.67% | 0.58% | - |
| HSV(B) | 31.47º | 0.65% | 0.86% | - |
| XYZ | 42.08 | 38.21 | 12.18 | - |
| YUV | 163.78 | 79.03 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 77 | 0 | 0.31 | 0.65 | 0.14 | 31.47 | 0.67 | 0.58 |
| Hex | DC | 98 | 4D | 0 | 1F | 41 | E | 1F | 43 | 3A |
| Octal | 334 | 230 | 115 | 0 | 37 | 101 | 16 | 37 | 103 | 72 |
| Binary | 11011100 | 10011000 | 1001101 | 0 | 11111 | 1000001 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DC984D
Complementary color
Monochromatic Colors of #DC984D
Black with #DC984D
Text Example
Text Example
White with #DC984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC984D; }
p { color: rgb(220,152,77); }
H1.HeaderClassName
{
color: #DC984D;
}
.AnyTagClassName
{
color: #DC984D;
}
</style>
background-color css
<style>
a { background-color: #DC984D; }
a { background-color: rgb(220,152,77); }
div.DivClassName
{
background-color: #DC984D;
}
.BgClassName
{
background-color: #DC984D;
}
</style>
border-color css
<style>
span { border-color: #DC984D; }
span { border-color: rgb(220,152,77); }
td.TdClassName
{
border-color: #DC984D;
}
.TagClassName
{
border-color: #DC984D;
}
</style>