#DC866B

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

Shades of Copper #DC866B

Tints of Copper #DC866B

Color information

#DC866B (or 0xDC866B) is unknown color: approx Copper. HEX triplet: DC, 86 and 6B. RGB value is (220,134,107). Sum of RGB (Red+Green+Blue) = 220+134+107=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866B is #237994. Grayscale: #9C9C9C. Windows color (decimal): -2324885 or 7046876. OLE color: 7046876.

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

Color convert

RGB220134107-
CMYK00.390.510.14
HSL14.34º61.75%64.12%-
HSV(B)14.34º51.36%86.27%-
XYZ40.6933.3318.2-
YUV156.6499.99173.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=47.72%
G=29.07%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013410700.390.510.1414.3461.7564.12
HexDC866B02733Ee3e40
Octal33420615304763161676100
Binary110111001000011011010110100111110011111011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC866B; }

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

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

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

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

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

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

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

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