#D68569

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

Shades of Copper #D68569

Tints of Copper #D68569

Color information

#D68569 (or 0xD68569) is unknown color: approx Copper. HEX triplet: D6, 85 and 69. RGB value is (214,133,105). Sum of RGB (Red+Green+Blue) = 214+133+105=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68569 is #297A96. Grayscale: #9A9A9A. Windows color (decimal): -2718359 or 6915542. OLE color: 6915542.

HSL color Cylindrical-coordinate representation of color #D68569: hue angle of 15.41º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68569 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214133105-
CMYK00.380.510.16
HSL15.41º57.07%62.55%-
HSV(B)15.41º50.93%83.92%-
XYZ38.6732.0917.52-
YUV154.03100.34170.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=47.35%
G=29.42%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413310500.380.510.1615.4157.0762.55
HexD685690263310f393f
Octal3262051510466320177177
Binary110101101000010111010010100110110011100001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68569; }

 p { color: rgb(214,133,105); }

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

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

 a { background-color: rgb(214,133,105); }

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

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

 span { border-color: rgb(214,133,105); }

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