Shades of Copper #DC896A
Tints of Copper #DC896A
RGB
CMYK
RGB Variations
Color information
#DC896A (or 0xDC896A) is known color: Copper. HEX triplet: DC, 89 and 6A. RGB value is (220,137,106). Sum of RGB (Red+Green+Blue) = 220+137+106=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC896A is #237695. Grayscale: #9E9E9E. Windows color (decimal): -2324118 or 6982108. OLE color: 6982108.
HSL color Cylindrical-coordinate representation of color #DC896A: hue angle of 16.32º 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 #DC896A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 106 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.14 |
| HSL | 16.32º | 0.62% | 0.64% | - |
| HSV(B) | 16.32º | 0.52% | 0.86% | - |
| XYZ | 41.06 | 34.15 | 18.06 | - |
| YUV | 158.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 106 | 0 | 0.38 | 0.52 | 0.14 | 16.32 | 0.62 | 0.64 |
| Hex | DC | 89 | 6A | 0 | 26 | 34 | E | 10 | 3E | 40 |
| Octal | 334 | 211 | 152 | 0 | 46 | 64 | 16 | 20 | 76 | 100 |
| Binary | 11011100 | 10001001 | 1101010 | 0 | 100110 | 110100 | 1110 | 10000 | 111110 | 1000000 |
Color Harmonies of #DC896A
Complementary color
Monochromatic Colors of #DC896A
Black with #DC896A
Text Example
Text Example
White with #DC896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC896A; }
p { color: rgb(220,137,106); }
H1.HeaderClassName
{
color: #DC896A;
}
.AnyTagClassName
{
color: #DC896A;
}
</style>
background-color css
<style>
a { background-color: #DC896A; }
a { background-color: rgb(220,137,106); }
div.DivClassName
{
background-color: #DC896A;
}
.BgClassName
{
background-color: #DC896A;
}
</style>
border-color css
<style>
span { border-color: #DC896A; }
span { border-color: rgb(220,137,106); }
td.TdClassName
{
border-color: #DC896A;
}
.TagClassName
{
border-color: #DC896A;
}
</style>