#DF9170

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

Shades of Copper #DF9170

Tints of Copper #DF9170

Color information

#DF9170 (or 0xDF9170) is unknown color: approx Copper. HEX triplet: DF, 91 and 70. RGB value is (223,145,112). Sum of RGB (Red+Green+Blue) = 223+145+112=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9170 is #206E8F. Grayscale: #A4A4A4. Windows color (decimal): -2125456 or 7377375. OLE color: 7377375.

HSL color Cylindrical-coordinate representation of color #DF9170: hue angle of 17.84º 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 #DF9170 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223145112-
CMYK00.350.500.13
HSL17.84º63.43%65.69%-
HSV(B)17.84º49.78%87.45%-
XYZ43.4837.1120.2-
YUV164.5698.34169.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=46.46%
G=30.21%
B=23.33%

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
Decimal22314511200.350.500.1317.8463.4365.69
HexDF917002332D123f42
Octal33722116004362152277102
Binary1101111110010001111000001000111100101101100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9170; }

 p { color: rgb(223,145,112); }

 H1.HeaderClassName
 {
   color: #DF9170;
 }
 .AnyTagClassName
 {
   color: #DF9170;
 }
</style>
background-color css

<style>
 a { background-color: #DF9170; }

 a { background-color: rgb(223,145,112); }

 div.DivClassName
 {
   background-color: #DF9170;
 }
 .BgClassName
 {
   background-color: #DF9170;
 }
</style>
border-color css

<style>
 span { border-color: #DF9170; }

 span { border-color: rgb(223,145,112); }

 td.TdClassName
 {
   border-color: #DF9170;
 }
 .TagClassName
 {
   border-color: #DF9170;
 }
</style>