Shades of Copper #DC896E
Tints of Copper #DC896E
RGB
CMYK
RGB Variations
Color information
#DC896E (or 0xDC896E) is known color: Copper. HEX triplet: DC, 89 and 6E. RGB value is (220,137,110). Sum of RGB (Red+Green+Blue) = 220+137+110=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC896E is #237691. Grayscale: #9E9E9E. Windows color (decimal): -2324114 or 7244252. OLE color: 7244252.
HSL color Cylindrical-coordinate representation of color #DC896E: hue angle of 14.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC896E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 110 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.14 |
| HSL | 14.73º | 0.61% | 0.65% | - |
| HSV(B) | 14.73º | 0.5% | 0.86% | - |
| XYZ | 41.28 | 34.23 | 19.18 | - |
| YUV | 158.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 110 | 0 | 0.38 | 0.50 | 0.14 | 14.73 | 0.61 | 0.65 |
| Hex | DC | 89 | 6E | 0 | 26 | 32 | E | F | 3D | 41 |
| Octal | 334 | 211 | 156 | 0 | 46 | 62 | 16 | 17 | 75 | 101 |
| Binary | 11011100 | 10001001 | 1101110 | 0 | 100110 | 110010 | 1110 | 1111 | 111101 | 1000001 |
Color Harmonies of #DC896E
Complementary color
Monochromatic Colors of #DC896E
Black with #DC896E
Text Example
Text Example
White with #DC896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC896E; }
p { color: rgb(220,137,110); }
H1.HeaderClassName
{
color: #DC896E;
}
.AnyTagClassName
{
color: #DC896E;
}
</style>
background-color css
<style>
a { background-color: #DC896E; }
a { background-color: rgb(220,137,110); }
div.DivClassName
{
background-color: #DC896E;
}
.BgClassName
{
background-color: #DC896E;
}
</style>
border-color css
<style>
span { border-color: #DC896E; }
span { border-color: rgb(220,137,110); }
td.TdClassName
{
border-color: #DC896E;
}
.TagClassName
{
border-color: #DC896E;
}
</style>