Shades of Copper #DD8C68
Tints of Copper #DD8C68
RGB
CMYK
RGB Variations
Color information
#DD8C68 (or 0xDD8C68) is known color: Copper. HEX triplet: DD, 8C and 68. RGB value is (221,140,104). Sum of RGB (Red+Green+Blue) = 221+140+104=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C68 is #227397. Grayscale: #A0A0A0. Windows color (decimal): -2257816 or 6851805. OLE color: 6851805.
HSL color Cylindrical-coordinate representation of color #DD8C68: hue angle of 18.46º 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 #DD8C68 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 104 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.13 |
| HSL | 18.46º | 0.63% | 0.64% | - |
| HSV(B) | 18.46º | 0.53% | 0.87% | - |
| XYZ | 41.7 | 35.13 | 17.68 | - |
| YUV | 160.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 104 | 0 | 0.37 | 0.53 | 0.13 | 18.46 | 0.63 | 0.64 |
| Hex | DD | 8C | 68 | 0 | 25 | 35 | D | 12 | 3F | 40 |
| Octal | 335 | 214 | 150 | 0 | 45 | 65 | 15 | 22 | 77 | 100 |
| Binary | 11011101 | 10001100 | 1101000 | 0 | 100101 | 110101 | 1101 | 10010 | 111111 | 1000000 |
Color Harmonies of #DD8C68
Complementary color
Monochromatic Colors of #DD8C68
Black with #DD8C68
Text Example
Text Example
White with #DD8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C68; }
p { color: rgb(221,140,104); }
H1.HeaderClassName
{
color: #DD8C68;
}
.AnyTagClassName
{
color: #DD8C68;
}
</style>
background-color css
<style>
a { background-color: #DD8C68; }
a { background-color: rgb(221,140,104); }
div.DivClassName
{
background-color: #DD8C68;
}
.BgClassName
{
background-color: #DD8C68;
}
</style>
border-color css
<style>
span { border-color: #DD8C68; }
span { border-color: rgb(221,140,104); }
td.TdClassName
{
border-color: #DD8C68;
}
.TagClassName
{
border-color: #DD8C68;
}
</style>