#D68664

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

Shades of Copper #D68664

Tints of Copper #D68664

Color information

#D68664 (or 0xD68664) is unknown color: approx Copper. HEX triplet: D6, 86 and 64. RGB value is (214,134,100). Sum of RGB (Red+Green+Blue) = 214+134+100=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68664 is #29799B. Grayscale: #9A9A9A. Windows color (decimal): -2718108 or 6588118. OLE color: 6588118.

HSL color Cylindrical-coordinate representation of color #D68664: hue angle of 17.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D68664 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214134100-
CMYK00.370.530.16
HSL17.89º58.16%61.57%-
HSV(B)17.89º53.27%83.92%-
XYZ38.5632.2716.25-
YUV154.0497.5170.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=47.77%
G=29.91%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413410000.370.530.1617.8958.1661.57
HexD686640253510123a3e
Octal3262061440456520227276
Binary1101011010000110110010001001011101011000010010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68664; }

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

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

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

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

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

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

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

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