#D88866

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

Shades of Copper #D88866

Tints of Copper #D88866

Color information

#D88866 (or 0xD88866) is unknown color: approx Copper. HEX triplet: D8, 88 and 66. RGB value is (216,136,102). Sum of RGB (Red+Green+Blue) = 216+136+102=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D88866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88866 is #277799. Grayscale: #9C9C9C. Windows color (decimal): -2586522 or 6719704. OLE color: 6719704.

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

Color convert

RGB216136102-
CMYK00.370.530.15
HSL17.89º59.38%62.35%-
HSV(B)17.89º52.78%84.71%-
XYZ39.5233.1716.89-
YUV156.0497.5170.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=47.58%
G=29.96%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613610200.370.530.1517.8959.3862.35
HexD8886602535F123b3e
Octal3302101460456517227376
Binary110110001000100011001100100101110101111110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88866; }

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

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

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

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

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

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

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

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