#D68867

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

Shades of Copper #D68867

Tints of Copper #D68867

Color information

#D68867 (or 0xD68867) is unknown color: approx Copper. HEX triplet: D6, 88 and 67. RGB value is (214,136,103). Sum of RGB (Red+Green+Blue) = 214+136+103=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68867 is #297798. Grayscale: #9B9B9B. Windows color (decimal): -2717593 or 6785238. OLE color: 6785238.

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

Color convert

RGB214136103-
CMYK00.360.520.16
HSL17.84º57.51%62.16%-
HSV(B)17.84º51.87%83.92%-
XYZ38.9832.8817.12-
YUV155.5698.34169.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=47.24%
G=30.02%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413610300.360.520.1617.8457.5162.16
HexD688670243410123a3e
Octal3262101470446420227276
Binary1101011010001000110011101001001101001000010010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68867; }

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

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

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

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

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

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

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

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