Shades of Copper #DC7F67
Tints of Copper #DC7F67
RGB
CMYK
RGB Variations
Color information
#DC7F67 (or 0xDC7F67) is known color: Copper. HEX triplet: DC, 7F and 67. RGB value is (220,127,103). Sum of RGB (Red+Green+Blue) = 220+127+103=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F67 is #238098. Grayscale: #989898. Windows color (decimal): -2326681 or 6782940. OLE color: 6782940.
HSL color Cylindrical-coordinate representation of color #DC7F67: hue angle of 12.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7F67 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 103 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.14 |
| HSL | 12.31º | 0.63% | 0.63% | - |
| HSV(B) | 12.31º | 0.53% | 0.86% | - |
| XYZ | 39.55 | 31.37 | 16.8 | - |
| YUV | 152.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 103 | 0 | 0.42 | 0.53 | 0.14 | 12.31 | 0.63 | 0.63 |
| Hex | DC | 7F | 67 | 0 | 2A | 35 | E | C | 3F | 3F |
| Octal | 334 | 177 | 147 | 0 | 52 | 65 | 16 | 14 | 77 | 77 |
| Binary | 11011100 | 1111111 | 1100111 | 0 | 101010 | 110101 | 1110 | 1100 | 111111 | 111111 |
Color Harmonies of #DC7F67
Complementary color
Monochromatic Colors of #DC7F67
Black with #DC7F67
Text Example
Text Example
White with #DC7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F67; }
p { color: rgb(220,127,103); }
H1.HeaderClassName
{
color: #DC7F67;
}
.AnyTagClassName
{
color: #DC7F67;
}
</style>
background-color css
<style>
a { background-color: #DC7F67; }
a { background-color: rgb(220,127,103); }
div.DivClassName
{
background-color: #DC7F67;
}
.BgClassName
{
background-color: #DC7F67;
}
</style>
border-color css
<style>
span { border-color: #DC7F67; }
span { border-color: rgb(220,127,103); }
td.TdClassName
{
border-color: #DC7F67;
}
.TagClassName
{
border-color: #DC7F67;
}
</style>