#D58864

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

Shades of Copper #D58864

Tints of Copper #D58864

Color information

#D58864 (or 0xD58864) is unknown color: approx Copper. HEX triplet: D5, 88 and 64. RGB value is (213,136,100). Sum of RGB (Red+Green+Blue) = 213+136+100=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58864 is #2A779B. Grayscale: #9B9B9B. Windows color (decimal): -2783132 or 6588629. OLE color: 6588629.

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

Color convert

RGB213136100-
CMYK00.360.530.16
HSL19.12º57.36%61.37%-
HSV(B)19.12º53.05%83.53%-
XYZ38.5432.6716.33-
YUV154.9297.01169.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=47.44%
G=30.29%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313610000.360.530.1619.1257.3661.37
HexD58864024351013393d
Octal3252101440446520237175
Binary1101010110001000110010001001001101011000010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58864; }

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

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

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

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

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

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

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

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