Shades of Copper #DC8459
Tints of Copper #DC8459
RGB
CMYK
RGB Variations
Color information
#DC8459 (or 0xDC8459) is known color: Copper. HEX triplet: DC, 84 and 59. RGB value is (220,132,89). Sum of RGB (Red+Green+Blue) = 220+132+89=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8459 is #237BA6. Grayscale: #999999. Windows color (decimal): -2325415 or 5866716. OLE color: 5866716.
HSL color Cylindrical-coordinate representation of color #DC8459: hue angle of 19.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8459 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 89 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.14 |
| HSL | 19.69º | 0.65% | 0.61% | - |
| HSV(B) | 19.69º | 0.6% | 0.86% | - |
| XYZ | 39.57 | 32.44 | 13.63 | - |
| YUV | 153.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 89 | 0 | 0.40 | 0.60 | 0.14 | 19.69 | 0.65 | 0.61 |
| Hex | DC | 84 | 59 | 0 | 28 | 3C | E | 14 | 41 | 3D |
| Octal | 334 | 204 | 131 | 0 | 50 | 74 | 16 | 24 | 101 | 75 |
| Binary | 11011100 | 10000100 | 1011001 | 0 | 101000 | 111100 | 1110 | 10100 | 1000001 | 111101 |
Color Harmonies of #DC8459
Complementary color
Monochromatic Colors of #DC8459
Black with #DC8459
Text Example
Text Example
White with #DC8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8459; }
p { color: rgb(220,132,89); }
H1.HeaderClassName
{
color: #DC8459;
}
.AnyTagClassName
{
color: #DC8459;
}
</style>
background-color css
<style>
a { background-color: #DC8459; }
a { background-color: rgb(220,132,89); }
div.DivClassName
{
background-color: #DC8459;
}
.BgClassName
{
background-color: #DC8459;
}
</style>
border-color css
<style>
span { border-color: #DC8459; }
span { border-color: rgb(220,132,89); }
td.TdClassName
{
border-color: #DC8459;
}
.TagClassName
{
border-color: #DC8459;
}
</style>