Shades of Fire Bush #DC8F4A
Tints of Fire Bush #DC8F4A
RGB
CMYK
RGB Variations
Color information
#DC8F4A (or 0xDC8F4A) is known color: Fire Bush. HEX triplet: DC, 8F and 4A. RGB value is (220,143,74). Sum of RGB (Red+Green+Blue) = 220+143+74=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F4A is #2370B5. Grayscale: #9E9E9E. Windows color (decimal): -2322614 or 4886492. OLE color: 4886492.
HSL color Cylindrical-coordinate representation of color #DC8F4A: hue angle of 28.36º 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 #DC8F4A is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 74 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.14 |
| HSL | 28.36º | 0.68% | 0.58% | - |
| HSV(B) | 28.36º | 0.66% | 0.86% | - |
| XYZ | 40.57 | 35.35 | 11.16 | - |
| YUV | 158.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 74 | 0 | 0.35 | 0.66 | 0.14 | 28.36 | 0.68 | 0.58 |
| Hex | DC | 8F | 4A | 0 | 23 | 42 | E | 1C | 44 | 3A |
| Octal | 334 | 217 | 112 | 0 | 43 | 102 | 16 | 34 | 104 | 72 |
| Binary | 11011100 | 10001111 | 1001010 | 0 | 100011 | 1000010 | 1110 | 11100 | 1000100 | 111010 |
Color Harmonies of #DC8F4A
Complementary color
Monochromatic Colors of #DC8F4A
Black with #DC8F4A
Text Example
Text Example
White with #DC8F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F4A; }
p { color: rgb(220,143,74); }
H1.HeaderClassName
{
color: #DC8F4A;
}
.AnyTagClassName
{
color: #DC8F4A;
}
</style>
background-color css
<style>
a { background-color: #DC8F4A; }
a { background-color: rgb(220,143,74); }
div.DivClassName
{
background-color: #DC8F4A;
}
.BgClassName
{
background-color: #DC8F4A;
}
</style>
border-color css
<style>
span { border-color: #DC8F4A; }
span { border-color: rgb(220,143,74); }
td.TdClassName
{
border-color: #DC8F4A;
}
.TagClassName
{
border-color: #DC8F4A;
}
</style>