Shades of Copper #DD8360
Tints of Copper #DD8360
RGB
CMYK
RGB Variations
Color information
#DD8360 (or 0xDD8360) is known color: Copper. HEX triplet: DD, 83 and 60. RGB value is (221,131,96). Sum of RGB (Red+Green+Blue) = 221+131+96=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8360 is #227C9F. Grayscale: #9A9A9A. Windows color (decimal): -2260128 or 6325213. OLE color: 6325213.
HSL color Cylindrical-coordinate representation of color #DD8360: hue angle of 16.8º 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 #DD8360 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 96 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.13 |
| HSL | 16.8º | 0.65% | 0.62% | - |
| HSV(B) | 16.8º | 0.57% | 0.87% | - |
| XYZ | 40.05 | 32.45 | 15.22 | - |
| YUV | 153.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 96 | 0 | 0.41 | 0.57 | 0.13 | 16.8 | 0.65 | 0.62 |
| Hex | DD | 83 | 60 | 0 | 29 | 39 | D | 11 | 41 | 3E |
| Octal | 335 | 203 | 140 | 0 | 51 | 71 | 15 | 21 | 101 | 76 |
| Binary | 11011101 | 10000011 | 1100000 | 0 | 101001 | 111001 | 1101 | 10001 | 1000001 | 111110 |
Color Harmonies of #DD8360
Complementary color
Monochromatic Colors of #DD8360
Black with #DD8360
Text Example
Text Example
White with #DD8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8360; }
p { color: rgb(221,131,96); }
H1.HeaderClassName
{
color: #DD8360;
}
.AnyTagClassName
{
color: #DD8360;
}
</style>
background-color css
<style>
a { background-color: #DD8360; }
a { background-color: rgb(221,131,96); }
div.DivClassName
{
background-color: #DD8360;
}
.BgClassName
{
background-color: #DD8360;
}
</style>
border-color css
<style>
span { border-color: #DD8360; }
span { border-color: rgb(221,131,96); }
td.TdClassName
{
border-color: #DD8360;
}
.TagClassName
{
border-color: #DD8360;
}
</style>