Shades of Copper #DC896B
Tints of Copper #DC896B
RGB
CMYK
RGB Variations
Color information
#DC896B (or 0xDC896B) is known color: Copper. HEX triplet: DC, 89 and 6B. RGB value is (220,137,107). Sum of RGB (Red+Green+Blue) = 220+137+107=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC896B is #237694. Grayscale: #9E9E9E. Windows color (decimal): -2324117 or 7047644. OLE color: 7047644.
HSL color Cylindrical-coordinate representation of color #DC896B: hue angle of 15.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC896B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 107 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.14 |
| HSL | 15.93º | 0.62% | 0.64% | - |
| HSV(B) | 15.93º | 0.51% | 0.86% | - |
| XYZ | 41.11 | 34.17 | 18.34 | - |
| YUV | 158.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 107 | 0 | 0.38 | 0.51 | 0.14 | 15.93 | 0.62 | 0.64 |
| Hex | DC | 89 | 6B | 0 | 26 | 33 | E | 10 | 3E | 40 |
| Octal | 334 | 211 | 153 | 0 | 46 | 63 | 16 | 20 | 76 | 100 |
| Binary | 11011100 | 10001001 | 1101011 | 0 | 100110 | 110011 | 1110 | 10000 | 111110 | 1000000 |
Color Harmonies of #DC896B
Complementary color
Monochromatic Colors of #DC896B
Black with #DC896B
Text Example
Text Example
White with #DC896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC896B; }
p { color: rgb(220,137,107); }
H1.HeaderClassName
{
color: #DC896B;
}
.AnyTagClassName
{
color: #DC896B;
}
</style>
background-color css
<style>
a { background-color: #DC896B; }
a { background-color: rgb(220,137,107); }
div.DivClassName
{
background-color: #DC896B;
}
.BgClassName
{
background-color: #DC896B;
}
</style>
border-color css
<style>
span { border-color: #DC896B; }
span { border-color: rgb(220,137,107); }
td.TdClassName
{
border-color: #DC896B;
}
.TagClassName
{
border-color: #DC896B;
}
</style>