Shades of Fire Bush #DC983E
Tints of Fire Bush #DC983E
RGB
CMYK
RGB Variations
Color information
#DC983E (or 0xDC983E) is known color: Fire Bush. HEX triplet: DC, 98 and 3E. RGB value is (220,152,62). Sum of RGB (Red+Green+Blue) = 220+152+62=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC983E is #2367C1. Grayscale: #A2A2A2. Windows color (decimal): -2320322 or 4102364. OLE color: 4102364.
HSL color Cylindrical-coordinate representation of color #DC983E: hue angle of 34.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC983E is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 62 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.14 |
| HSL | 34.18º | 0.69% | 0.55% | - |
| HSV(B) | 34.18º | 0.72% | 0.86% | - |
| XYZ | 41.61 | 38.02 | 9.7 | - |
| YUV | 162.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 62 | 0 | 0.31 | 0.72 | 0.14 | 34.18 | 0.69 | 0.55 |
| Hex | DC | 98 | 3E | 0 | 1F | 48 | E | 22 | 45 | 37 |
| Octal | 334 | 230 | 76 | 0 | 37 | 110 | 16 | 42 | 105 | 67 |
| Binary | 11011100 | 10011000 | 111110 | 0 | 11111 | 1001000 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DC983E
Complementary color
Monochromatic Colors of #DC983E
Black with #DC983E
Text Example
Text Example
White with #DC983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC983E; }
p { color: rgb(220,152,62); }
H1.HeaderClassName
{
color: #DC983E;
}
.AnyTagClassName
{
color: #DC983E;
}
</style>
background-color css
<style>
a { background-color: #DC983E; }
a { background-color: rgb(220,152,62); }
div.DivClassName
{
background-color: #DC983E;
}
.BgClassName
{
background-color: #DC983E;
}
</style>
border-color css
<style>
span { border-color: #DC983E; }
span { border-color: rgb(220,152,62); }
td.TdClassName
{
border-color: #DC983E;
}
.TagClassName
{
border-color: #DC983E;
}
</style>