#DF9165

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

Shades of Copper #DF9165

Tints of Copper #DF9165

Color information

#DF9165 (or 0xDF9165) is unknown color: approx Copper. HEX triplet: DF, 91 and 65. RGB value is (223,145,101). Sum of RGB (Red+Green+Blue) = 223+145+101=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9165 is #206E9A. Grayscale: #A3A3A3. Windows color (decimal): -2125467 or 6656479. OLE color: 6656479.

HSL color Cylindrical-coordinate representation of color #DF9165: hue angle of 21.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9165 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223145101-
CMYK00.350.550.13
HSL21.64º65.59%63.53%-
HSV(B)21.64º54.71%87.45%-
XYZ42.9136.8817.17-
YUV163.3192.84170.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=47.55%
G=30.92%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314510100.350.550.1321.6465.5963.53
HexDF916502337D164240
Octal337221145043671526102100
Binary11011111100100011100101010001111011111011011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9165; }

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

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

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

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

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

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

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

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