#D58D6E

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

Shades of Copper #D58D6E

Tints of Copper #D58D6E

Color information

#D58D6E (or 0xD58D6E) is unknown color: approx Copper. HEX triplet: D5, 8D and 6E. RGB value is (213,141,110). Sum of RGB (Red+Green+Blue) = 213+141+110=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D6E is #2A7291. Grayscale: #9F9F9F. Windows color (decimal): -2781842 or 7245269. OLE color: 7245269.

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

Color convert

RGB213141110-
CMYK00.340.480.16
HSL18.06º55.08%63.33%-
HSV(B)18.06º48.36%83.53%-
XYZ39.7834.3219.28-
YUV158.99100.35166.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=45.91%
G=30.39%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314111000.340.480.1618.0655.0863.33
HexD58D6E022301012373f
Octal3252151560426020226777
Binary1101010110001101110111001000101100001000010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D6E; }

 p { color: rgb(213,141,110); }

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

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

 a { background-color: rgb(213,141,110); }

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

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

 span { border-color: rgb(213,141,110); }

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