#D58A6D

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

Shades of Copper #D58A6D

Tints of Copper #D58A6D

Color information

#D58A6D (or 0xD58A6D) is unknown color: approx Copper. HEX triplet: D5, 8A and 6D. RGB value is (213,138,109). Sum of RGB (Red+Green+Blue) = 213+138+109=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A6D is #2A7592. Grayscale: #9D9D9D. Windows color (decimal): -2782611 or 7178965. OLE color: 7178965.

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

Color convert

RGB213138109-
CMYK00.350.490.16
HSL16.73º55.32%63.14%-
HSV(B)16.73º48.83%83.53%-
XYZ39.2933.4318.85-
YUV157.12100.85167.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=46.30%
G=30%
B=23.70%

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
Decimal21313810900.350.490.1616.7355.3263.14
HexD58A6D023311011373f
Octal3252121550436120216777
Binary1101010110001010110110101000111100011000010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A6D; }

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

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

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

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

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

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

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

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