Shades of Copper #DD8766
Tints of Copper #DD8766
RGB
CMYK
RGB Variations
Color information
#DD8766 (or 0xDD8766) is known color: Copper. HEX triplet: DD, 87 and 66. RGB value is (221,135,102). Sum of RGB (Red+Green+Blue) = 221+135+102=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8766 is #227899. Grayscale: #9D9D9D. Windows color (decimal): -2259098 or 6719453. OLE color: 6719453.
HSL color Cylindrical-coordinate representation of color #DD8766: hue angle of 16.64º 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 #DD8766 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 102 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.13 |
| HSL | 16.64º | 0.64% | 0.63% | - |
| HSV(B) | 16.64º | 0.54% | 0.87% | - |
| XYZ | 40.88 | 33.66 | 16.91 | - |
| YUV | 156.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 102 | 0 | 0.39 | 0.54 | 0.13 | 16.64 | 0.64 | 0.63 |
| Hex | DD | 87 | 66 | 0 | 27 | 36 | D | 11 | 40 | 3F |
| Octal | 335 | 207 | 146 | 0 | 47 | 66 | 15 | 21 | 100 | 77 |
| Binary | 11011101 | 10000111 | 1100110 | 0 | 100111 | 110110 | 1101 | 10001 | 1000000 | 111111 |
Color Harmonies of #DD8766
Complementary color
Monochromatic Colors of #DD8766
Black with #DD8766
Text Example
Text Example
White with #DD8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8766; }
p { color: rgb(221,135,102); }
H1.HeaderClassName
{
color: #DD8766;
}
.AnyTagClassName
{
color: #DD8766;
}
</style>
background-color css
<style>
a { background-color: #DD8766; }
a { background-color: rgb(221,135,102); }
div.DivClassName
{
background-color: #DD8766;
}
.BgClassName
{
background-color: #DD8766;
}
</style>
border-color css
<style>
span { border-color: #DD8766; }
span { border-color: rgb(221,135,102); }
td.TdClassName
{
border-color: #DD8766;
}
.TagClassName
{
border-color: #DD8766;
}
</style>