#D68C66

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

Shades of Copper #D68C66

Tints of Copper #D68C66

Color information

#D68C66 (or 0xD68C66) is unknown color: approx Copper. HEX triplet: D6, 8C and 66. RGB value is (214,140,102). Sum of RGB (Red+Green+Blue) = 214+140+102=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C66 is #297399. Grayscale: #9E9E9E. Windows color (decimal): -2716570 or 6720726. OLE color: 6720726.

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

Color convert

RGB214140102-
CMYK00.350.520.16
HSL20.36º57.73%61.96%-
HSV(B)20.36º52.34%83.92%-
XYZ39.5134.0117.05-
YUV157.7996.52168.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 102 (40.23% from 255) = 22.37%
R=46.93%
G=30.70%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414010200.350.520.1620.3657.7361.96
HexD68C660233410143a3e
Octal3262141460436420247276
Binary1101011010001100110011001000111101001000010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C66; }

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

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

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

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

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

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

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

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