Shades of Copper #DD8366
Tints of Copper #DD8366
RGB
CMYK
RGB Variations
Color information
#DD8366 (or 0xDD8366) is known color: Copper. HEX triplet: DD, 83 and 66. RGB value is (221,131,102). Sum of RGB (Red+Green+Blue) = 221+131+102=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8366 is #227C99. Grayscale: #9A9A9A. Windows color (decimal): -2260122 or 6718429. OLE color: 6718429.
HSL color Cylindrical-coordinate representation of color #DD8366: hue angle of 14.62º 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 #DD8366 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 102 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.13 |
| HSL | 14.62º | 0.64% | 0.63% | - |
| HSV(B) | 14.62º | 0.54% | 0.87% | - |
| XYZ | 40.33 | 32.56 | 16.73 | - |
| YUV | 154.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 102 | 0 | 0.41 | 0.54 | 0.13 | 14.62 | 0.64 | 0.63 |
| Hex | DD | 83 | 66 | 0 | 29 | 36 | D | F | 40 | 3F |
| Octal | 335 | 203 | 146 | 0 | 51 | 66 | 15 | 17 | 100 | 77 |
| Binary | 11011101 | 10000011 | 1100110 | 0 | 101001 | 110110 | 1101 | 1111 | 1000000 | 111111 |
Color Harmonies of #DD8366
Complementary color
Monochromatic Colors of #DD8366
Black with #DD8366
Text Example
Text Example
White with #DD8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8366; }
p { color: rgb(221,131,102); }
H1.HeaderClassName
{
color: #DD8366;
}
.AnyTagClassName
{
color: #DD8366;
}
</style>
background-color css
<style>
a { background-color: #DD8366; }
a { background-color: rgb(221,131,102); }
div.DivClassName
{
background-color: #DD8366;
}
.BgClassName
{
background-color: #DD8366;
}
</style>
border-color css
<style>
span { border-color: #DD8366; }
span { border-color: rgb(221,131,102); }
td.TdClassName
{
border-color: #DD8366;
}
.TagClassName
{
border-color: #DD8366;
}
</style>