#DC8468

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

Shades of Copper #DC8468

Tints of Copper #DC8468

Color information

#DC8468 (or 0xDC8468) is unknown color: approx Copper. HEX triplet: DC, 84 and 68. RGB value is (220,132,104). Sum of RGB (Red+Green+Blue) = 220+132+104=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8468 is #237B97. Grayscale: #9B9B9B. Windows color (decimal): -2325400 or 6849756. OLE color: 6849756.

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

Color convert

RGB220132104-
CMYK00.400.530.14
HSL14.48º62.37%63.53%-
HSV(B)14.48º52.73%86.27%-
XYZ40.2732.7217.29-
YUV155.1299.15174.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=48.25%
G=28.95%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013210400.400.530.1414.4862.3763.53
HexDC846802835Ee3e40
Octal33420415005065161676100
Binary110111001000010011010000101000110101111011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8468; }

 p { color: rgb(220,132,104); }

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

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

 a { background-color: rgb(220,132,104); }

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

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

 span { border-color: rgb(220,132,104); }

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