#DF8764

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

Shades of Copper #DF8764

Tints of Copper #DF8764

Color information

#DF8764 (or 0xDF8764) is unknown color: approx Copper. HEX triplet: DF, 87 and 64. RGB value is (223,135,100). Sum of RGB (Red+Green+Blue) = 223+135+100=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8764 is #20789B. Grayscale: #9D9D9D. Windows color (decimal): -2128028 or 6588383. OLE color: 6588383.

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

Color convert

RGB223135100-
CMYK00.390.550.13
HSL17.07º65.78%63.33%-
HSV(B)17.07º55.16%87.45%-
XYZ41.433.9416.43-
YUV157.3295.65174.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=48.69%
G=29.48%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313510000.390.550.1317.0765.7863.33
HexDF876402737D11423f
Octal33720714404767152110277
Binary1101111110000111110010001001111101111101100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8764; }

 p { color: rgb(223,135,100); }

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

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

 a { background-color: rgb(223,135,100); }

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

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

 span { border-color: rgb(223,135,100); }

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