#DC875B

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

Shades of Copper #DC875B

Tints of Copper #DC875B

Color information

#DC875B (or 0xDC875B) is unknown color: approx Copper. HEX triplet: DC, 87 and 5B. RGB value is (220,135,91). Sum of RGB (Red+Green+Blue) = 220+135+91=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC875B is #2378A4. Grayscale: #9B9B9B. Windows color (decimal): -2324645 or 5998556. OLE color: 5998556.

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

Color convert

RGB22013591-
CMYK00.390.590.14
HSL20.47º64.82%60.98%-
HSV(B)20.47º58.64%86.27%-
XYZ40.0733.314.21-
YUV155.491.66174.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=49.33%
G=30.27%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201359100.390.590.1420.4764.8260.98
HexDC875B0273BE14413d
Octal33420713304773162410175
Binary1101110010000111101101101001111110111110101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC875B; }

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

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

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

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

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

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

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

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