#D68A68

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

Shades of Copper #D68A68

Tints of Copper #D68A68

Color information

#D68A68 (or 0xD68A68) is unknown color: approx Copper. HEX triplet: D6, 8A and 68. RGB value is (214,138,104). Sum of RGB (Red+Green+Blue) = 214+138+104=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A68 is #297597. Grayscale: #9D9D9D. Windows color (decimal): -2717080 or 6851286. OLE color: 6851286.

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

Color convert

RGB214138104-
CMYK00.360.510.16
HSL18.55º57.29%62.35%-
HSV(B)18.55º51.4%83.92%-
XYZ39.3233.4717.49-
YUV156.8598.18168.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=46.93%
G=30.26%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413810400.360.510.1618.5557.2962.35
HexD68A68024331013393e
Octal3262121500446320237176
Binary1101011010001010110100001001001100111000010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A68; }

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

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

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

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

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

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

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

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