#DC8D66

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

Shades of Copper #DC8D66

Tints of Copper #DC8D66

Color information

#DC8D66 (or 0xDC8D66) is unknown color: approx Copper. HEX triplet: DC, 8D and 66. RGB value is (220,141,102). Sum of RGB (Red+Green+Blue) = 220+141+102=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D66 is #237299. Grayscale: #A0A0A0. Windows color (decimal): -2323098 or 6720988. OLE color: 6720988.

HSL color Cylindrical-coordinate representation of color #DC8D66: hue angle of 19.83º 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 #DC8D66 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220141102-
CMYK00.360.540.14
HSL19.83º62.77%63.14%-
HSV(B)19.83º53.64%86.27%-
XYZ41.4435.2217.19-
YUV160.1895.17170.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=47.52%
G=30.45%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014110200.360.540.1419.8362.7763.14
HexDC8D6602436E143f3f
Octal3342151460446616247777
Binary110111001000110111001100100100110110111010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8D66; }

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

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

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

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

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

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

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

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