Shades of Fire Bush #DC983B
Tints of Fire Bush #DC983B
RGB
CMYK
RGB Variations
Color information
#DC983B (or 0xDC983B) is known color: Fire Bush. HEX triplet: DC, 98 and 3B. RGB value is (220,152,59). Sum of RGB (Red+Green+Blue) = 220+152+59=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC983B is #2367C4. Grayscale: #A2A2A2. Windows color (decimal): -2320325 or 3905756. OLE color: 3905756.
HSL color Cylindrical-coordinate representation of color #DC983B: hue angle of 34.66º 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 #DC983B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 59 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.14 |
| HSL | 34.66º | 0.7% | 0.55% | - |
| HSV(B) | 34.66º | 0.73% | 0.86% | - |
| XYZ | 41.53 | 37.99 | 9.28 | - |
| YUV | 161.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 59 | 0 | 0.31 | 0.73 | 0.14 | 34.66 | 0.7 | 0.55 |
| Hex | DC | 98 | 3B | 0 | 1F | 49 | E | 23 | 46 | 37 |
| Octal | 334 | 230 | 73 | 0 | 37 | 111 | 16 | 43 | 106 | 67 |
| Binary | 11011100 | 10011000 | 111011 | 0 | 11111 | 1001001 | 1110 | 100011 | 1000110 | 110111 |
Color Harmonies of #DC983B
Complementary color
Monochromatic Colors of #DC983B
Black with #DC983B
Text Example
Text Example
White with #DC983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC983B; }
p { color: rgb(220,152,59); }
H1.HeaderClassName
{
color: #DC983B;
}
.AnyTagClassName
{
color: #DC983B;
}
</style>
background-color css
<style>
a { background-color: #DC983B; }
a { background-color: rgb(220,152,59); }
div.DivClassName
{
background-color: #DC983B;
}
.BgClassName
{
background-color: #DC983B;
}
</style>
border-color css
<style>
span { border-color: #DC983B; }
span { border-color: rgb(220,152,59); }
td.TdClassName
{
border-color: #DC983B;
}
.TagClassName
{
border-color: #DC983B;
}
</style>