Shades of Copper #DC8A68
Tints of Copper #DC8A68
RGB
CMYK
RGB Variations
Color information
#DC8A68 (or 0xDC8A68) is known color: Copper. HEX triplet: DC, 8A and 68. RGB value is (220,138,104). Sum of RGB (Red+Green+Blue) = 220+138+104=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A68 is #237597. Grayscale: #9E9E9E. Windows color (decimal): -2323864 or 6851292. OLE color: 6851292.
HSL color Cylindrical-coordinate representation of color #DC8A68: hue angle of 17.59º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC8A68 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 104 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.14 |
| HSL | 17.59º | 0.62% | 0.64% | - |
| HSV(B) | 17.59º | 0.53% | 0.86% | - |
| XYZ | 41.1 | 34.39 | 17.57 | - |
| YUV | 158.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 104 | 0 | 0.37 | 0.53 | 0.14 | 17.59 | 0.62 | 0.64 |
| Hex | DC | 8A | 68 | 0 | 25 | 35 | E | 12 | 3E | 40 |
| Octal | 334 | 212 | 150 | 0 | 45 | 65 | 16 | 22 | 76 | 100 |
| Binary | 11011100 | 10001010 | 1101000 | 0 | 100101 | 110101 | 1110 | 10010 | 111110 | 1000000 |
Color Harmonies of #DC8A68
Complementary color
Monochromatic Colors of #DC8A68
Black with #DC8A68
Text Example
Text Example
White with #DC8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A68; }
p { color: rgb(220,138,104); }
H1.HeaderClassName
{
color: #DC8A68;
}
.AnyTagClassName
{
color: #DC8A68;
}
</style>
background-color css
<style>
a { background-color: #DC8A68; }
a { background-color: rgb(220,138,104); }
div.DivClassName
{
background-color: #DC8A68;
}
.BgClassName
{
background-color: #DC8A68;
}
</style>
border-color css
<style>
span { border-color: #DC8A68; }
span { border-color: rgb(220,138,104); }
td.TdClassName
{
border-color: #DC8A68;
}
.TagClassName
{
border-color: #DC8A68;
}
</style>