Shades of Fire Bush #DC974E
Tints of Fire Bush #DC974E
RGB
CMYK
RGB Variations
Color information
#DC974E (or 0xDC974E) is known color: Fire Bush. HEX triplet: DC, 97 and 4E. RGB value is (220,151,78). Sum of RGB (Red+Green+Blue) = 220+151+78=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC974E is #2368B1. Grayscale: #A3A3A3. Windows color (decimal): -2320562 or 5150684. OLE color: 5150684.
HSL color Cylindrical-coordinate representation of color #DC974E: hue angle of 30.85º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC974E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 78 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.14 |
| HSL | 30.85º | 0.67% | 0.58% | - |
| HSV(B) | 30.85º | 0.65% | 0.86% | - |
| XYZ | 41.96 | 37.9 | 12.31 | - |
| YUV | 163.31 | 79.86 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 78 | 0 | 0.31 | 0.65 | 0.14 | 30.85 | 0.67 | 0.58 |
| Hex | DC | 97 | 4E | 0 | 1F | 41 | E | 1F | 43 | 3A |
| Octal | 334 | 227 | 116 | 0 | 37 | 101 | 16 | 37 | 103 | 72 |
| Binary | 11011100 | 10010111 | 1001110 | 0 | 11111 | 1000001 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DC974E
Complementary color
Monochromatic Colors of #DC974E
Black with #DC974E
Text Example
Text Example
White with #DC974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC974E; }
p { color: rgb(220,151,78); }
H1.HeaderClassName
{
color: #DC974E;
}
.AnyTagClassName
{
color: #DC974E;
}
</style>
background-color css
<style>
a { background-color: #DC974E; }
a { background-color: rgb(220,151,78); }
div.DivClassName
{
background-color: #DC974E;
}
.BgClassName
{
background-color: #DC974E;
}
</style>
border-color css
<style>
span { border-color: #DC974E; }
span { border-color: rgb(220,151,78); }
td.TdClassName
{
border-color: #DC974E;
}
.TagClassName
{
border-color: #DC974E;
}
</style>