Shades of Copper #DC845C
Tints of Copper #DC845C
RGB
CMYK
RGB Variations
Color information
#DC845C (or 0xDC845C) is known color: Copper. HEX triplet: DC, 84 and 5C. RGB value is (220,132,92). Sum of RGB (Red+Green+Blue) = 220+132+92=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC845C is #237BA3. Grayscale: #9A9A9A. Windows color (decimal): -2325412 or 6063324. OLE color: 6063324.
HSL color Cylindrical-coordinate representation of color #DC845C: hue angle of 18.75º 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 #DC845C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 92 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 18.75º | 0.65% | 0.61% | - |
| HSV(B) | 18.75º | 0.58% | 0.86% | - |
| XYZ | 39.7 | 32.49 | 14.3 | - |
| YUV | 153.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 92 | 0 | 0.40 | 0.58 | 0.14 | 18.75 | 0.65 | 0.61 |
| Hex | DC | 84 | 5C | 0 | 28 | 3A | E | 13 | 41 | 3D |
| Octal | 334 | 204 | 134 | 0 | 50 | 72 | 16 | 23 | 101 | 75 |
| Binary | 11011100 | 10000100 | 1011100 | 0 | 101000 | 111010 | 1110 | 10011 | 1000001 | 111101 |
Color Harmonies of #DC845C
Complementary color
Monochromatic Colors of #DC845C
Black with #DC845C
Text Example
Text Example
White with #DC845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC845C; }
p { color: rgb(220,132,92); }
H1.HeaderClassName
{
color: #DC845C;
}
.AnyTagClassName
{
color: #DC845C;
}
</style>
background-color css
<style>
a { background-color: #DC845C; }
a { background-color: rgb(220,132,92); }
div.DivClassName
{
background-color: #DC845C;
}
.BgClassName
{
background-color: #DC845C;
}
</style>
border-color css
<style>
span { border-color: #DC845C; }
span { border-color: rgb(220,132,92); }
td.TdClassName
{
border-color: #DC845C;
}
.TagClassName
{
border-color: #DC845C;
}
</style>