#DC8761

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

Shades of Copper #DC8761

Tints of Copper #DC8761

Color information

#DC8761 (or 0xDC8761) is unknown color: approx Copper. HEX triplet: DC, 87 and 61. RGB value is (220,135,97). Sum of RGB (Red+Green+Blue) = 220+135+97=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8761 is #23789E. Grayscale: #9C9C9C. Windows color (decimal): -2324639 or 6391772. OLE color: 6391772.

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

Color convert

RGB22013597-
CMYK00.390.560.14
HSL18.54º63.73%62.16%-
HSV(B)18.54º55.91%86.27%-
XYZ40.3433.4115.63-
YUV156.0894.66173.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.67%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=48.67%
G=29.87%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201359700.390.560.1418.5463.7362.16
HexDC876102738E13403e
Octal33420714104770162310076
Binary1101110010000111110000101001111110001110100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8761; }

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

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

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

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

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

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

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

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