#D68863

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

Shades of Copper #D68863

Tints of Copper #D68863

Color information

#D68863 (or 0xD68863) is unknown color: approx Copper. HEX triplet: D6, 88 and 63. RGB value is (214,136,99). Sum of RGB (Red+Green+Blue) = 214+136+99=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68863 is #29779C. Grayscale: #9B9B9B. Windows color (decimal): -2717597 or 6523094. OLE color: 6523094.

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

Color convert

RGB21413699-
CMYK00.360.540.16
HSL19.3º58.38%61.37%-
HSV(B)19.3º53.74%83.92%-
XYZ38.7932.8116.09-
YUV155.196.34170.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=47.66%
G=30.29%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141369900.360.540.1619.358.3861.37
HexD688630243610133a3d
Octal3262101430446620237275
Binary1101011010001000110001101001001101101000010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68863; }

 p { color: rgb(214,136,99); }

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

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

 a { background-color: rgb(214,136,99); }

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

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

 span { border-color: rgb(214,136,99); }

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