Shades of Copper #DC9166
Tints of Copper #DC9166
RGB
CMYK
RGB Variations
Color information
#DC9166 (or 0xDC9166) is known color: Copper. HEX triplet: DC, 91 and 66. RGB value is (220,145,102). Sum of RGB (Red+Green+Blue) = 220+145+102=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9166 is #236E99. Grayscale: #A2A2A2. Windows color (decimal): -2322074 or 6722012. OLE color: 6722012.
HSL color Cylindrical-coordinate representation of color #DC9166: hue angle of 21.86º 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 #DC9166 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 102 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.14 |
| HSL | 21.86º | 0.63% | 0.63% | - |
| HSV(B) | 21.86º | 0.54% | 0.86% | - |
| XYZ | 42.04 | 36.43 | 17.39 | - |
| YUV | 162.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 102 | 0 | 0.34 | 0.54 | 0.14 | 21.86 | 0.63 | 0.63 |
| Hex | DC | 91 | 66 | 0 | 22 | 36 | E | 16 | 3F | 3F |
| Octal | 334 | 221 | 146 | 0 | 42 | 66 | 16 | 26 | 77 | 77 |
| Binary | 11011100 | 10010001 | 1100110 | 0 | 100010 | 110110 | 1110 | 10110 | 111111 | 111111 |
Color Harmonies of #DC9166
Complementary color
Monochromatic Colors of #DC9166
Black with #DC9166
Text Example
Text Example
White with #DC9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9166; }
p { color: rgb(220,145,102); }
H1.HeaderClassName
{
color: #DC9166;
}
.AnyTagClassName
{
color: #DC9166;
}
</style>
background-color css
<style>
a { background-color: #DC9166; }
a { background-color: rgb(220,145,102); }
div.DivClassName
{
background-color: #DC9166;
}
.BgClassName
{
background-color: #DC9166;
}
</style>
border-color css
<style>
span { border-color: #DC9166; }
span { border-color: rgb(220,145,102); }
td.TdClassName
{
border-color: #DC9166;
}
.TagClassName
{
border-color: #DC9166;
}
</style>