Shades of Copper #DC8561
Tints of Copper #DC8561
RGB
CMYK
RGB Variations
Color information
#DC8561 (or 0xDC8561) is known color: Copper. HEX triplet: DC, 85 and 61. RGB value is (220,133,97). Sum of RGB (Red+Green+Blue) = 220+133+97=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8561 is #237A9E. Grayscale: #9B9B9B. Windows color (decimal): -2325151 or 6391260. OLE color: 6391260.
HSL color Cylindrical-coordinate representation of color #DC8561: hue angle of 17.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8561 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 97 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.14 |
| HSL | 17.56º | 0.64% | 0.62% | - |
| HSV(B) | 17.56º | 0.56% | 0.86% | - |
| XYZ | 40.06 | 32.85 | 15.54 | - |
| YUV | 154.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 97 | 0 | 0.40 | 0.56 | 0.14 | 17.56 | 0.64 | 0.62 |
| Hex | DC | 85 | 61 | 0 | 28 | 38 | E | 12 | 40 | 3E |
| Octal | 334 | 205 | 141 | 0 | 50 | 70 | 16 | 22 | 100 | 76 |
| Binary | 11011100 | 10000101 | 1100001 | 0 | 101000 | 111000 | 1110 | 10010 | 1000000 | 111110 |
Color Harmonies of #DC8561
Complementary color
Monochromatic Colors of #DC8561
Black with #DC8561
Text Example
Text Example
White with #DC8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8561; }
p { color: rgb(220,133,97); }
H1.HeaderClassName
{
color: #DC8561;
}
.AnyTagClassName
{
color: #DC8561;
}
</style>
background-color css
<style>
a { background-color: #DC8561; }
a { background-color: rgb(220,133,97); }
div.DivClassName
{
background-color: #DC8561;
}
.BgClassName
{
background-color: #DC8561;
}
</style>
border-color css
<style>
span { border-color: #DC8561; }
span { border-color: rgb(220,133,97); }
td.TdClassName
{
border-color: #DC8561;
}
.TagClassName
{
border-color: #DC8561;
}
</style>