Shades of Copper #DC866C
Tints of Copper #DC866C
RGB
CMYK
RGB Variations
Color information
#DC866C (or 0xDC866C) is known color: Copper. HEX triplet: DC, 86 and 6C. RGB value is (220,134,108). Sum of RGB (Red+Green+Blue) = 220+134+108=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866C is #237993. Grayscale: #9C9C9C. Windows color (decimal): -2324884 or 7112412. OLE color: 7112412.
HSL color Cylindrical-coordinate representation of color #DC866C: hue angle of 13.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC866C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 108 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.14 |
| HSL | 13.93º | 0.62% | 0.64% | - |
| HSV(B) | 13.93º | 0.51% | 0.86% | - |
| XYZ | 40.75 | 33.35 | 18.48 | - |
| YUV | 156.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 108 | 0 | 0.39 | 0.51 | 0.14 | 13.93 | 0.62 | 0.64 |
| Hex | DC | 86 | 6C | 0 | 27 | 33 | E | E | 3E | 40 |
| Octal | 334 | 206 | 154 | 0 | 47 | 63 | 16 | 16 | 76 | 100 |
| Binary | 11011100 | 10000110 | 1101100 | 0 | 100111 | 110011 | 1110 | 1110 | 111110 | 1000000 |
Color Harmonies of #DC866C
Complementary color
Monochromatic Colors of #DC866C
Black with #DC866C
Text Example
Text Example
White with #DC866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC866C; }
p { color: rgb(220,134,108); }
H1.HeaderClassName
{
color: #DC866C;
}
.AnyTagClassName
{
color: #DC866C;
}
</style>
background-color css
<style>
a { background-color: #DC866C; }
a { background-color: rgb(220,134,108); }
div.DivClassName
{
background-color: #DC866C;
}
.BgClassName
{
background-color: #DC866C;
}
</style>
border-color css
<style>
span { border-color: #DC866C; }
span { border-color: rgb(220,134,108); }
td.TdClassName
{
border-color: #DC866C;
}
.TagClassName
{
border-color: #DC866C;
}
</style>