Shades of Fire Bush #DC994C
Tints of Fire Bush #DC994C
RGB
CMYK
RGB Variations
Color information
#DC994C (or 0xDC994C) is known color: Fire Bush. HEX triplet: DC, 99 and 4C. RGB value is (220,153,76). Sum of RGB (Red+Green+Blue) = 220+153+76=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC994C is #2366B3. Grayscale: #A4A4A4. Windows color (decimal): -2320052 or 5020124. OLE color: 5020124.
HSL color Cylindrical-coordinate representation of color #DC994C: hue angle of 32.08º 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 #DC994C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 76 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.14 |
| HSL | 32.08º | 0.67% | 0.58% | - |
| HSV(B) | 32.08º | 0.65% | 0.86% | - |
| XYZ | 42.21 | 38.52 | 12.05 | - |
| YUV | 164.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 76 | 0 | 0.30 | 0.65 | 0.14 | 32.08 | 0.67 | 0.58 |
| Hex | DC | 99 | 4C | 0 | 1E | 41 | E | 20 | 43 | 3A |
| Octal | 334 | 231 | 114 | 0 | 36 | 101 | 16 | 40 | 103 | 72 |
| Binary | 11011100 | 10011001 | 1001100 | 0 | 11110 | 1000001 | 1110 | 100000 | 1000011 | 111010 |
Color Harmonies of #DC994C
Complementary color
Monochromatic Colors of #DC994C
Black with #DC994C
Text Example
Text Example
White with #DC994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC994C; }
p { color: rgb(220,153,76); }
H1.HeaderClassName
{
color: #DC994C;
}
.AnyTagClassName
{
color: #DC994C;
}
</style>
background-color css
<style>
a { background-color: #DC994C; }
a { background-color: rgb(220,153,76); }
div.DivClassName
{
background-color: #DC994C;
}
.BgClassName
{
background-color: #DC994C;
}
</style>
border-color css
<style>
span { border-color: #DC994C; }
span { border-color: rgb(220,153,76); }
td.TdClassName
{
border-color: #DC994C;
}
.TagClassName
{
border-color: #DC994C;
}
</style>