#DC8658

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

Shades of Copper #DC8658

Tints of Copper #DC8658

Color information

#DC8658 (or 0xDC8658) is unknown color: approx Copper. HEX triplet: DC, 86 and 58. RGB value is (220,134,88). Sum of RGB (Red+Green+Blue) = 220+134+88=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8658 is #2379A7. Grayscale: #9A9A9A. Windows color (decimal): -2324904 or 5801692. OLE color: 5801692.

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

Color convert

RGB22013488-
CMYK00.390.60.14
HSL20.91º65.35%60.39%-
HSV(B)20.91º60%86.27%-
XYZ39.832.9713.5-
YUV154.4790.49174.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=49.77%
G=30.32%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201348800.390.60.1420.9165.3560.39
HexDC86580273CE15413c
Octal33420613004774162510174
Binary1101110010000110101100001001111111001110101011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8658; }

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

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

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

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

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

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

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

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