Shades of Fire Bush #DC8E4A
Tints of Fire Bush #DC8E4A
RGB
CMYK
RGB Variations
Color information
#DC8E4A (or 0xDC8E4A) is known color: Fire Bush. HEX triplet: DC, 8E and 4A. RGB value is (220,142,74). Sum of RGB (Red+Green+Blue) = 220+142+74=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8E4A is #2371B5. Grayscale: #9D9D9D. Windows color (decimal): -2322870 or 4886236. OLE color: 4886236.
HSL color Cylindrical-coordinate representation of color #DC8E4A: hue angle of 27.95º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC8E4A is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 74 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.14 |
| HSL | 27.95º | 0.68% | 0.58% | - |
| HSV(B) | 27.95º | 0.66% | 0.86% | - |
| XYZ | 40.42 | 35.06 | 11.11 | - |
| YUV | 157.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 74 | 0 | 0.35 | 0.66 | 0.14 | 27.95 | 0.68 | 0.58 |
| Hex | DC | 8E | 4A | 0 | 23 | 42 | E | 1C | 44 | 3A |
| Octal | 334 | 216 | 112 | 0 | 43 | 102 | 16 | 34 | 104 | 72 |
| Binary | 11011100 | 10001110 | 1001010 | 0 | 100011 | 1000010 | 1110 | 11100 | 1000100 | 111010 |
Color Harmonies of #DC8E4A
Complementary color
Monochromatic Colors of #DC8E4A
Black with #DC8E4A
Text Example
Text Example
White with #DC8E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E4A; }
p { color: rgb(220,142,74); }
H1.HeaderClassName
{
color: #DC8E4A;
}
.AnyTagClassName
{
color: #DC8E4A;
}
</style>
background-color css
<style>
a { background-color: #DC8E4A; }
a { background-color: rgb(220,142,74); }
div.DivClassName
{
background-color: #DC8E4A;
}
.BgClassName
{
background-color: #DC8E4A;
}
</style>
border-color css
<style>
span { border-color: #DC8E4A; }
span { border-color: rgb(220,142,74); }
td.TdClassName
{
border-color: #DC8E4A;
}
.TagClassName
{
border-color: #DC8E4A;
}
</style>