Shades of Copper #DC8C67
Tints of Copper #DC8C67
RGB
CMYK
RGB Variations
Color information
#DC8C67 (or 0xDC8C67) is known color: Copper. HEX triplet: DC, 8C and 67. RGB value is (220,140,103). Sum of RGB (Red+Green+Blue) = 220+140+103=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C67 is #237398. Grayscale: #9F9F9F. Windows color (decimal): -2323353 or 6786268. OLE color: 6786268.
HSL color Cylindrical-coordinate representation of color #DC8C67: hue angle of 18.97º 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 #DC8C67 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 103 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.14 |
| HSL | 18.97º | 0.63% | 0.63% | - |
| HSV(B) | 18.97º | 0.53% | 0.86% | - |
| XYZ | 41.34 | 34.95 | 17.4 | - |
| YUV | 159.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 103 | 0 | 0.36 | 0.53 | 0.14 | 18.97 | 0.63 | 0.63 |
| Hex | DC | 8C | 67 | 0 | 24 | 35 | E | 13 | 3F | 3F |
| Octal | 334 | 214 | 147 | 0 | 44 | 65 | 16 | 23 | 77 | 77 |
| Binary | 11011100 | 10001100 | 1100111 | 0 | 100100 | 110101 | 1110 | 10011 | 111111 | 111111 |
Color Harmonies of #DC8C67
Complementary color
Monochromatic Colors of #DC8C67
Black with #DC8C67
Text Example
Text Example
White with #DC8C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C67; }
p { color: rgb(220,140,103); }
H1.HeaderClassName
{
color: #DC8C67;
}
.AnyTagClassName
{
color: #DC8C67;
}
</style>
background-color css
<style>
a { background-color: #DC8C67; }
a { background-color: rgb(220,140,103); }
div.DivClassName
{
background-color: #DC8C67;
}
.BgClassName
{
background-color: #DC8C67;
}
</style>
border-color css
<style>
span { border-color: #DC8C67; }
span { border-color: rgb(220,140,103); }
td.TdClassName
{
border-color: #DC8C67;
}
.TagClassName
{
border-color: #DC8C67;
}
</style>