#D58669

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

Shades of Copper #D58669

Tints of Copper #D58669

Color information

#D58669 (or 0xD58669) is unknown color: approx Copper. HEX triplet: D5, 86 and 69. RGB value is (213,134,105). Sum of RGB (Red+Green+Blue) = 213+134+105=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58669 is #2A7996. Grayscale: #9A9A9A. Windows color (decimal): -2783639 or 6915797. OLE color: 6915797.

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

Color convert

RGB213134105-
CMYK00.370.510.16
HSL16.11º56.25%62.35%-
HSV(B)16.11º50.7%83.53%-
XYZ38.5232.2217.55-
YUV154.32100.17169.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=47.12%
G=29.65%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313410500.370.510.1616.1156.2562.35
HexD58669025331010383e
Octal3252061510456320207076
Binary1101010110000110110100101001011100111000010000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58669; }

 p { color: rgb(213,134,105); }

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

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

 a { background-color: rgb(213,134,105); }

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

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

 span { border-color: rgb(213,134,105); }

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