Shades of Fire Bush #DC9E3E
Tints of Fire Bush #DC9E3E
RGB
CMYK
RGB Variations
Color information
#DC9E3E (or 0xDC9E3E) is known color: Fire Bush. HEX triplet: DC, 9E and 3E. RGB value is (220,158,62). Sum of RGB (Red+Green+Blue) = 220+158+62=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E3E is #2361C1. Grayscale: #A6A6A6. Windows color (decimal): -2318786 or 4103900. OLE color: 4103900.
HSL color Cylindrical-coordinate representation of color #DC9E3E: hue angle of 36.46º 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 #DC9E3E is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 62 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.14 |
| HSL | 36.46º | 0.69% | 0.55% | - |
| HSV(B) | 36.46º | 0.72% | 0.86% | - |
| XYZ | 42.61 | 40.02 | 10.04 | - |
| YUV | 165.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 62 | 0 | 0.28 | 0.72 | 0.14 | 36.46 | 0.69 | 0.55 |
| Hex | DC | 9E | 3E | 0 | 1C | 48 | E | 24 | 45 | 37 |
| Octal | 334 | 236 | 76 | 0 | 34 | 110 | 16 | 44 | 105 | 67 |
| Binary | 11011100 | 10011110 | 111110 | 0 | 11100 | 1001000 | 1110 | 100100 | 1000101 | 110111 |
Color Harmonies of #DC9E3E
Complementary color
Monochromatic Colors of #DC9E3E
Black with #DC9E3E
Text Example
Text Example
White with #DC9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E3E; }
p { color: rgb(220,158,62); }
H1.HeaderClassName
{
color: #DC9E3E;
}
.AnyTagClassName
{
color: #DC9E3E;
}
</style>
background-color css
<style>
a { background-color: #DC9E3E; }
a { background-color: rgb(220,158,62); }
div.DivClassName
{
background-color: #DC9E3E;
}
.BgClassName
{
background-color: #DC9E3E;
}
</style>
border-color css
<style>
span { border-color: #DC9E3E; }
span { border-color: rgb(220,158,62); }
td.TdClassName
{
border-color: #DC9E3E;
}
.TagClassName
{
border-color: #DC9E3E;
}
</style>