#DC885B

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

Shades of Copper #DC885B

Tints of Copper #DC885B

Color information

#DC885B (or 0xDC885B) is unknown color: approx Copper. HEX triplet: DC, 88 and 5B. RGB value is (220,136,91). Sum of RGB (Red+Green+Blue) = 220+136+91=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC885B is #2377A4. Grayscale: #9C9C9C. Windows color (decimal): -2324389 or 5998812. OLE color: 5998812.

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

Color convert

RGB22013691-
CMYK00.380.590.14
HSL20.93º64.82%60.98%-
HSV(B)20.93º58.64%86.27%-
XYZ40.2133.5814.26-
YUV155.9991.33173.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=49.22%
G=30.43%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201369100.380.590.1420.9364.8260.98
HexDC885B0263BE15413d
Octal33421013304673162510175
Binary1101110010001000101101101001101110111110101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC885B; }

 p { color: rgb(220,136,91); }

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

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

 a { background-color: rgb(220,136,91); }

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

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

 span { border-color: rgb(220,136,91); }

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