Shades of Copper #DC936C
Tints of Copper #DC936C
RGB
CMYK
RGB Variations
Color information
#DC936C (or 0xDC936C) is known color: Copper. HEX triplet: DC, 93 and 6C. RGB value is (220,147,108). Sum of RGB (Red+Green+Blue) = 220+147+108=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC936C is #236C93. Grayscale: #A4A4A4. Windows color (decimal): -2321556 or 7115740. OLE color: 7115740.
HSL color Cylindrical-coordinate representation of color #DC936C: hue angle of 20.89º 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 #DC936C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 108 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.14 |
| HSL | 20.89º | 0.62% | 0.64% | - |
| HSV(B) | 20.89º | 0.51% | 0.86% | - |
| XYZ | 42.66 | 37.17 | 19.11 | - |
| YUV | 164.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 108 | 0 | 0.33 | 0.51 | 0.14 | 20.89 | 0.62 | 0.64 |
| Hex | DC | 93 | 6C | 0 | 21 | 33 | E | 15 | 3E | 40 |
| Octal | 334 | 223 | 154 | 0 | 41 | 63 | 16 | 25 | 76 | 100 |
| Binary | 11011100 | 10010011 | 1101100 | 0 | 100001 | 110011 | 1110 | 10101 | 111110 | 1000000 |
Color Harmonies of #DC936C
Complementary color
Monochromatic Colors of #DC936C
Black with #DC936C
Text Example
Text Example
White with #DC936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC936C; }
p { color: rgb(220,147,108); }
H1.HeaderClassName
{
color: #DC936C;
}
.AnyTagClassName
{
color: #DC936C;
}
</style>
background-color css
<style>
a { background-color: #DC936C; }
a { background-color: rgb(220,147,108); }
div.DivClassName
{
background-color: #DC936C;
}
.BgClassName
{
background-color: #DC936C;
}
</style>
border-color css
<style>
span { border-color: #DC936C; }
span { border-color: rgb(220,147,108); }
td.TdClassName
{
border-color: #DC936C;
}
.TagClassName
{
border-color: #DC936C;
}
</style>