#df8d66

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

Shades of Copper #DF8D66

Tints of Copper #DF8D66

Color information

#DF8D66 (or 0xDF8D66) is unknown color: approx Copper. HEX triplet: DF, 8D and 66. RGB value is (223,141,102). Sum of RGB (Red+Green+Blue) = 223+141+102=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D66 is #207299. Grayscale: #A1A1A1. Windows color (decimal): -2126490 or 6720991. OLE color: 6720991.

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

Color convert

RGB223141102-
CMYK00.370.540.13
HSL19.34º65.41%63.73%-
HSV(B)19.34º54.26%87.45%-
XYZ42.3535.717.23-
YUV161.0794.67172.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=47.85%
G=30.26%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314110200.370.540.1319.3465.4163.73
HexDF8D6602536D134140
Octal337215146045661523101100
Binary11011111100011011100110010010111011011011001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df8d66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df8d66; }

 p { color: rgb(223,141,102); }

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

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

 a { background-color: rgb(223,141,102); }

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

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

 span { border-color: rgb(223,141,102); }

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