#D58E67

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

Shades of Copper #D58E67

Tints of Copper #D58E67

Color information

#D58E67 (or 0xD58E67) is unknown color: approx Copper. HEX triplet: D5, 8E and 67. RGB value is (213,142,103). Sum of RGB (Red+Green+Blue) = 213+142+103=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E67 is #2A7198. Grayscale: #9F9F9F. Windows color (decimal): -2781593 or 6786773. OLE color: 6786773.

HSL color Cylindrical-coordinate representation of color #D58E67: hue angle of 21.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D58E67 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213142103-
CMYK00.330.520.16
HSL21.27º56.7%61.96%-
HSV(B)21.27º51.64%83.53%-
XYZ39.5634.4717.4-
YUV158.7896.52166.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=46.51%
G=31.00%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314210300.330.520.1621.2756.761.96
HexD58E67021341015393e
Octal3252161470416420257176
Binary1101010110001110110011101000011101001000010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E67; }

 p { color: rgb(213,142,103); }

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

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

 a { background-color: rgb(213,142,103); }

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

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

 span { border-color: rgb(213,142,103); }

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