#D88663

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

Shades of Copper #D88663

Tints of Copper #D88663

Color information

#D88663 (or 0xD88663) is unknown color: approx Copper. HEX triplet: D8, 86 and 63. RGB value is (216,134,99). Sum of RGB (Red+Green+Blue) = 216+134+99=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88663 is #27799C. Grayscale: #9A9A9A. Windows color (decimal): -2587037 or 6522584. OLE color: 6522584.

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

Color convert

RGB21613499-
CMYK00.380.540.15
HSL17.95º60%61.76%-
HSV(B)17.95º54.17%84.71%-
XYZ39.132.5516.03-
YUV154.5396.67171.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=48.11%
G=29.84%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161349900.380.540.1517.956061.76
HexD8866302636F123c3e
Octal3302061430466617227476
Binary110110001000011011000110100110110110111110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88663; }

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

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

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

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

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

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

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

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