Shades of Copper #DD8D60
Tints of Copper #DD8D60
RGB
CMYK
RGB Variations
Color information
#DD8D60 (or 0xDD8D60) is known color: Copper. HEX triplet: DD, 8D and 60. RGB value is (221,141,96). Sum of RGB (Red+Green+Blue) = 221+141+96=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D60 is #22729F. Grayscale: #A0A0A0. Windows color (decimal): -2257568 or 6327773. OLE color: 6327773.
HSL color Cylindrical-coordinate representation of color #DD8D60: hue angle of 21.6º 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 #DD8D60 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 96 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.13 |
| HSL | 21.6º | 0.65% | 0.62% | - |
| HSV(B) | 21.6º | 0.57% | 0.87% | - |
| XYZ | 41.45 | 35.27 | 15.69 | - |
| YUV | 159.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 96 | 0 | 0.36 | 0.57 | 0.13 | 21.6 | 0.65 | 0.62 |
| Hex | DD | 8D | 60 | 0 | 24 | 39 | D | 16 | 41 | 3E |
| Octal | 335 | 215 | 140 | 0 | 44 | 71 | 15 | 26 | 101 | 76 |
| Binary | 11011101 | 10001101 | 1100000 | 0 | 100100 | 111001 | 1101 | 10110 | 1000001 | 111110 |
Color Harmonies of #DD8D60
Complementary color
Monochromatic Colors of #DD8D60
Black with #DD8D60
Text Example
Text Example
White with #DD8D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D60; }
p { color: rgb(221,141,96); }
H1.HeaderClassName
{
color: #DD8D60;
}
.AnyTagClassName
{
color: #DD8D60;
}
</style>
background-color css
<style>
a { background-color: #DD8D60; }
a { background-color: rgb(221,141,96); }
div.DivClassName
{
background-color: #DD8D60;
}
.BgClassName
{
background-color: #DD8D60;
}
</style>
border-color css
<style>
span { border-color: #DD8D60; }
span { border-color: rgb(221,141,96); }
td.TdClassName
{
border-color: #DD8D60;
}
.TagClassName
{
border-color: #DD8D60;
}
</style>