#D68F68

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

Shades of Copper #D68F68

Tints of Copper #D68F68

Color information

#D68F68 (or 0xD68F68) is unknown color: approx Copper. HEX triplet: D6, 8F and 68. RGB value is (214,143,104). Sum of RGB (Red+Green+Blue) = 214+143+104=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F68 is #297097. Grayscale: #A0A0A0. Windows color (decimal): -2715800 or 6852566. OLE color: 6852566.

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

Color convert

RGB214143104-
CMYK00.330.510.16
HSL21.27º57.29%62.35%-
HSV(B)21.27º51.4%83.92%-
XYZ40.0534.9417.73-
YUV159.7896.52166.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=46.42%
G=31.02%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414310400.330.510.1621.2757.2962.35
HexD68F68021331015393e
Octal3262171500416320257176
Binary1101011010001111110100001000011100111000010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F68; }

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

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

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

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

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

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

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

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