#D88766

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

Shades of Copper #D88766

Tints of Copper #D88766

Color information

#D88766 (or 0xD88766) is unknown color: approx Copper. HEX triplet: D8, 87 and 66. RGB value is (216,135,102). Sum of RGB (Red+Green+Blue) = 216+135+102=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D88766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88766 is #277899. Grayscale: #9B9B9B. Windows color (decimal): -2586778 or 6719448. OLE color: 6719448.

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

Color convert

RGB216135102-
CMYK00.380.530.15
HSL17.37º59.38%62.35%-
HSV(B)17.37º52.78%84.71%-
XYZ39.3832.8916.84-
YUV155.4697.84171.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=47.68%
G=29.80%
B=22.52%

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
Decimal21613510200.380.530.1517.3759.3862.35
HexD8876602635F113b3e
Octal3302071460466517217376
Binary110110001000011111001100100110110101111110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88766; }

 p { color: rgb(216,135,102); }

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

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

 a { background-color: rgb(216,135,102); }

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

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

 span { border-color: rgb(216,135,102); }

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