Shades of Copper #DD8060
Tints of Copper #DD8060
RGB
CMYK
RGB Variations
Color information
#DD8060 (or 0xDD8060) is known color: Copper. HEX triplet: DD, 80 and 60. RGB value is (221,128,96). Sum of RGB (Red+Green+Blue) = 221+128+96=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8060 is #227F9F. Grayscale: #989898. Windows color (decimal): -2260896 or 6324445. OLE color: 6324445.
HSL color Cylindrical-coordinate representation of color #DD8060: hue angle of 15.36º 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 #DD8060 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 96 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 15.36º | 0.65% | 0.62% | - |
| HSV(B) | 15.36º | 0.57% | 0.87% | - |
| XYZ | 39.65 | 31.66 | 15.09 | - |
| YUV | 152.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 96 | 0 | 0.42 | 0.57 | 0.13 | 15.36 | 0.65 | 0.62 |
| Hex | DD | 80 | 60 | 0 | 2A | 39 | D | F | 41 | 3E |
| Octal | 335 | 200 | 140 | 0 | 52 | 71 | 15 | 17 | 101 | 76 |
| Binary | 11011101 | 10000000 | 1100000 | 0 | 101010 | 111001 | 1101 | 1111 | 1000001 | 111110 |
Color Harmonies of #DD8060
Complementary color
Monochromatic Colors of #DD8060
Black with #DD8060
Text Example
Text Example
White with #DD8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8060; }
p { color: rgb(221,128,96); }
H1.HeaderClassName
{
color: #DD8060;
}
.AnyTagClassName
{
color: #DD8060;
}
</style>
background-color css
<style>
a { background-color: #DD8060; }
a { background-color: rgb(221,128,96); }
div.DivClassName
{
background-color: #DD8060;
}
.BgClassName
{
background-color: #DD8060;
}
</style>
border-color css
<style>
span { border-color: #DD8060; }
span { border-color: rgb(221,128,96); }
td.TdClassName
{
border-color: #DD8060;
}
.TagClassName
{
border-color: #DD8060;
}
</style>