Shades of Copper #DC8664
Tints of Copper #DC8664
RGB
CMYK
RGB Variations
Color information
#DC8664 (or 0xDC8664) is known color: Copper. HEX triplet: DC, 86 and 64. RGB value is (220,134,100). Sum of RGB (Red+Green+Blue) = 220+134+100=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8664 is #23799B. Grayscale: #9C9C9C. Windows color (decimal): -2324892 or 6588124. OLE color: 6588124.
HSL color Cylindrical-coordinate representation of color #DC8664: hue angle of 17º 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 #DC8664 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 100 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.14 |
| HSL | 17º | 0.63% | 0.63% | - |
| HSV(B) | 17º | 0.55% | 0.86% | - |
| XYZ | 40.34 | 33.19 | 16.34 | - |
| YUV | 155.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 100 | 0 | 0.39 | 0.55 | 0.14 | 17 | 0.63 | 0.63 |
| Hex | DC | 86 | 64 | 0 | 27 | 37 | E | 11 | 3F | 3F |
| Octal | 334 | 206 | 144 | 0 | 47 | 67 | 16 | 21 | 77 | 77 |
| Binary | 11011100 | 10000110 | 1100100 | 0 | 100111 | 110111 | 1110 | 10001 | 111111 | 111111 |
Color Harmonies of #DC8664
Complementary color
Monochromatic Colors of #DC8664
Black with #DC8664
Text Example
Text Example
White with #DC8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8664; }
p { color: rgb(220,134,100); }
H1.HeaderClassName
{
color: #DC8664;
}
.AnyTagClassName
{
color: #DC8664;
}
</style>
background-color css
<style>
a { background-color: #DC8664; }
a { background-color: rgb(220,134,100); }
div.DivClassName
{
background-color: #DC8664;
}
.BgClassName
{
background-color: #DC8664;
}
</style>
border-color css
<style>
span { border-color: #DC8664; }
span { border-color: rgb(220,134,100); }
td.TdClassName
{
border-color: #DC8664;
}
.TagClassName
{
border-color: #DC8664;
}
</style>