#D4856C

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

Shades of Copper #D4856C

Tints of Copper #D4856C

Color information

#D4856C (or 0xD4856C) is unknown color: approx Copper. HEX triplet: D4, 85 and 6C. RGB value is (212,133,108). Sum of RGB (Red+Green+Blue) = 212+133+108=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4856C is #2B7A93. Grayscale: #999999. Windows color (decimal): -2849428 or 7112148. OLE color: 7112148.

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

Color convert

RGB212133108-
CMYK00.370.490.17
HSL14.42º54.74%62.75%-
HSV(B)14.42º49.06%83.14%-
XYZ38.2531.8518.32-
YUV153.77102.17169.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=46.80%
G=29.36%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213310800.370.490.1714.4254.7462.75
HexD4856C0253111e373f
Octal3242051540456121166777
Binary110101001000010111011000100101110001100011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4856C; }

 p { color: rgb(212,133,108); }

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

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

 a { background-color: rgb(212,133,108); }

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

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

 span { border-color: rgb(212,133,108); }

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