Shades of Copper #DD8A60
Tints of Copper #DD8A60
RGB
CMYK
RGB Variations
Color information
#DD8A60 (or 0xDD8A60) is known color: Copper. HEX triplet: DD, 8A and 60. RGB value is (221,138,96). Sum of RGB (Red+Green+Blue) = 221+138+96=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A60 is #22759F. Grayscale: #9E9E9E. Windows color (decimal): -2258336 or 6327005. OLE color: 6327005.
HSL color Cylindrical-coordinate representation of color #DD8A60: hue angle of 20.16º 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 #DD8A60 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 96 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.13 |
| HSL | 20.16º | 0.65% | 0.62% | - |
| HSV(B) | 20.16º | 0.57% | 0.87% | - |
| XYZ | 41.02 | 34.39 | 15.54 | - |
| YUV | 158.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 96 | 0 | 0.38 | 0.57 | 0.13 | 20.16 | 0.65 | 0.62 |
| Hex | DD | 8A | 60 | 0 | 26 | 39 | D | 14 | 41 | 3E |
| Octal | 335 | 212 | 140 | 0 | 46 | 71 | 15 | 24 | 101 | 76 |
| Binary | 11011101 | 10001010 | 1100000 | 0 | 100110 | 111001 | 1101 | 10100 | 1000001 | 111110 |
Color Harmonies of #DD8A60
Complementary color
Monochromatic Colors of #DD8A60
Black with #DD8A60
Text Example
Text Example
White with #DD8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A60; }
p { color: rgb(221,138,96); }
H1.HeaderClassName
{
color: #DD8A60;
}
.AnyTagClassName
{
color: #DD8A60;
}
</style>
background-color css
<style>
a { background-color: #DD8A60; }
a { background-color: rgb(221,138,96); }
div.DivClassName
{
background-color: #DD8A60;
}
.BgClassName
{
background-color: #DD8A60;
}
</style>
border-color css
<style>
span { border-color: #DD8A60; }
span { border-color: rgb(221,138,96); }
td.TdClassName
{
border-color: #DD8A60;
}
.TagClassName
{
border-color: #DD8A60;
}
</style>