Shades of Copper #DD8460
Tints of Copper #DD8460
RGB
CMYK
RGB Variations
Color information
#DD8460 (or 0xDD8460) is known color: Copper. HEX triplet: DD, 84 and 60. RGB value is (221,132,96). Sum of RGB (Red+Green+Blue) = 221+132+96=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8460 is #227B9F. Grayscale: #9A9A9A. Windows color (decimal): -2259872 or 6325469. OLE color: 6325469.
HSL color Cylindrical-coordinate representation of color #DD8460: hue angle of 17.28º 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 #DD8460 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 96 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.13 |
| HSL | 17.28º | 0.65% | 0.62% | - |
| HSV(B) | 17.28º | 0.57% | 0.87% | - |
| XYZ | 40.18 | 32.72 | 15.26 | - |
| YUV | 154.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 96 | 0 | 0.40 | 0.57 | 0.13 | 17.28 | 0.65 | 0.62 |
| Hex | DD | 84 | 60 | 0 | 28 | 39 | D | 11 | 41 | 3E |
| Octal | 335 | 204 | 140 | 0 | 50 | 71 | 15 | 21 | 101 | 76 |
| Binary | 11011101 | 10000100 | 1100000 | 0 | 101000 | 111001 | 1101 | 10001 | 1000001 | 111110 |
Color Harmonies of #DD8460
Complementary color
Monochromatic Colors of #DD8460
Black with #DD8460
Text Example
Text Example
White with #DD8460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8460; }
p { color: rgb(221,132,96); }
H1.HeaderClassName
{
color: #DD8460;
}
.AnyTagClassName
{
color: #DD8460;
}
</style>
background-color css
<style>
a { background-color: #DD8460; }
a { background-color: rgb(221,132,96); }
div.DivClassName
{
background-color: #DD8460;
}
.BgClassName
{
background-color: #DD8460;
}
</style>
border-color css
<style>
span { border-color: #DD8460; }
span { border-color: rgb(221,132,96); }
td.TdClassName
{
border-color: #DD8460;
}
.TagClassName
{
border-color: #DD8460;
}
</style>