Shades of Copper #DC8C6A
Tints of Copper #DC8C6A
RGB
CMYK
RGB Variations
Color information
#DC8C6A (or 0xDC8C6A) is known color: Copper. HEX triplet: DC, 8C and 6A. RGB value is (220,140,106). Sum of RGB (Red+Green+Blue) = 220+140+106=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C6A is #237395. Grayscale: #A0A0A0. Windows color (decimal): -2323350 or 6982876. OLE color: 6982876.
HSL color Cylindrical-coordinate representation of color #DC8C6A: hue angle of 17.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC8C6A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 106 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.14 |
| HSL | 17.89º | 0.62% | 0.64% | - |
| HSV(B) | 17.89º | 0.52% | 0.86% | - |
| XYZ | 41.49 | 35.01 | 18.21 | - |
| YUV | 160.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 106 | 0 | 0.36 | 0.52 | 0.14 | 17.89 | 0.62 | 0.64 |
| Hex | DC | 8C | 6A | 0 | 24 | 34 | E | 12 | 3E | 40 |
| Octal | 334 | 214 | 152 | 0 | 44 | 64 | 16 | 22 | 76 | 100 |
| Binary | 11011100 | 10001100 | 1101010 | 0 | 100100 | 110100 | 1110 | 10010 | 111110 | 1000000 |
Color Harmonies of #DC8C6A
Complementary color
Monochromatic Colors of #DC8C6A
Black with #DC8C6A
Text Example
Text Example
White with #DC8C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C6A; }
p { color: rgb(220,140,106); }
H1.HeaderClassName
{
color: #DC8C6A;
}
.AnyTagClassName
{
color: #DC8C6A;
}
</style>
background-color css
<style>
a { background-color: #DC8C6A; }
a { background-color: rgb(220,140,106); }
div.DivClassName
{
background-color: #DC8C6A;
}
.BgClassName
{
background-color: #DC8C6A;
}
</style>
border-color css
<style>
span { border-color: #DC8C6A; }
span { border-color: rgb(220,140,106); }
td.TdClassName
{
border-color: #DC8C6A;
}
.TagClassName
{
border-color: #DC8C6A;
}
</style>