Shades of Copper #DD8160
Tints of Copper #DD8160
RGB
CMYK
RGB Variations
Color information
#DD8160 (or 0xDD8160) is known color: Copper. HEX triplet: DD, 81 and 60. RGB value is (221,129,96). Sum of RGB (Red+Green+Blue) = 221+129+96=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8160 is #227E9F. Grayscale: #989898. Windows color (decimal): -2260640 or 6324701. OLE color: 6324701.
HSL color Cylindrical-coordinate representation of color #DD8160: hue angle of 15.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD8160 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 96 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 15.84º | 0.65% | 0.62% | - |
| HSV(B) | 15.84º | 0.57% | 0.87% | - |
| XYZ | 39.78 | 31.92 | 15.13 | - |
| YUV | 152.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 96 | 0 | 0.42 | 0.57 | 0.13 | 15.84 | 0.65 | 0.62 |
| Hex | DD | 81 | 60 | 0 | 2A | 39 | D | 10 | 41 | 3E |
| Octal | 335 | 201 | 140 | 0 | 52 | 71 | 15 | 20 | 101 | 76 |
| Binary | 11011101 | 10000001 | 1100000 | 0 | 101010 | 111001 | 1101 | 10000 | 1000001 | 111110 |
Color Harmonies of #DD8160
Complementary color
Monochromatic Colors of #DD8160
Black with #DD8160
Text Example
Text Example
White with #DD8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8160; }
p { color: rgb(221,129,96); }
H1.HeaderClassName
{
color: #DD8160;
}
.AnyTagClassName
{
color: #DD8160;
}
</style>
background-color css
<style>
a { background-color: #DD8160; }
a { background-color: rgb(221,129,96); }
div.DivClassName
{
background-color: #DD8160;
}
.BgClassName
{
background-color: #DD8160;
}
</style>
border-color css
<style>
span { border-color: #DD8160; }
span { border-color: rgb(221,129,96); }
td.TdClassName
{
border-color: #DD8160;
}
.TagClassName
{
border-color: #DD8160;
}
</style>