#D58964

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

Shades of Copper #D58964

Tints of Copper #D58964

Color information

#D58964 (or 0xD58964) is unknown color: approx Copper. HEX triplet: D5, 89 and 64. RGB value is (213,137,100). Sum of RGB (Red+Green+Blue) = 213+137+100=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D58964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58964 is #2A769B. Grayscale: #9B9B9B. Windows color (decimal): -2782876 or 6588885. OLE color: 6588885.

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

Color convert

RGB213137100-
CMYK00.360.530.16
HSL19.65º57.36%61.37%-
HSV(B)19.65º53.05%83.53%-
XYZ38.6932.9616.38-
YUV155.5196.68169.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=47.33%
G=30.44%
B=22.22%

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
Decimal21313710000.360.530.1619.6557.3661.37
HexD58964024351014393d
Octal3252111440446520247175
Binary1101010110001001110010001001001101011000010100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58964; }

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

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

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

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

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

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

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

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