Shades of Fire Bush #DC993B
Tints of Fire Bush #DC993B
RGB
CMYK
RGB Variations
Color information
#DC993B (or 0xDC993B) is known color: Fire Bush. HEX triplet: DC, 99 and 3B. RGB value is (220,153,59). Sum of RGB (Red+Green+Blue) = 220+153+59=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC993B is #2366C4. Grayscale: #A2A2A2. Windows color (decimal): -2320069 or 3906012. OLE color: 3906012.
HSL color Cylindrical-coordinate representation of color #DC993B: hue angle of 35.03º 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 #DC993B is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 59 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.14 |
| HSL | 35.03º | 0.7% | 0.55% | - |
| HSV(B) | 35.03º | 0.73% | 0.86% | - |
| XYZ | 41.7 | 38.31 | 9.34 | - |
| YUV | 162.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 59 | 0 | 0.30 | 0.73 | 0.14 | 35.03 | 0.7 | 0.55 |
| Hex | DC | 99 | 3B | 0 | 1E | 49 | E | 23 | 46 | 37 |
| Octal | 334 | 231 | 73 | 0 | 36 | 111 | 16 | 43 | 106 | 67 |
| Binary | 11011100 | 10011001 | 111011 | 0 | 11110 | 1001001 | 1110 | 100011 | 1000110 | 110111 |
Color Harmonies of #DC993B
Complementary color
Monochromatic Colors of #DC993B
Black with #DC993B
Text Example
Text Example
White with #DC993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC993B; }
p { color: rgb(220,153,59); }
H1.HeaderClassName
{
color: #DC993B;
}
.AnyTagClassName
{
color: #DC993B;
}
</style>
background-color css
<style>
a { background-color: #DC993B; }
a { background-color: rgb(220,153,59); }
div.DivClassName
{
background-color: #DC993B;
}
.BgClassName
{
background-color: #DC993B;
}
</style>
border-color css
<style>
span { border-color: #DC993B; }
span { border-color: rgb(220,153,59); }
td.TdClassName
{
border-color: #DC993B;
}
.TagClassName
{
border-color: #DC993B;
}
</style>