Shades of Copper #DC8A69
Tints of Copper #DC8A69
RGB
CMYK
RGB Variations
Color information
#DC8A69 (or 0xDC8A69) is known color: Copper. HEX triplet: DC, 8A and 69. RGB value is (220,138,105). Sum of RGB (Red+Green+Blue) = 220+138+105=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A69 is #237596. Grayscale: #9E9E9E. Windows color (decimal): -2323863 or 6916828. OLE color: 6916828.
HSL color Cylindrical-coordinate representation of color #DC8A69: hue angle of 17.22º 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 #DC8A69 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 105 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.14 |
| HSL | 17.22º | 0.62% | 0.64% | - |
| HSV(B) | 17.22º | 0.52% | 0.86% | - |
| XYZ | 41.15 | 34.41 | 17.84 | - |
| YUV | 158.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 105 | 0 | 0.37 | 0.52 | 0.14 | 17.22 | 0.62 | 0.64 |
| Hex | DC | 8A | 69 | 0 | 25 | 34 | E | 11 | 3E | 40 |
| Octal | 334 | 212 | 151 | 0 | 45 | 64 | 16 | 21 | 76 | 100 |
| Binary | 11011100 | 10001010 | 1101001 | 0 | 100101 | 110100 | 1110 | 10001 | 111110 | 1000000 |
Color Harmonies of #DC8A69
Complementary color
Monochromatic Colors of #DC8A69
Black with #DC8A69
Text Example
Text Example
White with #DC8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A69; }
p { color: rgb(220,138,105); }
H1.HeaderClassName
{
color: #DC8A69;
}
.AnyTagClassName
{
color: #DC8A69;
}
</style>
background-color css
<style>
a { background-color: #DC8A69; }
a { background-color: rgb(220,138,105); }
div.DivClassName
{
background-color: #DC8A69;
}
.BgClassName
{
background-color: #DC8A69;
}
</style>
border-color css
<style>
span { border-color: #DC8A69; }
span { border-color: rgb(220,138,105); }
td.TdClassName
{
border-color: #DC8A69;
}
.TagClassName
{
border-color: #DC8A69;
}
</style>