#D58866

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

Shades of Copper #D58866

Tints of Copper #D58866

Color information

#D58866 (or 0xD58866) is unknown color: approx Copper. HEX triplet: D5, 88 and 66. RGB value is (213,136,102). Sum of RGB (Red+Green+Blue) = 213+136+102=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58866 is #2A7799. Grayscale: #9B9B9B. Windows color (decimal): -2783130 or 6719701. OLE color: 6719701.

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

Color convert

RGB213136102-
CMYK00.360.520.16
HSL18.38º56.92%61.76%-
HSV(B)18.38º52.11%83.53%-
XYZ38.6432.7116.85-
YUV155.1598.01169.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=47.23%
G=30.16%
B=22.62%

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
Decimal21313610200.360.520.1618.3856.9261.76
HexD58866024341012393e
Octal3252101460446420227176
Binary1101010110001000110011001001001101001000010010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58866; }

 p { color: rgb(213,136,102); }

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

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

 a { background-color: rgb(213,136,102); }

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

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

 span { border-color: rgb(213,136,102); }

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