#D68862

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

Shades of Copper #D68862

Tints of Copper #D68862

Color information

#D68862 (or 0xD68862) is unknown color: approx Copper. HEX triplet: D6, 88 and 62. RGB value is (214,136,98). Sum of RGB (Red+Green+Blue) = 214+136+98=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68862 is #29779D. Grayscale: #9B9B9B. Windows color (decimal): -2717598 or 6457558. OLE color: 6457558.

HSL color Cylindrical-coordinate representation of color #D68862: hue angle of 19.66º degrees, saturation: 0.59, 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 #D68862 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21413698-
CMYK00.360.540.16
HSL19.66º58.59%61.18%-
HSV(B)19.66º54.21%83.92%-
XYZ38.7432.7915.84-
YUV154.9995.84170.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=47.77%
G=30.36%
B=21.88%

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
Decimal2141369800.360.540.1619.6658.5961.18
HexD688620243610143b3d
Octal3262101420446620247375
Binary1101011010001000110001001001001101101000010100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68862; }

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

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

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

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

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

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

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

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