Shades of Copper #DF7F63
Tints of Copper #DF7F63
RGB
CMYK
RGB Variations
Color information
#DF7F63 (or 0xDF7F63) is known color: Copper. HEX triplet: DF, 7F and 63. RGB value is (223,127,99). Sum of RGB (Red+Green+Blue) = 223+127+99=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F63 is #20809C. Grayscale: #989898. Windows color (decimal): -2130077 or 6520799. OLE color: 6520799.
HSL color Cylindrical-coordinate representation of color #DF7F63: hue angle of 13.55º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF7F63 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 99 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.13 |
| HSL | 13.55º | 0.66% | 0.63% | - |
| HSV(B) | 13.55º | 0.56% | 0.87% | - |
| XYZ | 40.27 | 31.77 | 15.81 | - |
| YUV | 152.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 99 | 0 | 0.43 | 0.56 | 0.13 | 13.55 | 0.66 | 0.63 |
| Hex | DF | 7F | 63 | 0 | 2B | 38 | D | E | 42 | 3F |
| Octal | 337 | 177 | 143 | 0 | 53 | 70 | 15 | 16 | 102 | 77 |
| Binary | 11011111 | 1111111 | 1100011 | 0 | 101011 | 111000 | 1101 | 1110 | 1000010 | 111111 |
Color Harmonies of #DF7F63
Complementary color
Monochromatic Colors of #DF7F63
Black with #DF7F63
Text Example
Text Example
White with #DF7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F63; }
p { color: rgb(223,127,99); }
H1.HeaderClassName
{
color: #DF7F63;
}
.AnyTagClassName
{
color: #DF7F63;
}
</style>
background-color css
<style>
a { background-color: #DF7F63; }
a { background-color: rgb(223,127,99); }
div.DivClassName
{
background-color: #DF7F63;
}
.BgClassName
{
background-color: #DF7F63;
}
</style>
border-color css
<style>
span { border-color: #DF7F63; }
span { border-color: rgb(223,127,99); }
td.TdClassName
{
border-color: #DF7F63;
}
.TagClassName
{
border-color: #DF7F63;
}
</style>