#d2876d

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

Shades of Copper #D2876D

Tints of Copper #D2876D

Color information

#D2876D (or 0xD2876D) is unknown color: approx Copper. HEX triplet: D2, 87 and 6D. RGB value is (210,135,109). Sum of RGB (Red+Green+Blue) = 210+135+109=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2876D is #2D7892. Grayscale: #9A9A9A. Windows color (decimal): -2979987 or 7178194. OLE color: 7178194.

HSL color Cylindrical-coordinate representation of color #D2876D: hue angle of 15.45º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2876D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210135109-
CMYK00.360.480.18
HSL15.45º52.88%62.55%-
HSV(B)15.45º48.1%82.35%-
XYZ3832.1318.67-
YUV154.46102.35167.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.26%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=46.26%
G=29.74%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013510900.360.480.1815.4552.8862.55
HexD2876D0243012f353f
Octal3222071550446022176577
Binary110100101000011111011010100100110000100101111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2876d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2876d; }

 p { color: rgb(210,135,109); }

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

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

 a { background-color: rgb(210,135,109); }

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

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

 span { border-color: rgb(210,135,109); }

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