Shades of Copper #DC8169
Tints of Copper #DC8169
RGB
CMYK
RGB Variations
Color information
#DC8169 (or 0xDC8169) is known color: Copper. HEX triplet: DC, 81 and 69. RGB value is (220,129,105). Sum of RGB (Red+Green+Blue) = 220+129+105=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8169 is #237E96. Grayscale: #999999. Windows color (decimal): -2326167 or 6914524. OLE color: 6914524.
HSL color Cylindrical-coordinate representation of color #DC8169: hue angle of 12.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC8169 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 105 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.14 |
| HSL | 12.52º | 0.62% | 0.64% | - |
| HSV(B) | 12.52º | 0.52% | 0.86% | - |
| XYZ | 39.92 | 31.94 | 17.43 | - |
| YUV | 153.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 105 | 0 | 0.41 | 0.52 | 0.14 | 12.52 | 0.62 | 0.64 |
| Hex | DC | 81 | 69 | 0 | 29 | 34 | E | D | 3E | 40 |
| Octal | 334 | 201 | 151 | 0 | 51 | 64 | 16 | 15 | 76 | 100 |
| Binary | 11011100 | 10000001 | 1101001 | 0 | 101001 | 110100 | 1110 | 1101 | 111110 | 1000000 |
Color Harmonies of #DC8169
Complementary color
Monochromatic Colors of #DC8169
Black with #DC8169
Text Example
Text Example
White with #DC8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8169; }
p { color: rgb(220,129,105); }
H1.HeaderClassName
{
color: #DC8169;
}
.AnyTagClassName
{
color: #DC8169;
}
</style>
background-color css
<style>
a { background-color: #DC8169; }
a { background-color: rgb(220,129,105); }
div.DivClassName
{
background-color: #DC8169;
}
.BgClassName
{
background-color: #DC8169;
}
</style>
border-color css
<style>
span { border-color: #DC8169; }
span { border-color: rgb(220,129,105); }
td.TdClassName
{
border-color: #DC8169;
}
.TagClassName
{
border-color: #DC8169;
}
</style>