Shades of Copper #DD8968
Tints of Copper #DD8968
RGB
CMYK
RGB Variations
Color information
#DD8968 (or 0xDD8968) is known color: Copper. HEX triplet: DD, 89 and 68. RGB value is (221,137,104). Sum of RGB (Red+Green+Blue) = 221+137+104=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8968 is #227697. Grayscale: #9E9E9E. Windows color (decimal): -2258584 or 6851037. OLE color: 6851037.
HSL color Cylindrical-coordinate representation of color #DD8968: hue angle of 16.92º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD8968 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 104 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.13 |
| HSL | 16.92º | 0.63% | 0.64% | - |
| HSV(B) | 16.92º | 0.53% | 0.87% | - |
| XYZ | 41.26 | 34.26 | 17.54 | - |
| YUV | 158.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 104 | 0 | 0.38 | 0.53 | 0.13 | 16.92 | 0.63 | 0.64 |
| Hex | DD | 89 | 68 | 0 | 26 | 35 | D | 11 | 3F | 40 |
| Octal | 335 | 211 | 150 | 0 | 46 | 65 | 15 | 21 | 77 | 100 |
| Binary | 11011101 | 10001001 | 1101000 | 0 | 100110 | 110101 | 1101 | 10001 | 111111 | 1000000 |
Color Harmonies of #DD8968
Complementary color
Monochromatic Colors of #DD8968
Black with #DD8968
Text Example
Text Example
White with #DD8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8968; }
p { color: rgb(221,137,104); }
H1.HeaderClassName
{
color: #DD8968;
}
.AnyTagClassName
{
color: #DD8968;
}
</style>
background-color css
<style>
a { background-color: #DD8968; }
a { background-color: rgb(221,137,104); }
div.DivClassName
{
background-color: #DD8968;
}
.BgClassName
{
background-color: #DD8968;
}
</style>
border-color css
<style>
span { border-color: #DD8968; }
span { border-color: rgb(221,137,104); }
td.TdClassName
{
border-color: #DD8968;
}
.TagClassName
{
border-color: #DD8968;
}
</style>