Shades of Copper #DC8364
Tints of Copper #DC8364
RGB
CMYK
RGB Variations
Color information
#DC8364 (or 0xDC8364) is known color: Copper. HEX triplet: DC, 83 and 64. RGB value is (220,131,100). Sum of RGB (Red+Green+Blue) = 220+131+100=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8364 is #237C9B. Grayscale: #9A9A9A. Windows color (decimal): -2325660 or 6587356. OLE color: 6587356.
HSL color Cylindrical-coordinate representation of color #DC8364: hue angle of 15.5º 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 #DC8364 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 100 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.14 |
| HSL | 15.5º | 0.63% | 0.63% | - |
| HSV(B) | 15.5º | 0.55% | 0.86% | - |
| XYZ | 39.93 | 32.37 | 16.2 | - |
| YUV | 154.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 100 | 0 | 0.40 | 0.55 | 0.14 | 15.5 | 0.63 | 0.63 |
| Hex | DC | 83 | 64 | 0 | 28 | 37 | E | 10 | 3F | 3F |
| Octal | 334 | 203 | 144 | 0 | 50 | 67 | 16 | 20 | 77 | 77 |
| Binary | 11011100 | 10000011 | 1100100 | 0 | 101000 | 110111 | 1110 | 10000 | 111111 | 111111 |
Color Harmonies of #DC8364
Complementary color
Monochromatic Colors of #DC8364
Black with #DC8364
Text Example
Text Example
White with #DC8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8364; }
p { color: rgb(220,131,100); }
H1.HeaderClassName
{
color: #DC8364;
}
.AnyTagClassName
{
color: #DC8364;
}
</style>
background-color css
<style>
a { background-color: #DC8364; }
a { background-color: rgb(220,131,100); }
div.DivClassName
{
background-color: #DC8364;
}
.BgClassName
{
background-color: #DC8364;
}
</style>
border-color css
<style>
span { border-color: #DC8364; }
span { border-color: rgb(220,131,100); }
td.TdClassName
{
border-color: #DC8364;
}
.TagClassName
{
border-color: #DC8364;
}
</style>