Shades of Copper #DC956C
Tints of Copper #DC956C
RGB
CMYK
RGB Variations
Color information
#DC956C (or 0xDC956C) is known color: Copper. HEX triplet: DC, 95 and 6C. RGB value is (220,149,108). Sum of RGB (Red+Green+Blue) = 220+149+108=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956C is #236A93. Grayscale: #A5A5A5. Windows color (decimal): -2321044 or 7116252. OLE color: 7116252.
HSL color Cylindrical-coordinate representation of color #DC956C: hue angle of 21.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC956C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 108 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.14 |
| HSL | 21.96º | 0.62% | 0.64% | - |
| HSV(B) | 21.96º | 0.51% | 0.86% | - |
| XYZ | 42.97 | 37.79 | 19.22 | - |
| YUV | 165.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 108 | 0 | 0.32 | 0.51 | 0.14 | 21.96 | 0.62 | 0.64 |
| Hex | DC | 95 | 6C | 0 | 20 | 33 | E | 16 | 3E | 40 |
| Octal | 334 | 225 | 154 | 0 | 40 | 63 | 16 | 26 | 76 | 100 |
| Binary | 11011100 | 10010101 | 1101100 | 0 | 100000 | 110011 | 1110 | 10110 | 111110 | 1000000 |
Color Harmonies of #DC956C
Complementary color
Monochromatic Colors of #DC956C
Black with #DC956C
Text Example
Text Example
White with #DC956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC956C; }
p { color: rgb(220,149,108); }
H1.HeaderClassName
{
color: #DC956C;
}
.AnyTagClassName
{
color: #DC956C;
}
</style>
background-color css
<style>
a { background-color: #DC956C; }
a { background-color: rgb(220,149,108); }
div.DivClassName
{
background-color: #DC956C;
}
.BgClassName
{
background-color: #DC956C;
}
</style>
border-color css
<style>
span { border-color: #DC956C; }
span { border-color: rgb(220,149,108); }
td.TdClassName
{
border-color: #DC956C;
}
.TagClassName
{
border-color: #DC956C;
}
</style>