Shades of Copper #DC875F
Tints of Copper #DC875F
RGB
CMYK
RGB Variations
Color information
#DC875F (or 0xDC875F) is known color: Copper. HEX triplet: DC, 87 and 5F. RGB value is (220,135,95). Sum of RGB (Red+Green+Blue) = 220+135+95=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC875F is #2378A0. Grayscale: #9C9C9C. Windows color (decimal): -2324641 or 6260700. OLE color: 6260700.
HSL color Cylindrical-coordinate representation of color #DC875F: hue angle of 19.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC875F is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 95 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.14 |
| HSL | 19.2º | 0.64% | 0.62% | - |
| HSV(B) | 19.2º | 0.57% | 0.86% | - |
| XYZ | 40.24 | 33.37 | 15.15 | - |
| YUV | 155.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 95 | 0 | 0.39 | 0.57 | 0.14 | 19.2 | 0.64 | 0.62 |
| Hex | DC | 87 | 5F | 0 | 27 | 39 | E | 13 | 40 | 3E |
| Octal | 334 | 207 | 137 | 0 | 47 | 71 | 16 | 23 | 100 | 76 |
| Binary | 11011100 | 10000111 | 1011111 | 0 | 100111 | 111001 | 1110 | 10011 | 1000000 | 111110 |
Color Harmonies of #DC875F
Complementary color
Monochromatic Colors of #DC875F
Black with #DC875F
Text Example
Text Example
White with #DC875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC875F; }
p { color: rgb(220,135,95); }
H1.HeaderClassName
{
color: #DC875F;
}
.AnyTagClassName
{
color: #DC875F;
}
</style>
background-color css
<style>
a { background-color: #DC875F; }
a { background-color: rgb(220,135,95); }
div.DivClassName
{
background-color: #DC875F;
}
.BgClassName
{
background-color: #DC875F;
}
</style>
border-color css
<style>
span { border-color: #DC875F; }
span { border-color: rgb(220,135,95); }
td.TdClassName
{
border-color: #DC875F;
}
.TagClassName
{
border-color: #DC875F;
}
</style>