Shades of Fire Bush #DC974C
Tints of Fire Bush #DC974C
RGB
CMYK
RGB Variations
Color information
#DC974C (or 0xDC974C) is known color: Fire Bush. HEX triplet: DC, 97 and 4C. RGB value is (220,151,76). Sum of RGB (Red+Green+Blue) = 220+151+76=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC974C is #2368B3. Grayscale: #A3A3A3. Windows color (decimal): -2320564 or 5019612. OLE color: 5019612.
HSL color Cylindrical-coordinate representation of color #DC974C: hue angle of 31.25º 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 #DC974C is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 76 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.14 |
| HSL | 31.25º | 0.67% | 0.58% | - |
| HSV(B) | 31.25º | 0.65% | 0.86% | - |
| XYZ | 41.89 | 37.87 | 11.94 | - |
| YUV | 163.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 76 | 0 | 0.31 | 0.65 | 0.14 | 31.25 | 0.67 | 0.58 |
| Hex | DC | 97 | 4C | 0 | 1F | 41 | E | 1F | 43 | 3A |
| Octal | 334 | 227 | 114 | 0 | 37 | 101 | 16 | 37 | 103 | 72 |
| Binary | 11011100 | 10010111 | 1001100 | 0 | 11111 | 1000001 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DC974C
Complementary color
Monochromatic Colors of #DC974C
Black with #DC974C
Text Example
Text Example
White with #DC974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC974C; }
p { color: rgb(220,151,76); }
H1.HeaderClassName
{
color: #DC974C;
}
.AnyTagClassName
{
color: #DC974C;
}
</style>
background-color css
<style>
a { background-color: #DC974C; }
a { background-color: rgb(220,151,76); }
div.DivClassName
{
background-color: #DC974C;
}
.BgClassName
{
background-color: #DC974C;
}
</style>
border-color css
<style>
span { border-color: #DC974C; }
span { border-color: rgb(220,151,76); }
td.TdClassName
{
border-color: #DC974C;
}
.TagClassName
{
border-color: #DC974C;
}
</style>