#D68A65

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

Shades of Copper #D68A65

Tints of Copper #D68A65

Color information

#D68A65 (or 0xD68A65) is unknown color: approx Copper. HEX triplet: D6, 8A and 65. RGB value is (214,138,101). Sum of RGB (Red+Green+Blue) = 214+138+101=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A65 is #29759A. Grayscale: #9C9C9C. Windows color (decimal): -2717083 or 6654678. OLE color: 6654678.

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

Color convert

RGB214138101-
CMYK00.360.530.16
HSL19.65º57.95%61.76%-
HSV(B)19.65º52.8%83.92%-
XYZ39.1733.4116.7-
YUV156.5196.68169.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=47.24%
G=30.46%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413810100.360.530.1619.6557.9561.76
HexD68A650243510143a3e
Octal3262121450446520247276
Binary1101011010001010110010101001001101011000010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A65; }

 p { color: rgb(214,138,101); }

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

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

 a { background-color: rgb(214,138,101); }

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

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

 span { border-color: rgb(214,138,101); }

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