Shades of Copper #DC845D
Tints of Copper #DC845D
RGB
CMYK
RGB Variations
Color information
#DC845D (or 0xDC845D) is known color: Copper. HEX triplet: DC, 84 and 5D. RGB value is (220,132,93). Sum of RGB (Red+Green+Blue) = 220+132+93=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC845D is #237BA2. Grayscale: #9A9A9A. Windows color (decimal): -2325411 or 6128860. OLE color: 6128860.
HSL color Cylindrical-coordinate representation of color #DC845D: hue angle of 18.43º degrees, saturation: 0.64, 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 #DC845D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 93 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 18.43º | 0.64% | 0.61% | - |
| HSV(B) | 18.43º | 0.58% | 0.86% | - |
| XYZ | 39.74 | 32.51 | 14.54 | - |
| YUV | 153.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 93 | 0 | 0.40 | 0.58 | 0.14 | 18.43 | 0.64 | 0.61 |
| Hex | DC | 84 | 5D | 0 | 28 | 3A | E | 12 | 40 | 3D |
| Octal | 334 | 204 | 135 | 0 | 50 | 72 | 16 | 22 | 100 | 75 |
| Binary | 11011100 | 10000100 | 1011101 | 0 | 101000 | 111010 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DC845D
Complementary color
Monochromatic Colors of #DC845D
Black with #DC845D
Text Example
Text Example
White with #DC845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC845D; }
p { color: rgb(220,132,93); }
H1.HeaderClassName
{
color: #DC845D;
}
.AnyTagClassName
{
color: #DC845D;
}
</style>
background-color css
<style>
a { background-color: #DC845D; }
a { background-color: rgb(220,132,93); }
div.DivClassName
{
background-color: #DC845D;
}
.BgClassName
{
background-color: #DC845D;
}
</style>
border-color css
<style>
span { border-color: #DC845D; }
span { border-color: rgb(220,132,93); }
td.TdClassName
{
border-color: #DC845D;
}
.TagClassName
{
border-color: #DC845D;
}
</style>