Shades of Copper #DD7F67
Tints of Copper #DD7F67
RGB
CMYK
RGB Variations
Color information
#DD7F67 (or 0xDD7F67) is known color: Copper. HEX triplet: DD, 7F and 67. RGB value is (221,127,103). Sum of RGB (Red+Green+Blue) = 221+127+103=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F67 is #228098. Grayscale: #989898. Windows color (decimal): -2261145 or 6782941. OLE color: 6782941.
HSL color Cylindrical-coordinate representation of color #DD7F67: hue angle of 12.2º 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 #DD7F67 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 103 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.13 |
| HSL | 12.2º | 0.63% | 0.64% | - |
| HSV(B) | 12.2º | 0.53% | 0.87% | - |
| XYZ | 39.86 | 31.53 | 16.82 | - |
| YUV | 152.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 103 | 0 | 0.43 | 0.53 | 0.13 | 12.2 | 0.63 | 0.64 |
| Hex | DD | 7F | 67 | 0 | 2B | 35 | D | C | 3F | 40 |
| Octal | 335 | 177 | 147 | 0 | 53 | 65 | 15 | 14 | 77 | 100 |
| Binary | 11011101 | 1111111 | 1100111 | 0 | 101011 | 110101 | 1101 | 1100 | 111111 | 1000000 |
Color Harmonies of #DD7F67
Complementary color
Monochromatic Colors of #DD7F67
Black with #DD7F67
Text Example
Text Example
White with #DD7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F67; }
p { color: rgb(221,127,103); }
H1.HeaderClassName
{
color: #DD7F67;
}
.AnyTagClassName
{
color: #DD7F67;
}
</style>
background-color css
<style>
a { background-color: #DD7F67; }
a { background-color: rgb(221,127,103); }
div.DivClassName
{
background-color: #DD7F67;
}
.BgClassName
{
background-color: #DD7F67;
}
</style>
border-color css
<style>
span { border-color: #DD7F67; }
span { border-color: rgb(221,127,103); }
td.TdClassName
{
border-color: #DD7F67;
}
.TagClassName
{
border-color: #DD7F67;
}
</style>