Shades of Copper #DC8F63
Tints of Copper #DC8F63
RGB
CMYK
RGB Variations
Color information
#DC8F63 (or 0xDC8F63) is known color: Copper. HEX triplet: DC, 8F and 63. RGB value is (220,143,99). Sum of RGB (Red+Green+Blue) = 220+143+99=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F63 is #23709C. Grayscale: #A1A1A1. Windows color (decimal): -2322589 or 6524892. OLE color: 6524892.
HSL color Cylindrical-coordinate representation of color #DC8F63: hue angle of 21.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8F63 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 99 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.14 |
| HSL | 21.82º | 0.63% | 0.63% | - |
| HSV(B) | 21.82º | 0.55% | 0.86% | - |
| XYZ | 41.59 | 35.76 | 16.52 | - |
| YUV | 161.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 99 | 0 | 0.35 | 0.55 | 0.14 | 21.82 | 0.63 | 0.63 |
| Hex | DC | 8F | 63 | 0 | 23 | 37 | E | 16 | 3F | 3F |
| Octal | 334 | 217 | 143 | 0 | 43 | 67 | 16 | 26 | 77 | 77 |
| Binary | 11011100 | 10001111 | 1100011 | 0 | 100011 | 110111 | 1110 | 10110 | 111111 | 111111 |
Color Harmonies of #DC8F63
Complementary color
Monochromatic Colors of #DC8F63
Black with #DC8F63
Text Example
Text Example
White with #DC8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F63; }
p { color: rgb(220,143,99); }
H1.HeaderClassName
{
color: #DC8F63;
}
.AnyTagClassName
{
color: #DC8F63;
}
</style>
background-color css
<style>
a { background-color: #DC8F63; }
a { background-color: rgb(220,143,99); }
div.DivClassName
{
background-color: #DC8F63;
}
.BgClassName
{
background-color: #DC8F63;
}
</style>
border-color css
<style>
span { border-color: #DC8F63; }
span { border-color: rgb(220,143,99); }
td.TdClassName
{
border-color: #DC8F63;
}
.TagClassName
{
border-color: #DC8F63;
}
</style>