Shades of Copper #DD8662
Tints of Copper #DD8662
RGB
CMYK
RGB Variations
Color information
#DD8662 (or 0xDD8662) is known color: Copper. HEX triplet: DD, 86 and 62. RGB value is (221,134,98). Sum of RGB (Red+Green+Blue) = 221+134+98=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8662 is #22799D. Grayscale: #9C9C9C. Windows color (decimal): -2259358 or 6457053. OLE color: 6457053.
HSL color Cylindrical-coordinate representation of color #DD8662: hue angle of 17.56º 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 #DD8662 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 98 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.13 |
| HSL | 17.56º | 0.64% | 0.63% | - |
| HSV(B) | 17.56º | 0.56% | 0.87% | - |
| XYZ | 40.55 | 33.3 | 15.85 | - |
| YUV | 155.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 98 | 0 | 0.39 | 0.56 | 0.13 | 17.56 | 0.64 | 0.63 |
| Hex | DD | 86 | 62 | 0 | 27 | 38 | D | 12 | 40 | 3F |
| Octal | 335 | 206 | 142 | 0 | 47 | 70 | 15 | 22 | 100 | 77 |
| Binary | 11011101 | 10000110 | 1100010 | 0 | 100111 | 111000 | 1101 | 10010 | 1000000 | 111111 |
Color Harmonies of #DD8662
Complementary color
Monochromatic Colors of #DD8662
Black with #DD8662
Text Example
Text Example
White with #DD8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8662; }
p { color: rgb(221,134,98); }
H1.HeaderClassName
{
color: #DD8662;
}
.AnyTagClassName
{
color: #DD8662;
}
</style>
background-color css
<style>
a { background-color: #DD8662; }
a { background-color: rgb(221,134,98); }
div.DivClassName
{
background-color: #DD8662;
}
.BgClassName
{
background-color: #DD8662;
}
</style>
border-color css
<style>
span { border-color: #DD8662; }
span { border-color: rgb(221,134,98); }
td.TdClassName
{
border-color: #DD8662;
}
.TagClassName
{
border-color: #DD8662;
}
</style>