Shades of Copper #DF9070
Tints of Copper #DF9070
RGB
CMYK
RGB Variations
Color information
#DF9070 (or 0xDF9070) is known color: Copper. HEX triplet: DF, 90 and 70. RGB value is (223,144,112). Sum of RGB (Red+Green+Blue) = 223+144+112=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9070 is #206F8F. Grayscale: #A4A4A4. Windows color (decimal): -2125712 or 7377119. OLE color: 7377119.
HSL color Cylindrical-coordinate representation of color #DF9070: hue angle of 17.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF9070 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 112 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.13 |
| HSL | 17.3º | 0.63% | 0.66% | - |
| HSV(B) | 17.3º | 0.5% | 0.87% | - |
| XYZ | 43.33 | 36.8 | 20.15 | - |
| YUV | 163.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 112 | 0 | 0.35 | 0.50 | 0.13 | 17.3 | 0.63 | 0.66 |
| Hex | DF | 90 | 70 | 0 | 23 | 32 | D | 11 | 3F | 42 |
| Octal | 337 | 220 | 160 | 0 | 43 | 62 | 15 | 21 | 77 | 102 |
| Binary | 11011111 | 10010000 | 1110000 | 0 | 100011 | 110010 | 1101 | 10001 | 111111 | 1000010 |
Color Harmonies of #DF9070
Complementary color
Monochromatic Colors of #DF9070
Black with #DF9070
Text Example
Text Example
White with #DF9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9070; }
p { color: rgb(223,144,112); }
H1.HeaderClassName
{
color: #DF9070;
}
.AnyTagClassName
{
color: #DF9070;
}
</style>
background-color css
<style>
a { background-color: #DF9070; }
a { background-color: rgb(223,144,112); }
div.DivClassName
{
background-color: #DF9070;
}
.BgClassName
{
background-color: #DF9070;
}
</style>
border-color css
<style>
span { border-color: #DF9070; }
span { border-color: rgb(223,144,112); }
td.TdClassName
{
border-color: #DF9070;
}
.TagClassName
{
border-color: #DF9070;
}
</style>