Shades of Copper #DC8762
Tints of Copper #DC8762
RGB
CMYK
RGB Variations
Color information
#DC8762 (or 0xDC8762) is known color: Copper. HEX triplet: DC, 87 and 62. RGB value is (220,135,98). Sum of RGB (Red+Green+Blue) = 220+135+98=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8762 is #23789D. Grayscale: #9C9C9C. Windows color (decimal): -2324638 or 6457308. OLE color: 6457308.
HSL color Cylindrical-coordinate representation of color #DC8762: hue angle of 18.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8762 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 98 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.14 |
| HSL | 18.2º | 0.64% | 0.62% | - |
| HSV(B) | 18.2º | 0.55% | 0.86% | - |
| XYZ | 40.38 | 33.43 | 15.88 | - |
| YUV | 156.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 98 | 0 | 0.39 | 0.55 | 0.14 | 18.2 | 0.64 | 0.62 |
| Hex | DC | 87 | 62 | 0 | 27 | 37 | E | 12 | 40 | 3E |
| Octal | 334 | 207 | 142 | 0 | 47 | 67 | 16 | 22 | 100 | 76 |
| Binary | 11011100 | 10000111 | 1100010 | 0 | 100111 | 110111 | 1110 | 10010 | 1000000 | 111110 |
Color Harmonies of #DC8762
Complementary color
Monochromatic Colors of #DC8762
Black with #DC8762
Text Example
Text Example
White with #DC8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8762; }
p { color: rgb(220,135,98); }
H1.HeaderClassName
{
color: #DC8762;
}
.AnyTagClassName
{
color: #DC8762;
}
</style>
background-color css
<style>
a { background-color: #DC8762; }
a { background-color: rgb(220,135,98); }
div.DivClassName
{
background-color: #DC8762;
}
.BgClassName
{
background-color: #DC8762;
}
</style>
border-color css
<style>
span { border-color: #DC8762; }
span { border-color: rgb(220,135,98); }
td.TdClassName
{
border-color: #DC8762;
}
.TagClassName
{
border-color: #DC8762;
}
</style>