Shades of Fire Bush #DC9746
Tints of Fire Bush #DC9746
RGB
CMYK
RGB Variations
Color information
#DC9746 (or 0xDC9746) is known color: Fire Bush. HEX triplet: DC, 97 and 46. RGB value is (220,151,70). Sum of RGB (Red+Green+Blue) = 220+151+70=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9746 is #2368B9. Grayscale: #A2A2A2. Windows color (decimal): -2320570 or 4626396. OLE color: 4626396.
HSL color Cylindrical-coordinate representation of color #DC9746: hue angle of 32.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 #DC9746 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 70 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.14 |
| HSL | 32.4º | 0.68% | 0.57% | - |
| HSV(B) | 32.4º | 0.68% | 0.86% | - |
| XYZ | 41.69 | 37.79 | 10.89 | - |
| YUV | 162.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 70 | 0 | 0.31 | 0.68 | 0.14 | 32.4 | 0.68 | 0.57 |
| Hex | DC | 97 | 46 | 0 | 1F | 44 | E | 20 | 44 | 39 |
| Octal | 334 | 227 | 106 | 0 | 37 | 104 | 16 | 40 | 104 | 71 |
| Binary | 11011100 | 10010111 | 1000110 | 0 | 11111 | 1000100 | 1110 | 100000 | 1000100 | 111001 |
Color Harmonies of #DC9746
Complementary color
Monochromatic Colors of #DC9746
Black with #DC9746
Text Example
Text Example
White with #DC9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9746; }
p { color: rgb(220,151,70); }
H1.HeaderClassName
{
color: #DC9746;
}
.AnyTagClassName
{
color: #DC9746;
}
</style>
background-color css
<style>
a { background-color: #DC9746; }
a { background-color: rgb(220,151,70); }
div.DivClassName
{
background-color: #DC9746;
}
.BgClassName
{
background-color: #DC9746;
}
</style>
border-color css
<style>
span { border-color: #DC9746; }
span { border-color: rgb(220,151,70); }
td.TdClassName
{
border-color: #DC9746;
}
.TagClassName
{
border-color: #DC9746;
}
</style>