Shades of Fire Bush #DC9949
Tints of Fire Bush #DC9949
RGB
CMYK
RGB Variations
Color information
#DC9949 (or 0xDC9949) is known color: Fire Bush. HEX triplet: DC, 99 and 49. RGB value is (220,153,73). Sum of RGB (Red+Green+Blue) = 220+153+73=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9949 is #2366B6. Grayscale: #A4A4A4. Windows color (decimal): -2320055 or 4823516. OLE color: 4823516.
HSL color Cylindrical-coordinate representation of color #DC9949: hue angle of 32.65º 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 #DC9949 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 73 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.14 |
| HSL | 32.65º | 0.68% | 0.57% | - |
| HSV(B) | 32.65º | 0.67% | 0.86% | - |
| XYZ | 42.11 | 38.48 | 11.51 | - |
| YUV | 163.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 73 | 0 | 0.30 | 0.67 | 0.14 | 32.65 | 0.68 | 0.57 |
| Hex | DC | 99 | 49 | 0 | 1E | 43 | E | 21 | 44 | 39 |
| Octal | 334 | 231 | 111 | 0 | 36 | 103 | 16 | 41 | 104 | 71 |
| Binary | 11011100 | 10011001 | 1001001 | 0 | 11110 | 1000011 | 1110 | 100001 | 1000100 | 111001 |
Color Harmonies of #DC9949
Complementary color
Monochromatic Colors of #DC9949
Black with #DC9949
Text Example
Text Example
White with #DC9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9949; }
p { color: rgb(220,153,73); }
H1.HeaderClassName
{
color: #DC9949;
}
.AnyTagClassName
{
color: #DC9949;
}
</style>
background-color css
<style>
a { background-color: #DC9949; }
a { background-color: rgb(220,153,73); }
div.DivClassName
{
background-color: #DC9949;
}
.BgClassName
{
background-color: #DC9949;
}
</style>
border-color css
<style>
span { border-color: #DC9949; }
span { border-color: rgb(220,153,73); }
td.TdClassName
{
border-color: #DC9949;
}
.TagClassName
{
border-color: #DC9949;
}
</style>