#D5856E

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

Shades of Copper #D5856E

Tints of Copper #D5856E

Color information

#D5856E (or 0xD5856E) is unknown color: approx Copper. HEX triplet: D5, 85 and 6E. RGB value is (213,133,110). Sum of RGB (Red+Green+Blue) = 213+133+110=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5856E is #2A7A91. Grayscale: #9A9A9A. Windows color (decimal): -2783890 or 7243221. OLE color: 7243221.

HSL color Cylindrical-coordinate representation of color #D5856E: hue angle of 13.4º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5856E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213133110-
CMYK00.380.480.16
HSL13.4º55.08%63.33%-
HSV(B)13.4º48.36%83.53%-
XYZ38.6432.0518.9-
YUV154.3103169.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=46.71%
G=29.17%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313311000.380.480.1613.455.0863.33
HexD5856E0263010d373f
Octal3252051560466020156777
Binary110101011000010111011100100110110000100001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5856E; }

 p { color: rgb(213,133,110); }

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

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

 a { background-color: rgb(213,133,110); }

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

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

 span { border-color: rgb(213,133,110); }

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