Shades of Fire Bush #DC9047
Tints of Fire Bush #DC9047
RGB
CMYK
RGB Variations
Color information
#DC9047 (or 0xDC9047) is known color: Fire Bush. HEX triplet: DC, 90 and 47. RGB value is (220,144,71). Sum of RGB (Red+Green+Blue) = 220+144+71=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9047 is #236FB8. Grayscale: #9E9E9E. Windows color (decimal): -2322361 or 4690140. OLE color: 4690140.
HSL color Cylindrical-coordinate representation of color #DC9047: hue angle of 29.4º 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 #DC9047 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 71 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.14 |
| HSL | 29.4º | 0.68% | 0.57% | - |
| HSV(B) | 29.4º | 0.68% | 0.86% | - |
| XYZ | 40.63 | 35.62 | 10.69 | - |
| YUV | 158.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 71 | 0 | 0.35 | 0.68 | 0.14 | 29.4 | 0.68 | 0.57 |
| Hex | DC | 90 | 47 | 0 | 23 | 44 | E | 1D | 44 | 39 |
| Octal | 334 | 220 | 107 | 0 | 43 | 104 | 16 | 35 | 104 | 71 |
| Binary | 11011100 | 10010000 | 1000111 | 0 | 100011 | 1000100 | 1110 | 11101 | 1000100 | 111001 |
Color Harmonies of #DC9047
Complementary color
Monochromatic Colors of #DC9047
Black with #DC9047
Text Example
Text Example
White with #DC9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9047; }
p { color: rgb(220,144,71); }
H1.HeaderClassName
{
color: #DC9047;
}
.AnyTagClassName
{
color: #DC9047;
}
</style>
background-color css
<style>
a { background-color: #DC9047; }
a { background-color: rgb(220,144,71); }
div.DivClassName
{
background-color: #DC9047;
}
.BgClassName
{
background-color: #DC9047;
}
</style>
border-color css
<style>
span { border-color: #DC9047; }
span { border-color: rgb(220,144,71); }
td.TdClassName
{
border-color: #DC9047;
}
.TagClassName
{
border-color: #DC9047;
}
</style>