Shades of Fire Bush #DC963C
Tints of Fire Bush #DC963C
RGB
CMYK
RGB Variations
Color information
#DC963C (or 0xDC963C) is known color: Fire Bush. HEX triplet: DC, 96 and 3C. RGB value is (220,150,60). Sum of RGB (Red+Green+Blue) = 220+150+60=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC963C is #2369C3. Grayscale: #A1A1A1. Windows color (decimal): -2320836 or 3970780. OLE color: 3970780.
HSL color Cylindrical-coordinate representation of color #DC963C: hue angle of 33.75º 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 #DC963C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 60 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.14 |
| HSL | 33.75º | 0.7% | 0.55% | - |
| HSV(B) | 33.75º | 0.73% | 0.86% | - |
| XYZ | 41.24 | 37.35 | 9.31 | - |
| YUV | 160.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 60 | 0 | 0.32 | 0.73 | 0.14 | 33.75 | 0.7 | 0.55 |
| Hex | DC | 96 | 3C | 0 | 20 | 49 | E | 22 | 46 | 37 |
| Octal | 334 | 226 | 74 | 0 | 40 | 111 | 16 | 42 | 106 | 67 |
| Binary | 11011100 | 10010110 | 111100 | 0 | 100000 | 1001001 | 1110 | 100010 | 1000110 | 110111 |
Color Harmonies of #DC963C
Complementary color
Monochromatic Colors of #DC963C
Black with #DC963C
Text Example
Text Example
White with #DC963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC963C; }
p { color: rgb(220,150,60); }
H1.HeaderClassName
{
color: #DC963C;
}
.AnyTagClassName
{
color: #DC963C;
}
</style>
background-color css
<style>
a { background-color: #DC963C; }
a { background-color: rgb(220,150,60); }
div.DivClassName
{
background-color: #DC963C;
}
.BgClassName
{
background-color: #DC963C;
}
</style>
border-color css
<style>
span { border-color: #DC963C; }
span { border-color: rgb(220,150,60); }
td.TdClassName
{
border-color: #DC963C;
}
.TagClassName
{
border-color: #DC963C;
}
</style>