Shades of Fire Bush #DC9F49
Tints of Fire Bush #DC9F49
RGB
CMYK
RGB Variations
Color information
#DC9F49 (or 0xDC9F49) is known color: Fire Bush. HEX triplet: DC, 9F and 49. RGB value is (220,159,73). Sum of RGB (Red+Green+Blue) = 220+159+73=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F49 is #2360B6. Grayscale: #A7A7A7. Windows color (decimal): -2318519 or 4825052. OLE color: 4825052.
HSL color Cylindrical-coordinate representation of color #DC9F49: hue angle of 35.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC9F49 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 73 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.14 |
| HSL | 35.1º | 0.68% | 0.57% | - |
| HSV(B) | 35.1º | 0.67% | 0.86% | - |
| XYZ | 43.12 | 40.49 | 11.85 | - |
| YUV | 167.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 73 | 0 | 0.28 | 0.67 | 0.14 | 35.1 | 0.68 | 0.57 |
| Hex | DC | 9F | 49 | 0 | 1C | 43 | E | 23 | 44 | 39 |
| Octal | 334 | 237 | 111 | 0 | 34 | 103 | 16 | 43 | 104 | 71 |
| Binary | 11011100 | 10011111 | 1001001 | 0 | 11100 | 1000011 | 1110 | 100011 | 1000100 | 111001 |
Color Harmonies of #DC9F49
Complementary color
Monochromatic Colors of #DC9F49
Black with #DC9F49
Text Example
Text Example
White with #DC9F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F49; }
p { color: rgb(220,159,73); }
H1.HeaderClassName
{
color: #DC9F49;
}
.AnyTagClassName
{
color: #DC9F49;
}
</style>
background-color css
<style>
a { background-color: #DC9F49; }
a { background-color: rgb(220,159,73); }
div.DivClassName
{
background-color: #DC9F49;
}
.BgClassName
{
background-color: #DC9F49;
}
</style>
border-color css
<style>
span { border-color: #DC9F49; }
span { border-color: rgb(220,159,73); }
td.TdClassName
{
border-color: #DC9F49;
}
.TagClassName
{
border-color: #DC9F49;
}
</style>