#DC8767

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

Shades of Copper #DC8767

Tints of Copper #DC8767

Color information

#DC8767 (or 0xDC8767) is unknown color: approx Copper. HEX triplet: DC, 87 and 67. RGB value is (220,135,103). Sum of RGB (Red+Green+Blue) = 220+135+103=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8767 is #237898. Grayscale: #9C9C9C. Windows color (decimal): -2324633 or 6784988. OLE color: 6784988.

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

Color convert

RGB220135103-
CMYK00.390.530.14
HSL16.41º62.57%63.33%-
HSV(B)16.41º53.18%86.27%-
XYZ40.6333.5217.16-
YUV156.7797.66173.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=48.03%
G=29.48%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013510300.390.530.1416.4162.5763.33
HexDC876702735E103f3f
Octal3342071470476516207777
Binary110111001000011111001110100111110101111010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8767; }

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

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

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

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

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

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

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

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