Shades of Copper #DD8A67
Tints of Copper #DD8A67
RGB
CMYK
RGB Variations
Color information
#DD8A67 (or 0xDD8A67) is known color: Copper. HEX triplet: DD, 8A and 67. RGB value is (221,138,103). Sum of RGB (Red+Green+Blue) = 221+138+103=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A67 is #227598. Grayscale: #9F9F9F. Windows color (decimal): -2258329 or 6785757. OLE color: 6785757.
HSL color Cylindrical-coordinate representation of color #DD8A67: hue angle of 17.8º 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 #DD8A67 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 103 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.13 |
| HSL | 17.8º | 0.63% | 0.64% | - |
| HSV(B) | 17.8º | 0.53% | 0.87% | - |
| XYZ | 41.36 | 34.53 | 17.32 | - |
| YUV | 158.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 103 | 0 | 0.38 | 0.53 | 0.13 | 17.8 | 0.63 | 0.64 |
| Hex | DD | 8A | 67 | 0 | 26 | 35 | D | 12 | 3F | 40 |
| Octal | 335 | 212 | 147 | 0 | 46 | 65 | 15 | 22 | 77 | 100 |
| Binary | 11011101 | 10001010 | 1100111 | 0 | 100110 | 110101 | 1101 | 10010 | 111111 | 1000000 |
Color Harmonies of #DD8A67
Complementary color
Monochromatic Colors of #DD8A67
Black with #DD8A67
Text Example
Text Example
White with #DD8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A67; }
p { color: rgb(221,138,103); }
H1.HeaderClassName
{
color: #DD8A67;
}
.AnyTagClassName
{
color: #DD8A67;
}
</style>
background-color css
<style>
a { background-color: #DD8A67; }
a { background-color: rgb(221,138,103); }
div.DivClassName
{
background-color: #DD8A67;
}
.BgClassName
{
background-color: #DD8A67;
}
</style>
border-color css
<style>
span { border-color: #DD8A67; }
span { border-color: rgb(221,138,103); }
td.TdClassName
{
border-color: #DD8A67;
}
.TagClassName
{
border-color: #DD8A67;
}
</style>