Shades of Fire Bush #DC983D
Tints of Fire Bush #DC983D
RGB
CMYK
RGB Variations
Color information
#DC983D (or 0xDC983D) is known color: Fire Bush. HEX triplet: DC, 98 and 3D. RGB value is (220,152,61). Sum of RGB (Red+Green+Blue) = 220+152+61=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC983D is #2367C2. Grayscale: #A2A2A2. Windows color (decimal): -2320323 or 4036828. OLE color: 4036828.
HSL color Cylindrical-coordinate representation of color #DC983D: hue angle of 34.34º 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 #DC983D is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 61 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.14 |
| HSL | 34.34º | 0.69% | 0.55% | - |
| HSV(B) | 34.34º | 0.72% | 0.86% | - |
| XYZ | 41.59 | 38.01 | 9.56 | - |
| YUV | 161.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 61 | 0 | 0.31 | 0.72 | 0.14 | 34.34 | 0.69 | 0.55 |
| Hex | DC | 98 | 3D | 0 | 1F | 48 | E | 22 | 45 | 37 |
| Octal | 334 | 230 | 75 | 0 | 37 | 110 | 16 | 42 | 105 | 67 |
| Binary | 11011100 | 10011000 | 111101 | 0 | 11111 | 1001000 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DC983D
Complementary color
Monochromatic Colors of #DC983D
Black with #DC983D
Text Example
Text Example
White with #DC983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC983D; }
p { color: rgb(220,152,61); }
H1.HeaderClassName
{
color: #DC983D;
}
.AnyTagClassName
{
color: #DC983D;
}
</style>
background-color css
<style>
a { background-color: #DC983D; }
a { background-color: rgb(220,152,61); }
div.DivClassName
{
background-color: #DC983D;
}
.BgClassName
{
background-color: #DC983D;
}
</style>
border-color css
<style>
span { border-color: #DC983D; }
span { border-color: rgb(220,152,61); }
td.TdClassName
{
border-color: #DC983D;
}
.TagClassName
{
border-color: #DC983D;
}
</style>