Shades of Fire Bush #DC9F47
Tints of Fire Bush #DC9F47
RGB
CMYK
RGB Variations
Color information
#DC9F47 (or 0xDC9F47) is known color: Fire Bush. HEX triplet: DC, 9F and 47. RGB value is (220,159,71). Sum of RGB (Red+Green+Blue) = 220+159+71=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F47 is #2360B8. Grayscale: #A7A7A7. Windows color (decimal): -2318521 or 4693980. OLE color: 4693980.
HSL color Cylindrical-coordinate representation of color #DC9F47: hue angle of 35.44º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC9F47 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 71 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.14 |
| HSL | 35.44º | 0.68% | 0.57% | - |
| HSV(B) | 35.44º | 0.68% | 0.86% | - |
| XYZ | 43.05 | 40.47 | 11.5 | - |
| YUV | 167.21 | 73.71 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 71 | 0 | 0.28 | 0.68 | 0.14 | 35.44 | 0.68 | 0.57 |
| Hex | DC | 9F | 47 | 0 | 1C | 44 | E | 23 | 44 | 39 |
| Octal | 334 | 237 | 107 | 0 | 34 | 104 | 16 | 43 | 104 | 71 |
| Binary | 11011100 | 10011111 | 1000111 | 0 | 11100 | 1000100 | 1110 | 100011 | 1000100 | 111001 |
Color Harmonies of #DC9F47
Complementary color
Monochromatic Colors of #DC9F47
Black with #DC9F47
Text Example
Text Example
White with #DC9F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F47; }
p { color: rgb(220,159,71); }
H1.HeaderClassName
{
color: #DC9F47;
}
.AnyTagClassName
{
color: #DC9F47;
}
</style>
background-color css
<style>
a { background-color: #DC9F47; }
a { background-color: rgb(220,159,71); }
div.DivClassName
{
background-color: #DC9F47;
}
.BgClassName
{
background-color: #DC9F47;
}
</style>
border-color css
<style>
span { border-color: #DC9F47; }
span { border-color: rgb(220,159,71); }
td.TdClassName
{
border-color: #DC9F47;
}
.TagClassName
{
border-color: #DC9F47;
}
</style>