Shades of Fire Bush #DC9D3E
Tints of Fire Bush #DC9D3E
RGB
CMYK
RGB Variations
Color information
#DC9D3E (or 0xDC9D3E) is known color: Fire Bush. HEX triplet: DC, 9D and 3E. RGB value is (220,157,62). Sum of RGB (Red+Green+Blue) = 220+157+62=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D3E is #2362C1. Grayscale: #A5A5A5. Windows color (decimal): -2319042 or 4103644. OLE color: 4103644.
HSL color Cylindrical-coordinate representation of color #DC9D3E: hue angle of 36.08º 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 #DC9D3E is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 62 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.14 |
| HSL | 36.08º | 0.69% | 0.55% | - |
| HSV(B) | 36.08º | 0.72% | 0.86% | - |
| XYZ | 42.44 | 39.68 | 9.98 | - |
| YUV | 165.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 62 | 0 | 0.29 | 0.72 | 0.14 | 36.08 | 0.69 | 0.55 |
| Hex | DC | 9D | 3E | 0 | 1D | 48 | E | 24 | 45 | 37 |
| Octal | 334 | 235 | 76 | 0 | 35 | 110 | 16 | 44 | 105 | 67 |
| Binary | 11011100 | 10011101 | 111110 | 0 | 11101 | 1001000 | 1110 | 100100 | 1000101 | 110111 |
Color Harmonies of #DC9D3E
Complementary color
Monochromatic Colors of #DC9D3E
Black with #DC9D3E
Text Example
Text Example
White with #DC9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D3E; }
p { color: rgb(220,157,62); }
H1.HeaderClassName
{
color: #DC9D3E;
}
.AnyTagClassName
{
color: #DC9D3E;
}
</style>
background-color css
<style>
a { background-color: #DC9D3E; }
a { background-color: rgb(220,157,62); }
div.DivClassName
{
background-color: #DC9D3E;
}
.BgClassName
{
background-color: #DC9D3E;
}
</style>
border-color css
<style>
span { border-color: #DC9D3E; }
span { border-color: rgb(220,157,62); }
td.TdClassName
{
border-color: #DC9D3E;
}
.TagClassName
{
border-color: #DC9D3E;
}
</style>