Shades of Copper #DF7F66
Tints of Copper #DF7F66
RGB
CMYK
RGB Variations
Color information
#DF7F66 (or 0xDF7F66) is known color: Copper. HEX triplet: DF, 7F and 66. RGB value is (223,127,102). Sum of RGB (Red+Green+Blue) = 223+127+102=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F66 is #208099. Grayscale: #999999. Windows color (decimal): -2130074 or 6717407. OLE color: 6717407.
HSL color Cylindrical-coordinate representation of color #DF7F66: hue angle of 12.4º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF7F66 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 102 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.13 |
| HSL | 12.4º | 0.65% | 0.64% | - |
| HSV(B) | 12.4º | 0.54% | 0.87% | - |
| XYZ | 40.42 | 31.83 | 16.58 | - |
| YUV | 152.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 102 | 0 | 0.43 | 0.54 | 0.13 | 12.4 | 0.65 | 0.64 |
| Hex | DF | 7F | 66 | 0 | 2B | 36 | D | C | 41 | 40 |
| Octal | 337 | 177 | 146 | 0 | 53 | 66 | 15 | 14 | 101 | 100 |
| Binary | 11011111 | 1111111 | 1100110 | 0 | 101011 | 110110 | 1101 | 1100 | 1000001 | 1000000 |
Color Harmonies of #DF7F66
Complementary color
Monochromatic Colors of #DF7F66
Black with #DF7F66
Text Example
Text Example
White with #DF7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F66; }
p { color: rgb(223,127,102); }
H1.HeaderClassName
{
color: #DF7F66;
}
.AnyTagClassName
{
color: #DF7F66;
}
</style>
background-color css
<style>
a { background-color: #DF7F66; }
a { background-color: rgb(223,127,102); }
div.DivClassName
{
background-color: #DF7F66;
}
.BgClassName
{
background-color: #DF7F66;
}
</style>
border-color css
<style>
span { border-color: #DF7F66; }
span { border-color: rgb(223,127,102); }
td.TdClassName
{
border-color: #DF7F66;
}
.TagClassName
{
border-color: #DF7F66;
}
</style>