#DC866D

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

Shades of Copper #DC866D

Tints of Copper #DC866D

Color information

#DC866D (or 0xDC866D) is unknown color: approx Copper. HEX triplet: DC, 86 and 6D. RGB value is (220,134,109). Sum of RGB (Red+Green+Blue) = 220+134+109=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866D is #237992. Grayscale: #9D9D9D. Windows color (decimal): -2324883 or 7177948. OLE color: 7177948.

HSL color Cylindrical-coordinate representation of color #DC866D: hue angle of 13.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC866D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220134109-
CMYK00.390.500.14
HSL13.51º61.33%64.51%-
HSV(B)13.51º50.45%86.27%-
XYZ40.833.3718.76-
YUV156.86100.99173.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=47.52%
G=28.94%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013410900.390.500.1413.5161.3364.51
HexDC866D02732Ee3d41
Octal33420615504762161675101
Binary110111001000011011011010100111110010111011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC866D; }

 p { color: rgb(220,134,109); }

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

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

 a { background-color: rgb(220,134,109); }

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

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

 span { border-color: rgb(220,134,109); }

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