Shades of Copper #DF7E65
Tints of Copper #DF7E65
RGB
CMYK
RGB Variations
Color information
#DF7E65 (or 0xDF7E65) is known color: Copper. HEX triplet: DF, 7E and 65. RGB value is (223,126,101). Sum of RGB (Red+Green+Blue) = 223+126+101=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E65 is #20819A. Grayscale: #989898. Windows color (decimal): -2130331 or 6651615. OLE color: 6651615.
HSL color Cylindrical-coordinate representation of color #DF7E65: hue angle of 12.3º 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 #DF7E65 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 101 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.13 |
| HSL | 12.3º | 0.66% | 0.64% | - |
| HSV(B) | 12.3º | 0.55% | 0.87% | - |
| XYZ | 40.24 | 31.55 | 16.28 | - |
| YUV | 152.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 101 | 0 | 0.43 | 0.55 | 0.13 | 12.3 | 0.66 | 0.64 |
| Hex | DF | 7E | 65 | 0 | 2B | 37 | D | C | 42 | 40 |
| Octal | 337 | 176 | 145 | 0 | 53 | 67 | 15 | 14 | 102 | 100 |
| Binary | 11011111 | 1111110 | 1100101 | 0 | 101011 | 110111 | 1101 | 1100 | 1000010 | 1000000 |
Color Harmonies of #DF7E65
Complementary color
Monochromatic Colors of #DF7E65
Black with #DF7E65
Text Example
Text Example
White with #DF7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E65; }
p { color: rgb(223,126,101); }
H1.HeaderClassName
{
color: #DF7E65;
}
.AnyTagClassName
{
color: #DF7E65;
}
</style>
background-color css
<style>
a { background-color: #DF7E65; }
a { background-color: rgb(223,126,101); }
div.DivClassName
{
background-color: #DF7E65;
}
.BgClassName
{
background-color: #DF7E65;
}
</style>
border-color css
<style>
span { border-color: #DF7E65; }
span { border-color: rgb(223,126,101); }
td.TdClassName
{
border-color: #DF7E65;
}
.TagClassName
{
border-color: #DF7E65;
}
</style>