#DF9070

Color #DF9070 Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #DF9070

Tints of Copper #DF9070

Color information

#DF9070 (or 0xDF9070) is unknown color: approx 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

RGB223144112-
CMYK00.350.500.13
HSL17.3º63.43%65.69%-
HSV(B)17.3º49.78%87.45%-
XYZ43.3336.820.15-
YUV163.9798.67170.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=46.56%
G=30.06%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314411200.350.500.1317.363.4365.69
HexDF907002332D113f42
Octal33722016004362152177102
Binary1101111110010000111000001000111100101101100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>