Shades of Copper #DC8D69
Tints of Copper #DC8D69
RGB
CMYK
RGB Variations
Color information
#DC8D69 (or 0xDC8D69) is known color: Copper. HEX triplet: DC, 8D and 69. RGB value is (220,141,105). Sum of RGB (Red+Green+Blue) = 220+141+105=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D69 is #237296. Grayscale: #A0A0A0. Windows color (decimal): -2323095 or 6917596. OLE color: 6917596.
HSL color Cylindrical-coordinate representation of color #DC8D69: hue angle of 18.78º 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 #DC8D69 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 105 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.14 |
| HSL | 18.78º | 0.62% | 0.64% | - |
| HSV(B) | 18.78º | 0.52% | 0.86% | - |
| XYZ | 41.59 | 35.29 | 17.98 | - |
| YUV | 160.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 105 | 0 | 0.36 | 0.52 | 0.14 | 18.78 | 0.62 | 0.64 |
| Hex | DC | 8D | 69 | 0 | 24 | 34 | E | 13 | 3E | 40 |
| Octal | 334 | 215 | 151 | 0 | 44 | 64 | 16 | 23 | 76 | 100 |
| Binary | 11011100 | 10001101 | 1101001 | 0 | 100100 | 110100 | 1110 | 10011 | 111110 | 1000000 |
Color Harmonies of #DC8D69
Complementary color
Monochromatic Colors of #DC8D69
Black with #DC8D69
Text Example
Text Example
White with #DC8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D69; }
p { color: rgb(220,141,105); }
H1.HeaderClassName
{
color: #DC8D69;
}
.AnyTagClassName
{
color: #DC8D69;
}
</style>
background-color css
<style>
a { background-color: #DC8D69; }
a { background-color: rgb(220,141,105); }
div.DivClassName
{
background-color: #DC8D69;
}
.BgClassName
{
background-color: #DC8D69;
}
</style>
border-color css
<style>
span { border-color: #DC8D69; }
span { border-color: rgb(220,141,105); }
td.TdClassName
{
border-color: #DC8D69;
}
.TagClassName
{
border-color: #DC8D69;
}
</style>