Shades of Copper #DC8464
Tints of Copper #DC8464
RGB
CMYK
RGB Variations
Color information
#DC8464 (or 0xDC8464) is known color: Copper. HEX triplet: DC, 84 and 64. RGB value is (220,132,100). Sum of RGB (Red+Green+Blue) = 220+132+100=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8464 is #237B9B. Grayscale: #9A9A9A. Windows color (decimal): -2325404 or 6587612. OLE color: 6587612.
HSL color Cylindrical-coordinate representation of color #DC8464: hue angle of 16º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8464 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 100 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.14 |
| HSL | 16º | 0.63% | 0.63% | - |
| HSV(B) | 16º | 0.55% | 0.86% | - |
| XYZ | 40.07 | 32.64 | 16.24 | - |
| YUV | 154.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 100 | 0 | 0.40 | 0.55 | 0.14 | 16 | 0.63 | 0.63 |
| Hex | DC | 84 | 64 | 0 | 28 | 37 | E | 10 | 3F | 3F |
| Octal | 334 | 204 | 144 | 0 | 50 | 67 | 16 | 20 | 77 | 77 |
| Binary | 11011100 | 10000100 | 1100100 | 0 | 101000 | 110111 | 1110 | 10000 | 111111 | 111111 |
Color Harmonies of #DC8464
Complementary color
Monochromatic Colors of #DC8464
Black with #DC8464
Text Example
Text Example
White with #DC8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8464; }
p { color: rgb(220,132,100); }
H1.HeaderClassName
{
color: #DC8464;
}
.AnyTagClassName
{
color: #DC8464;
}
</style>
background-color css
<style>
a { background-color: #DC8464; }
a { background-color: rgb(220,132,100); }
div.DivClassName
{
background-color: #DC8464;
}
.BgClassName
{
background-color: #DC8464;
}
</style>
border-color css
<style>
span { border-color: #DC8464; }
span { border-color: rgb(220,132,100); }
td.TdClassName
{
border-color: #DC8464;
}
.TagClassName
{
border-color: #DC8464;
}
</style>