Shades of Copper #DC885C
Tints of Copper #DC885C
RGB
CMYK
RGB Variations
Color information
#DC885C (or 0xDC885C) is known color: Copper. HEX triplet: DC, 88 and 5C. RGB value is (220,136,92). Sum of RGB (Red+Green+Blue) = 220+136+92=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC885C is #2377A3. Grayscale: #9C9C9C. Windows color (decimal): -2324388 or 6064348. OLE color: 6064348.
HSL color Cylindrical-coordinate representation of color #DC885C: hue angle of 20.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC885C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 92 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.14 |
| HSL | 20.63º | 0.65% | 0.61% | - |
| HSV(B) | 20.63º | 0.58% | 0.86% | - |
| XYZ | 40.25 | 33.6 | 14.49 | - |
| YUV | 156.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 92 | 0 | 0.38 | 0.58 | 0.14 | 20.63 | 0.65 | 0.61 |
| Hex | DC | 88 | 5C | 0 | 26 | 3A | E | 15 | 41 | 3D |
| Octal | 334 | 210 | 134 | 0 | 46 | 72 | 16 | 25 | 101 | 75 |
| Binary | 11011100 | 10001000 | 1011100 | 0 | 100110 | 111010 | 1110 | 10101 | 1000001 | 111101 |
Color Harmonies of #DC885C
Complementary color
Monochromatic Colors of #DC885C
Black with #DC885C
Text Example
Text Example
White with #DC885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC885C; }
p { color: rgb(220,136,92); }
H1.HeaderClassName
{
color: #DC885C;
}
.AnyTagClassName
{
color: #DC885C;
}
</style>
background-color css
<style>
a { background-color: #DC885C; }
a { background-color: rgb(220,136,92); }
div.DivClassName
{
background-color: #DC885C;
}
.BgClassName
{
background-color: #DC885C;
}
</style>
border-color css
<style>
span { border-color: #DC885C; }
span { border-color: rgb(220,136,92); }
td.TdClassName
{
border-color: #DC885C;
}
.TagClassName
{
border-color: #DC885C;
}
</style>