#df9162

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

Shades of Copper #DF9162

Tints of Copper #DF9162

Color information

#DF9162 (or 0xDF9162) is unknown color: approx Copper. HEX triplet: DF, 91 and 62. RGB value is (223,145,98). Sum of RGB (Red+Green+Blue) = 223+145+98=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9162 is #206E9D. Grayscale: #A3A3A3. Windows color (decimal): -2125470 or 6459871. OLE color: 6459871.

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

Color convert

RGB22314598-
CMYK00.350.560.13
HSL22.56º66.14%62.94%-
HSV(B)22.56º56.05%87.45%-
XYZ42.7636.8216.41-
YUV162.9691.34170.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=47.85%
G=31.12%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231459800.350.560.1322.5666.1462.94
HexDF916202338D17423f
Octal33722114204370152710277
Binary1101111110010001110001001000111110001101101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9162; }

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

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

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

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

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

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

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

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