Shades of Fire Bush #DC9740
Tints of Fire Bush #DC9740
RGB
CMYK
RGB Variations
Color information
#DC9740 (or 0xDC9740) is known color: Fire Bush. HEX triplet: DC, 97 and 40. RGB value is (220,151,64). Sum of RGB (Red+Green+Blue) = 220+151+64=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9740 is #2368BF. Grayscale: #A2A2A2. Windows color (decimal): -2320576 or 4233180. OLE color: 4233180.
HSL color Cylindrical-coordinate representation of color #DC9740: hue angle of 33.46º 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 #DC9740 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 64 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.14 |
| HSL | 33.46º | 0.69% | 0.56% | - |
| HSV(B) | 33.46º | 0.71% | 0.86% | - |
| XYZ | 41.51 | 37.72 | 9.94 | - |
| YUV | 161.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 64 | 0 | 0.31 | 0.71 | 0.14 | 33.46 | 0.69 | 0.56 |
| Hex | DC | 97 | 40 | 0 | 1F | 47 | E | 21 | 45 | 38 |
| Octal | 334 | 227 | 100 | 0 | 37 | 107 | 16 | 41 | 105 | 70 |
| Binary | 11011100 | 10010111 | 1000000 | 0 | 11111 | 1000111 | 1110 | 100001 | 1000101 | 111000 |
Color Harmonies of #DC9740
Complementary color
Monochromatic Colors of #DC9740
Black with #DC9740
Text Example
Text Example
White with #DC9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9740; }
p { color: rgb(220,151,64); }
H1.HeaderClassName
{
color: #DC9740;
}
.AnyTagClassName
{
color: #DC9740;
}
</style>
background-color css
<style>
a { background-color: #DC9740; }
a { background-color: rgb(220,151,64); }
div.DivClassName
{
background-color: #DC9740;
}
.BgClassName
{
background-color: #DC9740;
}
</style>
border-color css
<style>
span { border-color: #DC9740; }
span { border-color: rgb(220,151,64); }
td.TdClassName
{
border-color: #DC9740;
}
.TagClassName
{
border-color: #DC9740;
}
</style>