Shades of Copper #DD8B66
Tints of Copper #DD8B66
RGB
CMYK
RGB Variations
Color information
#DD8B66 (or 0xDD8B66) is known color: Copper. HEX triplet: DD, 8B and 66. RGB value is (221,139,102). Sum of RGB (Red+Green+Blue) = 221+139+102=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B66 is #227499. Grayscale: #9F9F9F. Windows color (decimal): -2258074 or 6720477. OLE color: 6720477.
HSL color Cylindrical-coordinate representation of color #DD8B66: hue angle of 18.66º 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 #DD8B66 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 102 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.13 |
| HSL | 18.66º | 0.64% | 0.63% | - |
| HSV(B) | 18.66º | 0.54% | 0.87% | - |
| XYZ | 41.45 | 34.8 | 17.1 | - |
| YUV | 159.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 102 | 0 | 0.37 | 0.54 | 0.13 | 18.66 | 0.64 | 0.63 |
| Hex | DD | 8B | 66 | 0 | 25 | 36 | D | 13 | 40 | 3F |
| Octal | 335 | 213 | 146 | 0 | 45 | 66 | 15 | 23 | 100 | 77 |
| Binary | 11011101 | 10001011 | 1100110 | 0 | 100101 | 110110 | 1101 | 10011 | 1000000 | 111111 |
Color Harmonies of #DD8B66
Complementary color
Monochromatic Colors of #DD8B66
Black with #DD8B66
Text Example
Text Example
White with #DD8B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B66; }
p { color: rgb(221,139,102); }
H1.HeaderClassName
{
color: #DD8B66;
}
.AnyTagClassName
{
color: #DD8B66;
}
</style>
background-color css
<style>
a { background-color: #DD8B66; }
a { background-color: rgb(221,139,102); }
div.DivClassName
{
background-color: #DD8B66;
}
.BgClassName
{
background-color: #DD8B66;
}
</style>
border-color css
<style>
span { border-color: #DD8B66; }
span { border-color: rgb(221,139,102); }
td.TdClassName
{
border-color: #DD8B66;
}
.TagClassName
{
border-color: #DD8B66;
}
</style>