#DF8661

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

Shades of Copper #DF8661

Tints of Copper #DF8661

Color information

#DF8661 (or 0xDF8661) is unknown color: approx Copper. HEX triplet: DF, 86 and 61. RGB value is (223,134,97). Sum of RGB (Red+Green+Blue) = 223+134+97=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8661 is #20799E. Grayscale: #9C9C9C. Windows color (decimal): -2128287 or 6391519. OLE color: 6391519.

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

Color convert

RGB22313497-
CMYK00.400.570.13
HSL17.62º66.32%62.75%-
HSV(B)17.62º56.5%87.45%-
XYZ41.1133.615.63-
YUV156.3994.49175.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=49.12%
G=29.52%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231349700.400.570.1317.6266.3262.75
HexDF866102839D12423f
Octal33720614105071152210277
Binary1101111110000110110000101010001110011101100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8661; }

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

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

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

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

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

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

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

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