Shades of Copper #DC8864
Tints of Copper #DC8864
RGB
CMYK
RGB Variations
Color information
#DC8864 (or 0xDC8864) is known color: Copper. HEX triplet: DC, 88 and 64. RGB value is (220,136,100). Sum of RGB (Red+Green+Blue) = 220+136+100=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8864 is #23779B. Grayscale: #9D9D9D. Windows color (decimal): -2324380 or 6588636. OLE color: 6588636.
HSL color Cylindrical-coordinate representation of color #DC8864: hue angle of 18º 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 #DC8864 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 100 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.14 |
| HSL | 18º | 0.63% | 0.63% | - |
| HSV(B) | 18º | 0.55% | 0.86% | - |
| XYZ | 40.62 | 33.74 | 16.43 | - |
| YUV | 157.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 100 | 0 | 0.38 | 0.55 | 0.14 | 18 | 0.63 | 0.63 |
| Hex | DC | 88 | 64 | 0 | 26 | 37 | E | 12 | 3F | 3F |
| Octal | 334 | 210 | 144 | 0 | 46 | 67 | 16 | 22 | 77 | 77 |
| Binary | 11011100 | 10001000 | 1100100 | 0 | 100110 | 110111 | 1110 | 10010 | 111111 | 111111 |
Color Harmonies of #DC8864
Complementary color
Monochromatic Colors of #DC8864
Black with #DC8864
Text Example
Text Example
White with #DC8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8864; }
p { color: rgb(220,136,100); }
H1.HeaderClassName
{
color: #DC8864;
}
.AnyTagClassName
{
color: #DC8864;
}
</style>
background-color css
<style>
a { background-color: #DC8864; }
a { background-color: rgb(220,136,100); }
div.DivClassName
{
background-color: #DC8864;
}
.BgClassName
{
background-color: #DC8864;
}
</style>
border-color css
<style>
span { border-color: #DC8864; }
span { border-color: rgb(220,136,100); }
td.TdClassName
{
border-color: #DC8864;
}
.TagClassName
{
border-color: #DC8864;
}
</style>