Shades of Fire Bush #DC8F3E
Tints of Fire Bush #DC8F3E
RGB
CMYK
RGB Variations
Color information
#DC8F3E (or 0xDC8F3E) is known color: Fire Bush. HEX triplet: DC, 8F and 3E. RGB value is (220,143,62). Sum of RGB (Red+Green+Blue) = 220+143+62=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F3E is #2370C1. Grayscale: #9D9D9D. Windows color (decimal): -2322626 or 4100060. OLE color: 4100060.
HSL color Cylindrical-coordinate representation of color #DC8F3E: hue angle of 30.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC8F3E is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 62 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.14 |
| HSL | 30.76º | 0.69% | 0.55% | - |
| HSV(B) | 30.76º | 0.72% | 0.86% | - |
| XYZ | 40.21 | 35.21 | 9.23 | - |
| YUV | 156.79 | 74.51 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 62 | 0 | 0.35 | 0.72 | 0.14 | 30.76 | 0.69 | 0.55 |
| Hex | DC | 8F | 3E | 0 | 23 | 48 | E | 1F | 45 | 37 |
| Octal | 334 | 217 | 76 | 0 | 43 | 110 | 16 | 37 | 105 | 67 |
| Binary | 11011100 | 10001111 | 111110 | 0 | 100011 | 1001000 | 1110 | 11111 | 1000101 | 110111 |
Color Harmonies of #DC8F3E
Complementary color
Monochromatic Colors of #DC8F3E
Black with #DC8F3E
Text Example
Text Example
White with #DC8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F3E; }
p { color: rgb(220,143,62); }
H1.HeaderClassName
{
color: #DC8F3E;
}
.AnyTagClassName
{
color: #DC8F3E;
}
</style>
background-color css
<style>
a { background-color: #DC8F3E; }
a { background-color: rgb(220,143,62); }
div.DivClassName
{
background-color: #DC8F3E;
}
.BgClassName
{
background-color: #DC8F3E;
}
</style>
border-color css
<style>
span { border-color: #DC8F3E; }
span { border-color: rgb(220,143,62); }
td.TdClassName
{
border-color: #DC8F3E;
}
.TagClassName
{
border-color: #DC8F3E;
}
</style>