#DF9365

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

Shades of Copper #DF9365

Tints of Copper #DF9365

Color information

#DF9365 (or 0xDF9365) is unknown color: approx Copper. HEX triplet: DF, 93 and 65. RGB value is (223,147,101). Sum of RGB (Red+Green+Blue) = 223+147+101=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9365 is #206C9A. Grayscale: #A4A4A4. Windows color (decimal): -2124955 or 6656991. OLE color: 6656991.

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

Color convert

RGB223147101-
CMYK00.340.550.13
HSL22.62º65.59%63.53%-
HSV(B)22.62º54.71%87.45%-
XYZ43.2137.4917.27-
YUV164.4892.18169.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=47.35%
G=31.21%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314710100.340.550.1322.6265.5963.53
HexDF936502237D174240
Octal337223145042671527102100
Binary11011111100100111100101010001011011111011011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9365; }

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

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

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

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

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

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

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

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