Shades of Fire Bush #DC9B49
Tints of Fire Bush #DC9B49
RGB
CMYK
RGB Variations
Color information
#DC9B49 (or 0xDC9B49) is known color: Fire Bush. HEX triplet: DC, 9B and 49. RGB value is (220,155,73). Sum of RGB (Red+Green+Blue) = 220+155+73=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B49 is #2364B6. Grayscale: #A5A5A5. Windows color (decimal): -2319543 or 4824028. OLE color: 4824028.
HSL color Cylindrical-coordinate representation of color #DC9B49: hue angle of 33.47º 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 #DC9B49 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 73 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.14 |
| HSL | 33.47º | 0.68% | 0.57% | - |
| HSV(B) | 33.47º | 0.67% | 0.86% | - |
| XYZ | 42.44 | 39.14 | 11.62 | - |
| YUV | 165.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 73 | 0 | 0.30 | 0.67 | 0.14 | 33.47 | 0.68 | 0.57 |
| Hex | DC | 9B | 49 | 0 | 1E | 43 | E | 21 | 44 | 39 |
| Octal | 334 | 233 | 111 | 0 | 36 | 103 | 16 | 41 | 104 | 71 |
| Binary | 11011100 | 10011011 | 1001001 | 0 | 11110 | 1000011 | 1110 | 100001 | 1000100 | 111001 |
Color Harmonies of #DC9B49
Complementary color
Monochromatic Colors of #DC9B49
Black with #DC9B49
Text Example
Text Example
White with #DC9B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B49; }
p { color: rgb(220,155,73); }
H1.HeaderClassName
{
color: #DC9B49;
}
.AnyTagClassName
{
color: #DC9B49;
}
</style>
background-color css
<style>
a { background-color: #DC9B49; }
a { background-color: rgb(220,155,73); }
div.DivClassName
{
background-color: #DC9B49;
}
.BgClassName
{
background-color: #DC9B49;
}
</style>
border-color css
<style>
span { border-color: #DC9B49; }
span { border-color: rgb(220,155,73); }
td.TdClassName
{
border-color: #DC9B49;
}
.TagClassName
{
border-color: #DC9B49;
}
</style>