Shades of Fire Bush #DC9947
Tints of Fire Bush #DC9947
RGB
CMYK
RGB Variations
Color information
#DC9947 (or 0xDC9947) is known color: Fire Bush. HEX triplet: DC, 99 and 47. RGB value is (220,153,71). Sum of RGB (Red+Green+Blue) = 220+153+71=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9947 is #2366B8. Grayscale: #A4A4A4. Windows color (decimal): -2320057 or 4692444. OLE color: 4692444.
HSL color Cylindrical-coordinate representation of color #DC9947: hue angle of 33.02º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC9947 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 71 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.14 |
| HSL | 33.02º | 0.68% | 0.57% | - |
| HSV(B) | 33.02º | 0.68% | 0.86% | - |
| XYZ | 42.04 | 38.45 | 11.17 | - |
| YUV | 163.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 71 | 0 | 0.30 | 0.68 | 0.14 | 33.02 | 0.68 | 0.57 |
| Hex | DC | 99 | 47 | 0 | 1E | 44 | E | 21 | 44 | 39 |
| Octal | 334 | 231 | 107 | 0 | 36 | 104 | 16 | 41 | 104 | 71 |
| Binary | 11011100 | 10011001 | 1000111 | 0 | 11110 | 1000100 | 1110 | 100001 | 1000100 | 111001 |
Color Harmonies of #DC9947
Complementary color
Monochromatic Colors of #DC9947
Black with #DC9947
Text Example
Text Example
White with #DC9947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9947; }
p { color: rgb(220,153,71); }
H1.HeaderClassName
{
color: #DC9947;
}
.AnyTagClassName
{
color: #DC9947;
}
</style>
background-color css
<style>
a { background-color: #DC9947; }
a { background-color: rgb(220,153,71); }
div.DivClassName
{
background-color: #DC9947;
}
.BgClassName
{
background-color: #DC9947;
}
</style>
border-color css
<style>
span { border-color: #DC9947; }
span { border-color: rgb(220,153,71); }
td.TdClassName
{
border-color: #DC9947;
}
.TagClassName
{
border-color: #DC9947;
}
</style>