#DC8B6C

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

Shades of Copper #DC8B6C

Tints of Copper #DC8B6C

Color information

#DC8B6C (or 0xDC8B6C) is unknown color: approx Copper. HEX triplet: DC, 8B and 6C. RGB value is (220,139,108). Sum of RGB (Red+Green+Blue) = 220+139+108=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B6C is #237493. Grayscale: #9F9F9F. Windows color (decimal): -2323604 or 7113692. OLE color: 7113692.

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

Color convert

RGB220139108-
CMYK00.370.510.14
HSL16.61º61.54%64.31%-
HSV(B)16.61º50.91%86.27%-
XYZ41.4534.7618.71-
YUV159.6898.84171.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 139 (54.69% from 255) = 29.76%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=47.11%
G=29.76%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013910800.370.510.1416.6161.5464.31
HexDC8B6C02533E113e40
Octal33421315404563162176100
Binary1101110010001011110110001001011100111110100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B6C; }

 p { color: rgb(220,139,108); }

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

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

 a { background-color: rgb(220,139,108); }

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

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

 span { border-color: rgb(220,139,108); }

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