Shades of Fire Bush #DC963B
Tints of Fire Bush #DC963B
RGB
CMYK
RGB Variations
Color information
#DC963B (or 0xDC963B) is known color: Fire Bush. HEX triplet: DC, 96 and 3B. RGB value is (220,150,59). Sum of RGB (Red+Green+Blue) = 220+150+59=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC963B is #2369C4. Grayscale: #A0A0A0. Windows color (decimal): -2320837 or 3905244. OLE color: 3905244.
HSL color Cylindrical-coordinate representation of color #DC963B: hue angle of 33.91º 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 #DC963B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 59 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.14 |
| HSL | 33.91º | 0.7% | 0.55% | - |
| HSV(B) | 33.91º | 0.73% | 0.86% | - |
| XYZ | 41.21 | 37.34 | 9.17 | - |
| YUV | 160.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 59 | 0 | 0.32 | 0.73 | 0.14 | 33.91 | 0.7 | 0.55 |
| Hex | DC | 96 | 3B | 0 | 20 | 49 | E | 22 | 46 | 37 |
| Octal | 334 | 226 | 73 | 0 | 40 | 111 | 16 | 42 | 106 | 67 |
| Binary | 11011100 | 10010110 | 111011 | 0 | 100000 | 1001001 | 1110 | 100010 | 1000110 | 110111 |
Color Harmonies of #DC963B
Complementary color
Monochromatic Colors of #DC963B
Black with #DC963B
Text Example
Text Example
White with #DC963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC963B; }
p { color: rgb(220,150,59); }
H1.HeaderClassName
{
color: #DC963B;
}
.AnyTagClassName
{
color: #DC963B;
}
</style>
background-color css
<style>
a { background-color: #DC963B; }
a { background-color: rgb(220,150,59); }
div.DivClassName
{
background-color: #DC963B;
}
.BgClassName
{
background-color: #DC963B;
}
</style>
border-color css
<style>
span { border-color: #DC963B; }
span { border-color: rgb(220,150,59); }
td.TdClassName
{
border-color: #DC963B;
}
.TagClassName
{
border-color: #DC963B;
}
</style>