Shades of Fire Bush #DC9640
Tints of Fire Bush #DC9640
RGB
CMYK
RGB Variations
Color information
#DC9640 (or 0xDC9640) is known color: Fire Bush. HEX triplet: DC, 96 and 40. RGB value is (220,150,64). Sum of RGB (Red+Green+Blue) = 220+150+64=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9640 is #2369BF. Grayscale: #A1A1A1. Windows color (decimal): -2320832 or 4232924. OLE color: 4232924.
HSL color Cylindrical-coordinate representation of color #DC9640: hue angle of 33.08º 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 #DC9640 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 64 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.14 |
| HSL | 33.08º | 0.69% | 0.56% | - |
| HSV(B) | 33.08º | 0.71% | 0.86% | - |
| XYZ | 41.35 | 37.4 | 9.89 | - |
| YUV | 161.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 64 | 0 | 0.32 | 0.71 | 0.14 | 33.08 | 0.69 | 0.56 |
| Hex | DC | 96 | 40 | 0 | 20 | 47 | E | 21 | 45 | 38 |
| Octal | 334 | 226 | 100 | 0 | 40 | 107 | 16 | 41 | 105 | 70 |
| Binary | 11011100 | 10010110 | 1000000 | 0 | 100000 | 1000111 | 1110 | 100001 | 1000101 | 111000 |
Color Harmonies of #DC9640
Complementary color
Monochromatic Colors of #DC9640
Black with #DC9640
Text Example
Text Example
White with #DC9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9640; }
p { color: rgb(220,150,64); }
H1.HeaderClassName
{
color: #DC9640;
}
.AnyTagClassName
{
color: #DC9640;
}
</style>
background-color css
<style>
a { background-color: #DC9640; }
a { background-color: rgb(220,150,64); }
div.DivClassName
{
background-color: #DC9640;
}
.BgClassName
{
background-color: #DC9640;
}
</style>
border-color css
<style>
span { border-color: #DC9640; }
span { border-color: rgb(220,150,64); }
td.TdClassName
{
border-color: #DC9640;
}
.TagClassName
{
border-color: #DC9640;
}
</style>