#D88A65

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

Shades of Copper #D88A65

Tints of Copper #D88A65

Color information

#D88A65 (or 0xD88A65) is unknown color: approx Copper. HEX triplet: D8, 8A and 65. RGB value is (216,138,101). Sum of RGB (Red+Green+Blue) = 216+138+101=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A65 is #27759A. Grayscale: #9D9D9D. Windows color (decimal): -2586011 or 6654680. OLE color: 6654680.

HSL color Cylindrical-coordinate representation of color #D88A65: hue angle of 19.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D88A65 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216138101-
CMYK00.360.530.15
HSL19.3º59.59%62.16%-
HSV(B)19.3º53.24%84.71%-
XYZ39.7633.7216.72-
YUV157.196.34170.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=47.47%
G=30.33%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613810100.360.530.1519.359.5962.16
HexD88A6502435F133c3e
Octal3302121450446517237476
Binary110110001000101011001010100100110101111110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A65; }

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

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

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

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

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

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

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

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