Shades of Fire Bush #DC983C
Tints of Fire Bush #DC983C
RGB
CMYK
RGB Variations
Color information
#DC983C (or 0xDC983C) is known color: Fire Bush. HEX triplet: DC, 98 and 3C. RGB value is (220,152,60). Sum of RGB (Red+Green+Blue) = 220+152+60=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC983C is #2367C3. Grayscale: #A2A2A2. Windows color (decimal): -2320324 or 3971292. OLE color: 3971292.
HSL color Cylindrical-coordinate representation of color #DC983C: hue angle of 34.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC983C is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 60 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.14 |
| HSL | 34.5º | 0.7% | 0.55% | - |
| HSV(B) | 34.5º | 0.73% | 0.86% | - |
| XYZ | 41.56 | 38 | 9.42 | - |
| YUV | 161.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 60 | 0 | 0.31 | 0.73 | 0.14 | 34.5 | 0.7 | 0.55 |
| Hex | DC | 98 | 3C | 0 | 1F | 49 | E | 22 | 46 | 37 |
| Octal | 334 | 230 | 74 | 0 | 37 | 111 | 16 | 42 | 106 | 67 |
| Binary | 11011100 | 10011000 | 111100 | 0 | 11111 | 1001001 | 1110 | 100010 | 1000110 | 110111 |
Color Harmonies of #DC983C
Complementary color
Monochromatic Colors of #DC983C
Black with #DC983C
Text Example
Text Example
White with #DC983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC983C; }
p { color: rgb(220,152,60); }
H1.HeaderClassName
{
color: #DC983C;
}
.AnyTagClassName
{
color: #DC983C;
}
</style>
background-color css
<style>
a { background-color: #DC983C; }
a { background-color: rgb(220,152,60); }
div.DivClassName
{
background-color: #DC983C;
}
.BgClassName
{
background-color: #DC983C;
}
</style>
border-color css
<style>
span { border-color: #DC983C; }
span { border-color: rgb(220,152,60); }
td.TdClassName
{
border-color: #DC983C;
}
.TagClassName
{
border-color: #DC983C;
}
</style>