#d58b6d

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

Shades of Copper #D58B6D

Tints of Copper #D58B6D

Color information

#D58B6D (or 0xD58B6D) is unknown color: approx Copper. HEX triplet: D5, 8B and 6D. RGB value is (213,139,109). Sum of RGB (Red+Green+Blue) = 213+139+109=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B6D is #2A7492. Grayscale: #9D9D9D. Windows color (decimal): -2782355 or 7179221. OLE color: 7179221.

HSL color Cylindrical-coordinate representation of color #D58B6D: hue angle of 17.31º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D58B6D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213139109-
CMYK00.350.490.16
HSL17.31º55.32%63.14%-
HSV(B)17.31º48.83%83.53%-
XYZ39.4333.7218.9-
YUV157.71100.52167.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=46.20%
G=30.15%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313910900.350.490.1617.3155.3263.14
HexD58B6D023311011373f
Octal3252131550436120216777
Binary1101010110001011110110101000111100011000010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58b6d; }

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

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

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

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

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

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

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

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