Shades of Copper #DC9366
Tints of Copper #DC9366
RGB
CMYK
RGB Variations
Color information
#DC9366 (or 0xDC9366) is known color: Copper. HEX triplet: DC, 93 and 66. RGB value is (220,147,102). Sum of RGB (Red+Green+Blue) = 220+147+102=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9366 is #236C99. Grayscale: #A3A3A3. Windows color (decimal): -2321562 or 6722524. OLE color: 6722524.
HSL color Cylindrical-coordinate representation of color #DC9366: hue angle of 22.88º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9366 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 102 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.14 |
| HSL | 22.88º | 0.63% | 0.63% | - |
| HSV(B) | 22.88º | 0.54% | 0.86% | - |
| XYZ | 42.35 | 37.04 | 17.49 | - |
| YUV | 163.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 102 | 0 | 0.33 | 0.54 | 0.14 | 22.88 | 0.63 | 0.63 |
| Hex | DC | 93 | 66 | 0 | 21 | 36 | E | 17 | 3F | 3F |
| Octal | 334 | 223 | 146 | 0 | 41 | 66 | 16 | 27 | 77 | 77 |
| Binary | 11011100 | 10010011 | 1100110 | 0 | 100001 | 110110 | 1110 | 10111 | 111111 | 111111 |
Color Harmonies of #DC9366
Complementary color
Monochromatic Colors of #DC9366
Black with #DC9366
Text Example
Text Example
White with #DC9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9366; }
p { color: rgb(220,147,102); }
H1.HeaderClassName
{
color: #DC9366;
}
.AnyTagClassName
{
color: #DC9366;
}
</style>
background-color css
<style>
a { background-color: #DC9366; }
a { background-color: rgb(220,147,102); }
div.DivClassName
{
background-color: #DC9366;
}
.BgClassName
{
background-color: #DC9366;
}
</style>
border-color css
<style>
span { border-color: #DC9366; }
span { border-color: rgb(220,147,102); }
td.TdClassName
{
border-color: #DC9366;
}
.TagClassName
{
border-color: #DC9366;
}
</style>