Shades of Copper #DD8462
Tints of Copper #DD8462
RGB
CMYK
RGB Variations
Color information
#DD8462 (or 0xDD8462) is known color: Copper. HEX triplet: DD, 84 and 62. RGB value is (221,132,98). Sum of RGB (Red+Green+Blue) = 221+132+98=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8462 is #227B9D. Grayscale: #9A9A9A. Windows color (decimal): -2259870 or 6456541. OLE color: 6456541.
HSL color Cylindrical-coordinate representation of color #DD8462: hue angle of 16.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD8462 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 98 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.13 |
| HSL | 16.59º | 0.64% | 0.63% | - |
| HSV(B) | 16.59º | 0.56% | 0.87% | - |
| XYZ | 40.27 | 32.76 | 15.76 | - |
| YUV | 154.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 98 | 0 | 0.40 | 0.56 | 0.13 | 16.59 | 0.64 | 0.63 |
| Hex | DD | 84 | 62 | 0 | 28 | 38 | D | 11 | 40 | 3F |
| Octal | 335 | 204 | 142 | 0 | 50 | 70 | 15 | 21 | 100 | 77 |
| Binary | 11011101 | 10000100 | 1100010 | 0 | 101000 | 111000 | 1101 | 10001 | 1000000 | 111111 |
Color Harmonies of #DD8462
Complementary color
Monochromatic Colors of #DD8462
Black with #DD8462
Text Example
Text Example
White with #DD8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8462; }
p { color: rgb(221,132,98); }
H1.HeaderClassName
{
color: #DD8462;
}
.AnyTagClassName
{
color: #DD8462;
}
</style>
background-color css
<style>
a { background-color: #DD8462; }
a { background-color: rgb(221,132,98); }
div.DivClassName
{
background-color: #DD8462;
}
.BgClassName
{
background-color: #DD8462;
}
</style>
border-color css
<style>
span { border-color: #DD8462; }
span { border-color: rgb(221,132,98); }
td.TdClassName
{
border-color: #DD8462;
}
.TagClassName
{
border-color: #DD8462;
}
</style>