#D88C71

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

Shades of Copper #D88C71

Tints of Copper #D88C71

Color information

#D88C71 (or 0xD88C71) is unknown color: approx Copper. HEX triplet: D8, 8C and 71. RGB value is (216,140,113). Sum of RGB (Red+Green+Blue) = 216+140+113=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C71 is #27738E. Grayscale: #9F9F9F. Windows color (decimal): -2585487 or 7441624. OLE color: 7441624.

HSL color Cylindrical-coordinate representation of color #D88C71: hue angle of 15.73º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D88C71 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216140113-
CMYK00.350.480.15
HSL15.73º56.91%64.51%-
HSV(B)15.73º47.69%84.71%-
XYZ40.6834.5520.15-
YUV159.65101.68168.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=46.06%
G=29.85%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614011300.350.480.1515.7356.9164.51
HexD88C7102330F103941
Octal33021416104360172071101
Binary1101100010001100111000101000111100001111100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C71; }

 p { color: rgb(216,140,113); }

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

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

 a { background-color: rgb(216,140,113); }

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

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

 span { border-color: rgb(216,140,113); }

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