#D88664

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

Shades of Copper #D88664

Tints of Copper #D88664

Color information

#D88664 (or 0xD88664) is unknown color: approx Copper. HEX triplet: D8, 86 and 64. RGB value is (216,134,100). Sum of RGB (Red+Green+Blue) = 216+134+100=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88664 is #27799B. Grayscale: #9A9A9A. Windows color (decimal): -2587036 or 6588120. OLE color: 6588120.

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

Color convert

RGB216134100-
CMYK00.380.540.15
HSL17.59º59.79%61.96%-
HSV(B)17.59º53.7%84.71%-
XYZ39.1432.5716.28-
YUV154.6497.17171.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=48%
G=29.78%
B=22.22%

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
Decimal21613410000.380.540.1517.5959.7961.96
HexD8866402636F123c3e
Octal3302061440466617227476
Binary110110001000011011001000100110110110111110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88664; }

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

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

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

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

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

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

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

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