Shades of Copper #DC875D
Tints of Copper #DC875D
RGB
CMYK
RGB Variations
Color information
#DC875D (or 0xDC875D) is known color: Copper. HEX triplet: DC, 87 and 5D. RGB value is (220,135,93). Sum of RGB (Red+Green+Blue) = 220+135+93=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC875D is #2378A2. Grayscale: #9B9B9B. Windows color (decimal): -2324643 or 6129628. OLE color: 6129628.
HSL color Cylindrical-coordinate representation of color #DC875D: hue angle of 19.84º 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 #DC875D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 93 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.14 |
| HSL | 19.84º | 0.64% | 0.61% | - |
| HSV(B) | 19.84º | 0.58% | 0.86% | - |
| XYZ | 40.15 | 33.33 | 14.67 | - |
| YUV | 155.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 93 | 0 | 0.39 | 0.58 | 0.14 | 19.84 | 0.64 | 0.61 |
| Hex | DC | 87 | 5D | 0 | 27 | 3A | E | 14 | 40 | 3D |
| Octal | 334 | 207 | 135 | 0 | 47 | 72 | 16 | 24 | 100 | 75 |
| Binary | 11011100 | 10000111 | 1011101 | 0 | 100111 | 111010 | 1110 | 10100 | 1000000 | 111101 |
Color Harmonies of #DC875D
Complementary color
Monochromatic Colors of #DC875D
Black with #DC875D
Text Example
Text Example
White with #DC875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC875D; }
p { color: rgb(220,135,93); }
H1.HeaderClassName
{
color: #DC875D;
}
.AnyTagClassName
{
color: #DC875D;
}
</style>
background-color css
<style>
a { background-color: #DC875D; }
a { background-color: rgb(220,135,93); }
div.DivClassName
{
background-color: #DC875D;
}
.BgClassName
{
background-color: #DC875D;
}
</style>
border-color css
<style>
span { border-color: #DC875D; }
span { border-color: rgb(220,135,93); }
td.TdClassName
{
border-color: #DC875D;
}
.TagClassName
{
border-color: #DC875D;
}
</style>