Shades of Fire Bush #DC9F3B
Tints of Fire Bush #DC9F3B
RGB
CMYK
RGB Variations
Color information
#DC9F3B (or 0xDC9F3B) is known color: Fire Bush. HEX triplet: DC, 9F and 3B. RGB value is (220,159,59). Sum of RGB (Red+Green+Blue) = 220+159+59=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F3B is #2360C4. Grayscale: #A6A6A6. Windows color (decimal): -2318533 or 3907548. OLE color: 3907548.
HSL color Cylindrical-coordinate representation of color #DC9F3B: hue angle of 37.27º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC9F3B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 59 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.14 |
| HSL | 37.27º | 0.7% | 0.55% | - |
| HSV(B) | 37.27º | 0.73% | 0.86% | - |
| XYZ | 42.7 | 40.33 | 9.67 | - |
| YUV | 165.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 59 | 0 | 0.28 | 0.73 | 0.14 | 37.27 | 0.7 | 0.55 |
| Hex | DC | 9F | 3B | 0 | 1C | 49 | E | 25 | 46 | 37 |
| Octal | 334 | 237 | 73 | 0 | 34 | 111 | 16 | 45 | 106 | 67 |
| Binary | 11011100 | 10011111 | 111011 | 0 | 11100 | 1001001 | 1110 | 100101 | 1000110 | 110111 |
Color Harmonies of #DC9F3B
Complementary color
Monochromatic Colors of #DC9F3B
Black with #DC9F3B
Text Example
Text Example
White with #DC9F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F3B; }
p { color: rgb(220,159,59); }
H1.HeaderClassName
{
color: #DC9F3B;
}
.AnyTagClassName
{
color: #DC9F3B;
}
</style>
background-color css
<style>
a { background-color: #DC9F3B; }
a { background-color: rgb(220,159,59); }
div.DivClassName
{
background-color: #DC9F3B;
}
.BgClassName
{
background-color: #DC9F3B;
}
</style>
border-color css
<style>
span { border-color: #DC9F3B; }
span { border-color: rgb(220,159,59); }
td.TdClassName
{
border-color: #DC9F3B;
}
.TagClassName
{
border-color: #DC9F3B;
}
</style>