#D88A71

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

Shades of Copper #D88A71

Tints of Copper #D88A71

Color information

#D88A71 (or 0xD88A71) is unknown color: approx Copper. HEX triplet: D8, 8A and 71. RGB value is (216,138,113). Sum of RGB (Red+Green+Blue) = 216+138+113=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A71 is #27758E. Grayscale: #9E9E9E. Windows color (decimal): -2585999 or 7441112. OLE color: 7441112.

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

Color convert

RGB216138113-
CMYK00.360.480.15
HSL14.56º56.91%64.51%-
HSV(B)14.56º47.69%84.71%-
XYZ40.3933.9720.05-
YUV158.47102.34169.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=46.25%
G=29.55%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613811300.360.480.1514.5656.9164.51
HexD88A7102430Ff3941
Octal33021216104460171771101
Binary110110001000101011100010100100110000111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A71; }

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

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

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

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

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

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

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

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