#D68970

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

Shades of Copper #D68970

Tints of Copper #D68970

Color information

#D68970 (or 0xD68970) is unknown color: approx Copper. HEX triplet: D6, 89 and 70. RGB value is (214,137,112). Sum of RGB (Red+Green+Blue) = 214+137+112=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68970 is #29768F. Grayscale: #9D9D9D. Windows color (decimal): -2717328 or 7375318. OLE color: 7375318.

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

Color convert

RGB214137112-
CMYK00.360.480.16
HSL14.71º55.43%63.92%-
HSV(B)14.71º47.66%83.92%-
XYZ39.633.3619.68-
YUV157.17102.51168.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=46.22%
G=29.59%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413711200.360.480.1614.7155.4363.92
HexD689700243010f3740
Octal32621116004460201767100
Binary1101011010001001111000001001001100001000011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68970; }

 p { color: rgb(214,137,112); }

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

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

 a { background-color: rgb(214,137,112); }

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

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

 span { border-color: rgb(214,137,112); }

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