#D88B6C

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

Shades of Copper #D88B6C

Tints of Copper #D88B6C

Color information

#D88B6C (or 0xD88B6C) is unknown color: approx Copper. HEX triplet: D8, 8B and 6C. RGB value is (216,139,108). Sum of RGB (Red+Green+Blue) = 216+139+108=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B6C is #277493. Grayscale: #9E9E9E. Windows color (decimal): -2585748 or 7113688. OLE color: 7113688.

HSL color Cylindrical-coordinate representation of color #D88B6C: hue angle of 17.22º 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 #D88B6C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216139108-
CMYK00.360.500.15
HSL17.22º58.06%63.53%-
HSV(B)17.22º50%84.71%-
XYZ40.2634.1518.66-
YUV158.4999.51169.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=46.65%
G=30.02%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613910800.360.500.1517.2258.0663.53
HexD88B6C02432F113a40
Octal33021315404462172172100
Binary1101100010001011110110001001001100101111100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88B6C; }

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

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

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

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

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

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

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

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