Shades of Copper #DC8869
Tints of Copper #DC8869
RGB
CMYK
RGB Variations
Color information
#DC8869 (or 0xDC8869) is known color: Copper. HEX triplet: DC, 88 and 69. RGB value is (220,136,105). Sum of RGB (Red+Green+Blue) = 220+136+105=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8869 is #237796. Grayscale: #9D9D9D. Windows color (decimal): -2324375 or 6916316. OLE color: 6916316.
HSL color Cylindrical-coordinate representation of color #DC8869: hue angle of 16.17º 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 #DC8869 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 105 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.14 |
| HSL | 16.17º | 0.62% | 0.64% | - |
| HSV(B) | 16.17º | 0.52% | 0.86% | - |
| XYZ | 40.87 | 33.84 | 17.74 | - |
| YUV | 157.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 105 | 0 | 0.38 | 0.52 | 0.14 | 16.17 | 0.62 | 0.64 |
| Hex | DC | 88 | 69 | 0 | 26 | 34 | E | 10 | 3E | 40 |
| Octal | 334 | 210 | 151 | 0 | 46 | 64 | 16 | 20 | 76 | 100 |
| Binary | 11011100 | 10001000 | 1101001 | 0 | 100110 | 110100 | 1110 | 10000 | 111110 | 1000000 |
Color Harmonies of #DC8869
Complementary color
Monochromatic Colors of #DC8869
Black with #DC8869
Text Example
Text Example
White with #DC8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8869; }
p { color: rgb(220,136,105); }
H1.HeaderClassName
{
color: #DC8869;
}
.AnyTagClassName
{
color: #DC8869;
}
</style>
background-color css
<style>
a { background-color: #DC8869; }
a { background-color: rgb(220,136,105); }
div.DivClassName
{
background-color: #DC8869;
}
.BgClassName
{
background-color: #DC8869;
}
</style>
border-color css
<style>
span { border-color: #DC8869; }
span { border-color: rgb(220,136,105); }
td.TdClassName
{
border-color: #DC8869;
}
.TagClassName
{
border-color: #DC8869;
}
</style>