Shades of Copper #DC8A67
Tints of Copper #DC8A67
RGB
CMYK
RGB Variations
Color information
#DC8A67 (or 0xDC8A67) is known color: Copper. HEX triplet: DC, 8A and 67. RGB value is (220,138,103). Sum of RGB (Red+Green+Blue) = 220+138+103=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A67 is #237598. Grayscale: #9E9E9E. Windows color (decimal): -2323865 or 6785756. OLE color: 6785756.
HSL color Cylindrical-coordinate representation of color #DC8A67: hue angle of 17.95º 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 #DC8A67 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 103 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.14 |
| HSL | 17.95º | 0.63% | 0.63% | - |
| HSV(B) | 17.95º | 0.53% | 0.86% | - |
| XYZ | 41.05 | 34.37 | 17.3 | - |
| YUV | 158.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 103 | 0 | 0.37 | 0.53 | 0.14 | 17.95 | 0.63 | 0.63 |
| Hex | DC | 8A | 67 | 0 | 25 | 35 | E | 12 | 3F | 3F |
| Octal | 334 | 212 | 147 | 0 | 45 | 65 | 16 | 22 | 77 | 77 |
| Binary | 11011100 | 10001010 | 1100111 | 0 | 100101 | 110101 | 1110 | 10010 | 111111 | 111111 |
Color Harmonies of #DC8A67
Complementary color
Monochromatic Colors of #DC8A67
Black with #DC8A67
Text Example
Text Example
White with #DC8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A67; }
p { color: rgb(220,138,103); }
H1.HeaderClassName
{
color: #DC8A67;
}
.AnyTagClassName
{
color: #DC8A67;
}
</style>
background-color css
<style>
a { background-color: #DC8A67; }
a { background-color: rgb(220,138,103); }
div.DivClassName
{
background-color: #DC8A67;
}
.BgClassName
{
background-color: #DC8A67;
}
</style>
border-color css
<style>
span { border-color: #DC8A67; }
span { border-color: rgb(220,138,103); }
td.TdClassName
{
border-color: #DC8A67;
}
.TagClassName
{
border-color: #DC8A67;
}
</style>