#DF8761

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

Shades of Copper #DF8761

Tints of Copper #DF8761

Color information

#DF8761 (or 0xDF8761) is unknown color: approx Copper. HEX triplet: DF, 87 and 61. RGB value is (223,135,97). Sum of RGB (Red+Green+Blue) = 223+135+97=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8761 is #20789E. Grayscale: #9D9D9D. Windows color (decimal): -2128031 or 6391775. OLE color: 6391775.

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

Color convert

RGB22313597-
CMYK00.390.570.13
HSL18.1º66.32%62.75%-
HSV(B)18.1º56.5%87.45%-
XYZ41.2533.8815.67-
YUV156.9894.15175.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.01%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=49.01%
G=29.67%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231359700.390.570.1318.166.3262.75
HexDF876102739D12423f
Octal33720714104771152210277
Binary1101111110000111110000101001111110011101100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8761; }

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

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

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

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

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

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

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

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