Shades of Copper #DF8F72
Tints of Copper #DF8F72
RGB
CMYK
RGB Variations
Color information
#DF8F72 (or 0xDF8F72) is known color: Copper. HEX triplet: DF, 8F and 72. RGB value is (223,143,114). Sum of RGB (Red+Green+Blue) = 223+143+114=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F72 is #20708D. Grayscale: #A3A3A3. Windows color (decimal): -2125966 or 7507935. OLE color: 7507935.
HSL color Cylindrical-coordinate representation of color #DF8F72: hue angle of 15.96º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF8F72 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 114 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.13 |
| HSL | 15.96º | 0.63% | 0.66% | - |
| HSV(B) | 15.96º | 0.49% | 0.87% | - |
| XYZ | 43.29 | 36.55 | 20.69 | - |
| YUV | 163.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 114 | 0 | 0.36 | 0.49 | 0.13 | 15.96 | 0.63 | 0.66 |
| Hex | DF | 8F | 72 | 0 | 24 | 31 | D | 10 | 3F | 42 |
| Octal | 337 | 217 | 162 | 0 | 44 | 61 | 15 | 20 | 77 | 102 |
| Binary | 11011111 | 10001111 | 1110010 | 0 | 100100 | 110001 | 1101 | 10000 | 111111 | 1000010 |
Color Harmonies of #DF8F72
Complementary color
Monochromatic Colors of #DF8F72
Black with #DF8F72
Text Example
Text Example
White with #DF8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F72; }
p { color: rgb(223,143,114); }
H1.HeaderClassName
{
color: #DF8F72;
}
.AnyTagClassName
{
color: #DF8F72;
}
</style>
background-color css
<style>
a { background-color: #DF8F72; }
a { background-color: rgb(223,143,114); }
div.DivClassName
{
background-color: #DF8F72;
}
.BgClassName
{
background-color: #DF8F72;
}
</style>
border-color css
<style>
span { border-color: #DF8F72; }
span { border-color: rgb(223,143,114); }
td.TdClassName
{
border-color: #DF8F72;
}
.TagClassName
{
border-color: #DF8F72;
}
</style>