Shades of Fire Bush #DC9C49
Tints of Fire Bush #DC9C49
RGB
CMYK
RGB Variations
Color information
#DC9C49 (or 0xDC9C49) is known color: Fire Bush. HEX triplet: DC, 9C and 49. RGB value is (220,156,73). Sum of RGB (Red+Green+Blue) = 220+156+73=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C49 is #2363B6. Grayscale: #A6A6A6. Windows color (decimal): -2319287 or 4824284. OLE color: 4824284.
HSL color Cylindrical-coordinate representation of color #DC9C49: hue angle of 33.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC9C49 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 73 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.14 |
| HSL | 33.88º | 0.68% | 0.57% | - |
| HSV(B) | 33.88º | 0.67% | 0.86% | - |
| XYZ | 42.61 | 39.47 | 11.68 | - |
| YUV | 165.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 73 | 0 | 0.29 | 0.67 | 0.14 | 33.88 | 0.68 | 0.57 |
| Hex | DC | 9C | 49 | 0 | 1D | 43 | E | 22 | 44 | 39 |
| Octal | 334 | 234 | 111 | 0 | 35 | 103 | 16 | 42 | 104 | 71 |
| Binary | 11011100 | 10011100 | 1001001 | 0 | 11101 | 1000011 | 1110 | 100010 | 1000100 | 111001 |
Color Harmonies of #DC9C49
Complementary color
Monochromatic Colors of #DC9C49
Black with #DC9C49
Text Example
Text Example
White with #DC9C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C49; }
p { color: rgb(220,156,73); }
H1.HeaderClassName
{
color: #DC9C49;
}
.AnyTagClassName
{
color: #DC9C49;
}
</style>
background-color css
<style>
a { background-color: #DC9C49; }
a { background-color: rgb(220,156,73); }
div.DivClassName
{
background-color: #DC9C49;
}
.BgClassName
{
background-color: #DC9C49;
}
</style>
border-color css
<style>
span { border-color: #DC9C49; }
span { border-color: rgb(220,156,73); }
td.TdClassName
{
border-color: #DC9C49;
}
.TagClassName
{
border-color: #DC9C49;
}
</style>