#D88B71

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

Shades of Copper #D88B71

Tints of Copper #D88B71

Color information

#D88B71 (or 0xD88B71) is unknown color: approx Copper. HEX triplet: D8, 8B and 71. RGB value is (216,139,113). Sum of RGB (Red+Green+Blue) = 216+139+113=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B71 is #27748E. Grayscale: #9F9F9F. Windows color (decimal): -2585743 or 7441368. OLE color: 7441368.

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

Color convert

RGB216139113-
CMYK00.360.480.15
HSL15.15º56.91%64.51%-
HSV(B)15.15º47.69%84.71%-
XYZ40.5334.2620.1-
YUV159.06102.01168.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=46.15%
G=29.70%
B=24.15%

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
Decimal21613911300.360.480.1515.1556.9164.51
HexD88B7102430Ff3941
Octal33021316104460171771101
Binary110110001000101111100010100100110000111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88B71; }

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

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

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

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

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

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

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

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