Shades of Copper #DD8260
Tints of Copper #DD8260
RGB
CMYK
RGB Variations
Color information
#DD8260 (or 0xDD8260) is known color: Copper. HEX triplet: DD, 82 and 60. RGB value is (221,130,96). Sum of RGB (Red+Green+Blue) = 221+130+96=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8260 is #227D9F. Grayscale: #999999. Windows color (decimal): -2260384 or 6324957. OLE color: 6324957.
HSL color Cylindrical-coordinate representation of color #DD8260: hue angle of 16.32º 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 #DD8260 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 96 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.13 |
| HSL | 16.32º | 0.65% | 0.62% | - |
| HSV(B) | 16.32º | 0.57% | 0.87% | - |
| XYZ | 39.91 | 32.18 | 15.17 | - |
| YUV | 153.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 96 | 0 | 0.41 | 0.57 | 0.13 | 16.32 | 0.65 | 0.62 |
| Hex | DD | 82 | 60 | 0 | 29 | 39 | D | 10 | 41 | 3E |
| Octal | 335 | 202 | 140 | 0 | 51 | 71 | 15 | 20 | 101 | 76 |
| Binary | 11011101 | 10000010 | 1100000 | 0 | 101001 | 111001 | 1101 | 10000 | 1000001 | 111110 |
Color Harmonies of #DD8260
Complementary color
Monochromatic Colors of #DD8260
Black with #DD8260
Text Example
Text Example
White with #DD8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8260; }
p { color: rgb(221,130,96); }
H1.HeaderClassName
{
color: #DD8260;
}
.AnyTagClassName
{
color: #DD8260;
}
</style>
background-color css
<style>
a { background-color: #DD8260; }
a { background-color: rgb(221,130,96); }
div.DivClassName
{
background-color: #DD8260;
}
.BgClassName
{
background-color: #DD8260;
}
</style>
border-color css
<style>
span { border-color: #DD8260; }
span { border-color: rgb(221,130,96); }
td.TdClassName
{
border-color: #DD8260;
}
.TagClassName
{
border-color: #DD8260;
}
</style>