Shades of Copper #DF7F65
Tints of Copper #DF7F65
RGB
CMYK
RGB Variations
Color information
#DF7F65 (or 0xDF7F65) is known color: Copper. HEX triplet: DF, 7F and 65. RGB value is (223,127,101). Sum of RGB (Red+Green+Blue) = 223+127+101=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F65 is #20809A. Grayscale: #989898. Windows color (decimal): -2130075 or 6651871. OLE color: 6651871.
HSL color Cylindrical-coordinate representation of color #DF7F65: hue angle of 12.79º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF7F65 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 101 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.13 |
| HSL | 12.79º | 0.66% | 0.64% | - |
| HSV(B) | 12.79º | 0.55% | 0.87% | - |
| XYZ | 40.37 | 31.81 | 16.32 | - |
| YUV | 152.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 101 | 0 | 0.43 | 0.55 | 0.13 | 12.79 | 0.66 | 0.64 |
| Hex | DF | 7F | 65 | 0 | 2B | 37 | D | D | 42 | 40 |
| Octal | 337 | 177 | 145 | 0 | 53 | 67 | 15 | 15 | 102 | 100 |
| Binary | 11011111 | 1111111 | 1100101 | 0 | 101011 | 110111 | 1101 | 1101 | 1000010 | 1000000 |
Color Harmonies of #DF7F65
Complementary color
Monochromatic Colors of #DF7F65
Black with #DF7F65
Text Example
Text Example
White with #DF7F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F65; }
p { color: rgb(223,127,101); }
H1.HeaderClassName
{
color: #DF7F65;
}
.AnyTagClassName
{
color: #DF7F65;
}
</style>
background-color css
<style>
a { background-color: #DF7F65; }
a { background-color: rgb(223,127,101); }
div.DivClassName
{
background-color: #DF7F65;
}
.BgClassName
{
background-color: #DF7F65;
}
</style>
border-color css
<style>
span { border-color: #DF7F65; }
span { border-color: rgb(223,127,101); }
td.TdClassName
{
border-color: #DF7F65;
}
.TagClassName
{
border-color: #DF7F65;
}
</style>