Shades of Fire Bush #DCA039
Tints of Fire Bush #DCA039
RGB
CMYK
RGB Variations
Color information
#DCA039 (or 0xDCA039) is known color: Fire Bush. HEX triplet: DC, A0 and 39. RGB value is (220,160,57). Sum of RGB (Red+Green+Blue) = 220+160+57=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA039 is #235FC6. Grayscale: #A6A6A6. Windows color (decimal): -2318279 or 3776732. OLE color: 3776732.
HSL color Cylindrical-coordinate representation of color #DCA039: hue angle of 37.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCA039 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 57 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.14 |
| HSL | 37.91º | 0.7% | 0.54% | - |
| HSV(B) | 37.91º | 0.74% | 0.86% | - |
| XYZ | 42.82 | 40.65 | 9.46 | - |
| YUV | 166.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 57 | 0 | 0.27 | 0.74 | 0.14 | 37.91 | 0.7 | 0.54 |
| Hex | DC | A0 | 39 | 0 | 1B | 4A | E | 26 | 46 | 36 |
| Octal | 334 | 240 | 71 | 0 | 33 | 112 | 16 | 46 | 106 | 66 |
| Binary | 11011100 | 10100000 | 111001 | 0 | 11011 | 1001010 | 1110 | 100110 | 1000110 | 110110 |
Color Harmonies of #DCA039
Complementary color
Monochromatic Colors of #DCA039
Black with #DCA039
Text Example
Text Example
White with #DCA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA039; }
p { color: rgb(220,160,57); }
H1.HeaderClassName
{
color: #DCA039;
}
.AnyTagClassName
{
color: #DCA039;
}
</style>
background-color css
<style>
a { background-color: #DCA039; }
a { background-color: rgb(220,160,57); }
div.DivClassName
{
background-color: #DCA039;
}
.BgClassName
{
background-color: #DCA039;
}
</style>
border-color css
<style>
span { border-color: #DCA039; }
span { border-color: rgb(220,160,57); }
td.TdClassName
{
border-color: #DCA039;
}
.TagClassName
{
border-color: #DCA039;
}
</style>