Shades of Fire Bush #DC994A
Tints of Fire Bush #DC994A
RGB
CMYK
RGB Variations
Color information
#DC994A (or 0xDC994A) is known color: Fire Bush. HEX triplet: DC, 99 and 4A. RGB value is (220,153,74). Sum of RGB (Red+Green+Blue) = 220+153+74=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC994A is #2366B5. Grayscale: #A4A4A4. Windows color (decimal): -2320054 or 4889052. OLE color: 4889052.
HSL color Cylindrical-coordinate representation of color #DC994A: hue angle of 32.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC994A is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 74 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.14 |
| HSL | 32.47º | 0.68% | 0.58% | - |
| HSV(B) | 32.47º | 0.66% | 0.86% | - |
| XYZ | 42.14 | 38.49 | 11.69 | - |
| YUV | 164.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 74 | 0 | 0.30 | 0.66 | 0.14 | 32.47 | 0.68 | 0.58 |
| Hex | DC | 99 | 4A | 0 | 1E | 42 | E | 20 | 44 | 3A |
| Octal | 334 | 231 | 112 | 0 | 36 | 102 | 16 | 40 | 104 | 72 |
| Binary | 11011100 | 10011001 | 1001010 | 0 | 11110 | 1000010 | 1110 | 100000 | 1000100 | 111010 |
Color Harmonies of #DC994A
Complementary color
Monochromatic Colors of #DC994A
Black with #DC994A
Text Example
Text Example
White with #DC994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC994A; }
p { color: rgb(220,153,74); }
H1.HeaderClassName
{
color: #DC994A;
}
.AnyTagClassName
{
color: #DC994A;
}
</style>
background-color css
<style>
a { background-color: #DC994A; }
a { background-color: rgb(220,153,74); }
div.DivClassName
{
background-color: #DC994A;
}
.BgClassName
{
background-color: #DC994A;
}
</style>
border-color css
<style>
span { border-color: #DC994A; }
span { border-color: rgb(220,153,74); }
td.TdClassName
{
border-color: #DC994A;
}
.TagClassName
{
border-color: #DC994A;
}
</style>