Shades of Copper #DD8A68
Tints of Copper #DD8A68
RGB
CMYK
RGB Variations
Color information
#DD8A68 (or 0xDD8A68) is known color: Copper. HEX triplet: DD, 8A and 68. RGB value is (221,138,104). Sum of RGB (Red+Green+Blue) = 221+138+104=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A68 is #227597. Grayscale: #9F9F9F. Windows color (decimal): -2258328 or 6851293. OLE color: 6851293.
HSL color Cylindrical-coordinate representation of color #DD8A68: hue angle of 17.44º 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 #DD8A68 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 104 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.13 |
| HSL | 17.44º | 0.63% | 0.64% | - |
| HSV(B) | 17.44º | 0.53% | 0.87% | - |
| XYZ | 41.41 | 34.55 | 17.58 | - |
| YUV | 158.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 104 | 0 | 0.38 | 0.53 | 0.13 | 17.44 | 0.63 | 0.64 |
| Hex | DD | 8A | 68 | 0 | 26 | 35 | D | 11 | 3F | 40 |
| Octal | 335 | 212 | 150 | 0 | 46 | 65 | 15 | 21 | 77 | 100 |
| Binary | 11011101 | 10001010 | 1101000 | 0 | 100110 | 110101 | 1101 | 10001 | 111111 | 1000000 |
Color Harmonies of #DD8A68
Complementary color
Monochromatic Colors of #DD8A68
Black with #DD8A68
Text Example
Text Example
White with #DD8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A68; }
p { color: rgb(221,138,104); }
H1.HeaderClassName
{
color: #DD8A68;
}
.AnyTagClassName
{
color: #DD8A68;
}
</style>
background-color css
<style>
a { background-color: #DD8A68; }
a { background-color: rgb(221,138,104); }
div.DivClassName
{
background-color: #DD8A68;
}
.BgClassName
{
background-color: #DD8A68;
}
</style>
border-color css
<style>
span { border-color: #DD8A68; }
span { border-color: rgb(221,138,104); }
td.TdClassName
{
border-color: #DD8A68;
}
.TagClassName
{
border-color: #DD8A68;
}
</style>