Shades of Copper #DC8559
Tints of Copper #DC8559
RGB
CMYK
RGB Variations
Color information
#DC8559 (or 0xDC8559) is known color: Copper. HEX triplet: DC, 85 and 59. RGB value is (220,133,89). Sum of RGB (Red+Green+Blue) = 220+133+89=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8559 is #237AA6. Grayscale: #9A9A9A. Windows color (decimal): -2325159 or 5866972. OLE color: 5866972.
HSL color Cylindrical-coordinate representation of color #DC8559: hue angle of 20.15º 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 #DC8559 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 89 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.14 |
| HSL | 20.15º | 0.65% | 0.61% | - |
| HSV(B) | 20.15º | 0.6% | 0.86% | - |
| XYZ | 39.71 | 32.71 | 13.67 | - |
| YUV | 154 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 89 | 0 | 0.40 | 0.60 | 0.14 | 20.15 | 0.65 | 0.61 |
| Hex | DC | 85 | 59 | 0 | 28 | 3C | E | 14 | 41 | 3D |
| Octal | 334 | 205 | 131 | 0 | 50 | 74 | 16 | 24 | 101 | 75 |
| Binary | 11011100 | 10000101 | 1011001 | 0 | 101000 | 111100 | 1110 | 10100 | 1000001 | 111101 |
Color Harmonies of #DC8559
Complementary color
Monochromatic Colors of #DC8559
Black with #DC8559
Text Example
Text Example
White with #DC8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8559; }
p { color: rgb(220,133,89); }
H1.HeaderClassName
{
color: #DC8559;
}
.AnyTagClassName
{
color: #DC8559;
}
</style>
background-color css
<style>
a { background-color: #DC8559; }
a { background-color: rgb(220,133,89); }
div.DivClassName
{
background-color: #DC8559;
}
.BgClassName
{
background-color: #DC8559;
}
</style>
border-color css
<style>
span { border-color: #DC8559; }
span { border-color: rgb(220,133,89); }
td.TdClassName
{
border-color: #DC8559;
}
.TagClassName
{
border-color: #DC8559;
}
</style>