#D8896C

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

Shades of Copper #D8896C

Tints of Copper #D8896C

Color information

#D8896C (or 0xD8896C) is unknown color: approx Copper. HEX triplet: D8, 89 and 6C. RGB value is (216,137,108). Sum of RGB (Red+Green+Blue) = 216+137+108=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8896C is #277693. Grayscale: #9D9D9D. Windows color (decimal): -2586260 or 7113176. OLE color: 7113176.

HSL color Cylindrical-coordinate representation of color #D8896C: hue angle of 16.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8896C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216137108-
CMYK00.370.500.15
HSL16.11º58.06%63.53%-
HSV(B)16.11º50%84.71%-
XYZ39.9733.5718.56-
YUV157.32100.17169.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=46.85%
G=29.72%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613710800.370.500.1516.1158.0663.53
HexD8896C02532F103a40
Octal33021115404562172072100
Binary1101100010001001110110001001011100101111100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8896C; }

 p { color: rgb(216,137,108); }

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

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

 a { background-color: rgb(216,137,108); }

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

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

 span { border-color: rgb(216,137,108); }

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