#D5856D

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

Shades of Copper #D5856D

Tints of Copper #D5856D

Color information

#D5856D (or 0xD5856D) is unknown color: approx Copper. HEX triplet: D5, 85 and 6D. RGB value is (213,133,109). Sum of RGB (Red+Green+Blue) = 213+133+109=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5856D is #2A7A92. Grayscale: #9A9A9A. Windows color (decimal): -2783891 or 7177685. OLE color: 7177685.

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

Color convert

RGB213133109-
CMYK00.380.490.16
HSL13.85º55.32%63.14%-
HSV(B)13.85º48.83%83.53%-
XYZ38.5932.0318.62-
YUV154.18102.5169.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=46.81%
G=29.23%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313310900.380.490.1613.8555.3263.14
HexD5856D0263110e373f
Octal3252051550466120166777
Binary110101011000010111011010100110110001100001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5856D; }

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

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

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

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

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

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

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

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