#D68566

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

Shades of Copper #D68566

Tints of Copper #D68566

Color information

#D68566 (or 0xD68566) is unknown color: approx Copper. HEX triplet: D6, 85 and 66. RGB value is (214,133,102). Sum of RGB (Red+Green+Blue) = 214+133+102=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68566 is #297A99. Grayscale: #999999. Windows color (decimal): -2718362 or 6718934. OLE color: 6718934.

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

Color convert

RGB214133102-
CMYK00.380.520.16
HSL16.61º57.73%61.96%-
HSV(B)16.61º52.34%83.92%-
XYZ38.5232.0316.72-
YUV153.6898.84171.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=47.66%
G=29.62%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413310200.380.520.1616.6157.7361.96
HexD685660263410113a3e
Octal3262051460466420217276
Binary1101011010000101110011001001101101001000010001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68566; }

 p { color: rgb(214,133,102); }

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

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

 a { background-color: rgb(214,133,102); }

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

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

 span { border-color: rgb(214,133,102); }

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