#D68C69

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

Shades of Copper #D68C69

Tints of Copper #D68C69

Color information

#D68C69 (or 0xD68C69) is unknown color: approx Copper. HEX triplet: D6, 8C and 69. RGB value is (214,140,105). Sum of RGB (Red+Green+Blue) = 214+140+105=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C69 is #297396. Grayscale: #9E9E9E. Windows color (decimal): -2716567 or 6917334. OLE color: 6917334.

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

Color convert

RGB214140105-
CMYK00.350.510.16
HSL19.27º57.07%62.55%-
HSV(B)19.27º50.93%83.92%-
XYZ39.6634.0717.85-
YUV158.1498.02167.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=46.62%
G=30.50%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414010500.350.510.1619.2757.0762.55
HexD68C69023331013393f
Octal3262141510436320237177
Binary1101011010001100110100101000111100111000010011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C69; }

 p { color: rgb(214,140,105); }

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

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

 a { background-color: rgb(214,140,105); }

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

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

 span { border-color: rgb(214,140,105); }

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