Shades of Fire Bush #DC964D
Tints of Fire Bush #DC964D
RGB
CMYK
RGB Variations
Color information
#DC964D (or 0xDC964D) is known color: Fire Bush. HEX triplet: DC, 96 and 4D. RGB value is (220,150,77). Sum of RGB (Red+Green+Blue) = 220+150+77=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC964D is #2369B2. Grayscale: #A2A2A2. Windows color (decimal): -2320819 or 5084892. OLE color: 5084892.
HSL color Cylindrical-coordinate representation of color #DC964D: hue angle of 30.63º 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 #DC964D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 77 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.14 |
| HSL | 30.63º | 0.67% | 0.58% | - |
| HSV(B) | 30.63º | 0.65% | 0.86% | - |
| XYZ | 41.76 | 37.56 | 12.07 | - |
| YUV | 162.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 77 | 0 | 0.32 | 0.65 | 0.14 | 30.63 | 0.67 | 0.58 |
| Hex | DC | 96 | 4D | 0 | 20 | 41 | E | 1F | 43 | 3A |
| Octal | 334 | 226 | 115 | 0 | 40 | 101 | 16 | 37 | 103 | 72 |
| Binary | 11011100 | 10010110 | 1001101 | 0 | 100000 | 1000001 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DC964D
Complementary color
Monochromatic Colors of #DC964D
Black with #DC964D
Text Example
Text Example
White with #DC964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC964D; }
p { color: rgb(220,150,77); }
H1.HeaderClassName
{
color: #DC964D;
}
.AnyTagClassName
{
color: #DC964D;
}
</style>
background-color css
<style>
a { background-color: #DC964D; }
a { background-color: rgb(220,150,77); }
div.DivClassName
{
background-color: #DC964D;
}
.BgClassName
{
background-color: #DC964D;
}
</style>
border-color css
<style>
span { border-color: #DC964D; }
span { border-color: rgb(220,150,77); }
td.TdClassName
{
border-color: #DC964D;
}
.TagClassName
{
border-color: #DC964D;
}
</style>