#D88665

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

Shades of Copper #D88665

Tints of Copper #D88665

Color information

#D88665 (or 0xD88665) is unknown color: approx Copper. HEX triplet: D8, 86 and 65. RGB value is (216,134,101). Sum of RGB (Red+Green+Blue) = 216+134+101=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D88665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88665 is #27799A. Grayscale: #9A9A9A. Windows color (decimal): -2587035 or 6653656. OLE color: 6653656.

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

Color convert

RGB216134101-
CMYK00.380.530.15
HSL17.22º59.59%62.16%-
HSV(B)17.22º53.24%84.71%-
XYZ39.1932.5916.54-
YUV154.7697.67171.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=47.89%
G=29.71%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613410100.380.530.1517.2259.5962.16
HexD8866502635F113c3e
Octal3302061450466517217476
Binary110110001000011011001010100110110101111110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88665; }

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

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

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

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

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

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

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

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