#DC8366

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

Shades of Copper #DC8366

Tints of Copper #DC8366

Color information

#DC8366 (or 0xDC8366) is unknown color: approx Copper. HEX triplet: DC, 83 and 66. RGB value is (220,131,102). Sum of RGB (Red+Green+Blue) = 220+131+102=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8366 is #237C99. Grayscale: #9A9A9A. Windows color (decimal): -2325658 or 6718428. OLE color: 6718428.

HSL color Cylindrical-coordinate representation of color #DC8366: hue angle of 14.75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC8366 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220131102-
CMYK00.400.540.14
HSL14.75º62.77%63.14%-
HSV(B)14.75º53.64%86.27%-
XYZ40.0332.4116.72-
YUV154.398.49174.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=48.57%
G=28.92%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013110200.400.540.1414.7562.7763.14
HexDC836602836Ef3f3f
Octal3342031460506616177777
Binary11011100100000111100110010100011011011101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8366; }

 p { color: rgb(220,131,102); }

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

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

 a { background-color: rgb(220,131,102); }

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

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

 span { border-color: rgb(220,131,102); }

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