Shades of Fire Bush #DC9340
Tints of Fire Bush #DC9340
RGB
CMYK
RGB Variations
Color information
#DC9340 (or 0xDC9340) is known color: Fire Bush. HEX triplet: DC, 93 and 40. RGB value is (220,147,64). Sum of RGB (Red+Green+Blue) = 220+147+64=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9340 is #236CBF. Grayscale: #9F9F9F. Windows color (decimal): -2321600 or 4232156. OLE color: 4232156.
HSL color Cylindrical-coordinate representation of color #DC9340: hue angle of 31.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC9340 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 64 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.14 |
| HSL | 31.92º | 0.69% | 0.56% | - |
| HSV(B) | 31.92º | 0.71% | 0.86% | - |
| XYZ | 40.87 | 36.45 | 9.73 | - |
| YUV | 159.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 64 | 0 | 0.33 | 0.71 | 0.14 | 31.92 | 0.69 | 0.56 |
| Hex | DC | 93 | 40 | 0 | 21 | 47 | E | 20 | 45 | 38 |
| Octal | 334 | 223 | 100 | 0 | 41 | 107 | 16 | 40 | 105 | 70 |
| Binary | 11011100 | 10010011 | 1000000 | 0 | 100001 | 1000111 | 1110 | 100000 | 1000101 | 111000 |
Color Harmonies of #DC9340
Complementary color
Monochromatic Colors of #DC9340
Black with #DC9340
Text Example
Text Example
White with #DC9340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9340; }
p { color: rgb(220,147,64); }
H1.HeaderClassName
{
color: #DC9340;
}
.AnyTagClassName
{
color: #DC9340;
}
</style>
background-color css
<style>
a { background-color: #DC9340; }
a { background-color: rgb(220,147,64); }
div.DivClassName
{
background-color: #DC9340;
}
.BgClassName
{
background-color: #DC9340;
}
</style>
border-color css
<style>
span { border-color: #DC9340; }
span { border-color: rgb(220,147,64); }
td.TdClassName
{
border-color: #DC9340;
}
.TagClassName
{
border-color: #DC9340;
}
</style>