Shades of Fire Bush #DC9E3F
Tints of Fire Bush #DC9E3F
RGB
CMYK
RGB Variations
Color information
#DC9E3F (or 0xDC9E3F) is known color: Fire Bush. HEX triplet: DC, 9E and 3F. RGB value is (220,158,63). Sum of RGB (Red+Green+Blue) = 220+158+63=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E3F is #2361C0. Grayscale: #A6A6A6. Windows color (decimal): -2318785 or 4169436. OLE color: 4169436.
HSL color Cylindrical-coordinate representation of color #DC9E3F: hue angle of 36.31º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC9E3F is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 63 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.14 |
| HSL | 36.31º | 0.69% | 0.55% | - |
| HSV(B) | 36.31º | 0.71% | 0.86% | - |
| XYZ | 42.64 | 40.03 | 10.18 | - |
| YUV | 165.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 63 | 0 | 0.28 | 0.71 | 0.14 | 36.31 | 0.69 | 0.55 |
| Hex | DC | 9E | 3F | 0 | 1C | 47 | E | 24 | 45 | 37 |
| Octal | 334 | 236 | 77 | 0 | 34 | 107 | 16 | 44 | 105 | 67 |
| Binary | 11011100 | 10011110 | 111111 | 0 | 11100 | 1000111 | 1110 | 100100 | 1000101 | 110111 |
Color Harmonies of #DC9E3F
Complementary color
Monochromatic Colors of #DC9E3F
Black with #DC9E3F
Text Example
Text Example
White with #DC9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E3F; }
p { color: rgb(220,158,63); }
H1.HeaderClassName
{
color: #DC9E3F;
}
.AnyTagClassName
{
color: #DC9E3F;
}
</style>
background-color css
<style>
a { background-color: #DC9E3F; }
a { background-color: rgb(220,158,63); }
div.DivClassName
{
background-color: #DC9E3F;
}
.BgClassName
{
background-color: #DC9E3F;
}
</style>
border-color css
<style>
span { border-color: #DC9E3F; }
span { border-color: rgb(220,158,63); }
td.TdClassName
{
border-color: #DC9E3F;
}
.TagClassName
{
border-color: #DC9E3F;
}
</style>