Shades of Copper #DD8866
Tints of Copper #DD8866
RGB
CMYK
RGB Variations
Color information
#DD8866 (or 0xDD8866) is known color: Copper. HEX triplet: DD, 88 and 66. RGB value is (221,136,102). Sum of RGB (Red+Green+Blue) = 221+136+102=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8866 is #227799. Grayscale: #9D9D9D. Windows color (decimal): -2258842 or 6719709. OLE color: 6719709.
HSL color Cylindrical-coordinate representation of color #DD8866: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD8866 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 102 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.13 |
| HSL | 17.14º | 0.64% | 0.63% | - |
| HSV(B) | 17.14º | 0.54% | 0.87% | - |
| XYZ | 41.02 | 33.94 | 16.96 | - |
| YUV | 157.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 102 | 0 | 0.38 | 0.54 | 0.13 | 17.14 | 0.64 | 0.63 |
| Hex | DD | 88 | 66 | 0 | 26 | 36 | D | 11 | 40 | 3F |
| Octal | 335 | 210 | 146 | 0 | 46 | 66 | 15 | 21 | 100 | 77 |
| Binary | 11011101 | 10001000 | 1100110 | 0 | 100110 | 110110 | 1101 | 10001 | 1000000 | 111111 |
Color Harmonies of #DD8866
Complementary color
Monochromatic Colors of #DD8866
Black with #DD8866
Text Example
Text Example
White with #DD8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8866; }
p { color: rgb(221,136,102); }
H1.HeaderClassName
{
color: #DD8866;
}
.AnyTagClassName
{
color: #DD8866;
}
</style>
background-color css
<style>
a { background-color: #DD8866; }
a { background-color: rgb(221,136,102); }
div.DivClassName
{
background-color: #DD8866;
}
.BgClassName
{
background-color: #DD8866;
}
</style>
border-color css
<style>
span { border-color: #DD8866; }
span { border-color: rgb(221,136,102); }
td.TdClassName
{
border-color: #DD8866;
}
.TagClassName
{
border-color: #DD8866;
}
</style>