Shades of Fire Bush #DC9249
Tints of Fire Bush #DC9249
RGB
CMYK
RGB Variations
Color information
#DC9249 (or 0xDC9249) is known color: Fire Bush. HEX triplet: DC, 92 and 49. RGB value is (220,146,73). Sum of RGB (Red+Green+Blue) = 220+146+73=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9249 is #236DB6. Grayscale: #A0A0A0. Windows color (decimal): -2321847 or 4821724. OLE color: 4821724.
HSL color Cylindrical-coordinate representation of color #DC9249: hue angle of 29.8º 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 #DC9249 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 73 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.14 |
| HSL | 29.8º | 0.68% | 0.57% | - |
| HSV(B) | 29.8º | 0.67% | 0.86% | - |
| XYZ | 41 | 36.25 | 11.14 | - |
| YUV | 159.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 73 | 0 | 0.34 | 0.67 | 0.14 | 29.8 | 0.68 | 0.57 |
| Hex | DC | 92 | 49 | 0 | 22 | 43 | E | 1E | 44 | 39 |
| Octal | 334 | 222 | 111 | 0 | 42 | 103 | 16 | 36 | 104 | 71 |
| Binary | 11011100 | 10010010 | 1001001 | 0 | 100010 | 1000011 | 1110 | 11110 | 1000100 | 111001 |
Color Harmonies of #DC9249
Complementary color
Monochromatic Colors of #DC9249
Black with #DC9249
Text Example
Text Example
White with #DC9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9249; }
p { color: rgb(220,146,73); }
H1.HeaderClassName
{
color: #DC9249;
}
.AnyTagClassName
{
color: #DC9249;
}
</style>
background-color css
<style>
a { background-color: #DC9249; }
a { background-color: rgb(220,146,73); }
div.DivClassName
{
background-color: #DC9249;
}
.BgClassName
{
background-color: #DC9249;
}
</style>
border-color css
<style>
span { border-color: #DC9249; }
span { border-color: rgb(220,146,73); }
td.TdClassName
{
border-color: #DC9249;
}
.TagClassName
{
border-color: #DC9249;
}
</style>