Shades of Copper #DC825D
Tints of Copper #DC825D
RGB
CMYK
RGB Variations
Color information
#DC825D (or 0xDC825D) is known color: Copper. HEX triplet: DC, 82 and 5D. RGB value is (220,130,93). Sum of RGB (Red+Green+Blue) = 220+130+93=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC825D is #237DA2. Grayscale: #989898. Windows color (decimal): -2325923 or 6128348. OLE color: 6128348.
HSL color Cylindrical-coordinate representation of color #DC825D: hue angle of 17.48º 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 #DC825D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 93 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.14 |
| HSL | 17.48º | 0.64% | 0.61% | - |
| HSV(B) | 17.48º | 0.58% | 0.86% | - |
| XYZ | 39.47 | 31.97 | 14.45 | - |
| YUV | 152.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 93 | 0 | 0.41 | 0.58 | 0.14 | 17.48 | 0.64 | 0.61 |
| Hex | DC | 82 | 5D | 0 | 29 | 3A | E | 11 | 40 | 3D |
| Octal | 334 | 202 | 135 | 0 | 51 | 72 | 16 | 21 | 100 | 75 |
| Binary | 11011100 | 10000010 | 1011101 | 0 | 101001 | 111010 | 1110 | 10001 | 1000000 | 111101 |
Color Harmonies of #DC825D
Complementary color
Monochromatic Colors of #DC825D
Black with #DC825D
Text Example
Text Example
White with #DC825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC825D; }
p { color: rgb(220,130,93); }
H1.HeaderClassName
{
color: #DC825D;
}
.AnyTagClassName
{
color: #DC825D;
}
</style>
background-color css
<style>
a { background-color: #DC825D; }
a { background-color: rgb(220,130,93); }
div.DivClassName
{
background-color: #DC825D;
}
.BgClassName
{
background-color: #DC825D;
}
</style>
border-color css
<style>
span { border-color: #DC825D; }
span { border-color: rgb(220,130,93); }
td.TdClassName
{
border-color: #DC825D;
}
.TagClassName
{
border-color: #DC825D;
}
</style>