Shades of Fire Bush #DC973E
Tints of Fire Bush #DC973E
RGB
CMYK
RGB Variations
Color information
#DC973E (or 0xDC973E) is known color: Fire Bush. HEX triplet: DC, 97 and 3E. RGB value is (220,151,62). Sum of RGB (Red+Green+Blue) = 220+151+62=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC973E is #2368C1. Grayscale: #A1A1A1. Windows color (decimal): -2320578 or 4102108. OLE color: 4102108.
HSL color Cylindrical-coordinate representation of color #DC973E: hue angle of 33.8º 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 #DC973E is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 62 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.14 |
| HSL | 33.8º | 0.69% | 0.55% | - |
| HSV(B) | 33.8º | 0.72% | 0.86% | - |
| XYZ | 41.45 | 37.7 | 9.65 | - |
| YUV | 161.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 62 | 0 | 0.31 | 0.72 | 0.14 | 33.8 | 0.69 | 0.55 |
| Hex | DC | 97 | 3E | 0 | 1F | 48 | E | 22 | 45 | 37 |
| Octal | 334 | 227 | 76 | 0 | 37 | 110 | 16 | 42 | 105 | 67 |
| Binary | 11011100 | 10010111 | 111110 | 0 | 11111 | 1001000 | 1110 | 100010 | 1000101 | 110111 |
Color Harmonies of #DC973E
Complementary color
Monochromatic Colors of #DC973E
Black with #DC973E
Text Example
Text Example
White with #DC973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC973E; }
p { color: rgb(220,151,62); }
H1.HeaderClassName
{
color: #DC973E;
}
.AnyTagClassName
{
color: #DC973E;
}
</style>
background-color css
<style>
a { background-color: #DC973E; }
a { background-color: rgb(220,151,62); }
div.DivClassName
{
background-color: #DC973E;
}
.BgClassName
{
background-color: #DC973E;
}
</style>
border-color css
<style>
span { border-color: #DC973E; }
span { border-color: rgb(220,151,62); }
td.TdClassName
{
border-color: #DC973E;
}
.TagClassName
{
border-color: #DC973E;
}
</style>