#D88B66

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

Shades of Copper #D88B66

Tints of Copper #D88B66

Color information

#D88B66 (or 0xD88B66) is unknown color: approx Copper. HEX triplet: D8, 8B and 66. RGB value is (216,139,102). Sum of RGB (Red+Green+Blue) = 216+139+102=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B66 is #277499. Grayscale: #9E9E9E. Windows color (decimal): -2585754 or 6720472. OLE color: 6720472.

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

Color convert

RGB216139102-
CMYK00.360.530.15
HSL19.47º59.38%62.35%-
HSV(B)19.47º52.78%84.71%-
XYZ39.9534.0217.03-
YUV157.896.51169.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=47.26%
G=30.42%
B=22.32%

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
Decimal21613910200.360.530.1519.4759.3862.35
HexD88B6602435F133b3e
Octal3302131460446517237376
Binary110110001000101111001100100100110101111110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88B66; }

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

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

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

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

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

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

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

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