#D58B64

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

Shades of Copper #D58B64

Tints of Copper #D58B64

Color information

#D58B64 (or 0xD58B64) is unknown color: approx Copper. HEX triplet: D5, 8B and 64. RGB value is (213,139,100). Sum of RGB (Red+Green+Blue) = 213+139+100=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B64 is #2A749B. Grayscale: #9C9C9C. Windows color (decimal): -2782364 or 6589397. OLE color: 6589397.

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

Color convert

RGB213139100-
CMYK00.350.530.16
HSL20.71º57.36%61.37%-
HSV(B)20.71º53.05%83.53%-
XYZ38.9733.5316.47-
YUV156.6896.02168.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=47.12%
G=30.75%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313910000.350.530.1620.7157.3661.37
HexD58B64023351015393d
Octal3252131440436520257175
Binary1101010110001011110010001000111101011000010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58B64; }

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

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

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

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

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

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

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

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