Shades of Fire Bush #DC964C
Tints of Fire Bush #DC964C
RGB
CMYK
RGB Variations
Color information
#DC964C (or 0xDC964C) is known color: Fire Bush. HEX triplet: DC, 96 and 4C. RGB value is (220,150,76). Sum of RGB (Red+Green+Blue) = 220+150+76=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC964C is #2369B3. Grayscale: #A2A2A2. Windows color (decimal): -2320820 or 5019356. OLE color: 5019356.
HSL color Cylindrical-coordinate representation of color #DC964C: hue angle of 30.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC964C is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 76 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.14 |
| HSL | 30.83º | 0.67% | 0.58% | - |
| HSV(B) | 30.83º | 0.65% | 0.86% | - |
| XYZ | 41.73 | 37.55 | 11.89 | - |
| YUV | 162.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 76 | 0 | 0.32 | 0.65 | 0.14 | 30.83 | 0.67 | 0.58 |
| Hex | DC | 96 | 4C | 0 | 20 | 41 | E | 1F | 43 | 3A |
| Octal | 334 | 226 | 114 | 0 | 40 | 101 | 16 | 37 | 103 | 72 |
| Binary | 11011100 | 10010110 | 1001100 | 0 | 100000 | 1000001 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DC964C
Complementary color
Monochromatic Colors of #DC964C
Black with #DC964C
Text Example
Text Example
White with #DC964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC964C; }
p { color: rgb(220,150,76); }
H1.HeaderClassName
{
color: #DC964C;
}
.AnyTagClassName
{
color: #DC964C;
}
</style>
background-color css
<style>
a { background-color: #DC964C; }
a { background-color: rgb(220,150,76); }
div.DivClassName
{
background-color: #DC964C;
}
.BgClassName
{
background-color: #DC964C;
}
</style>
border-color css
<style>
span { border-color: #DC964C; }
span { border-color: rgb(220,150,76); }
td.TdClassName
{
border-color: #DC964C;
}
.TagClassName
{
border-color: #DC964C;
}
</style>