#DC876D

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

Shades of Copper #DC876D

Tints of Copper #DC876D

Color information

#DC876D (or 0xDC876D) is unknown color: approx Copper. HEX triplet: DC, 87 and 6D. RGB value is (220,135,109). Sum of RGB (Red+Green+Blue) = 220+135+109=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC876D is #237892. Grayscale: #9D9D9D. Windows color (decimal): -2324627 or 7178204. OLE color: 7178204.

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

Color convert

RGB220135109-
CMYK00.390.500.14
HSL14.05º61.33%64.51%-
HSV(B)14.05º50.45%86.27%-
XYZ40.9433.6518.8-
YUV157.45100.66172.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.41%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=47.41%
G=29.09%
B=23.49%

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
Decimal22013510900.390.500.1414.0561.3364.51
HexDC876D02732Ee3d41
Octal33420715504762161675101
Binary110111001000011111011010100111110010111011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC876D; }

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

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

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

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

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

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

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

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