#D58E69

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

Shades of Copper #D58E69

Tints of Copper #D58E69

Color information

#D58E69 (or 0xD58E69) is unknown color: approx Copper. HEX triplet: D5, 8E and 69. RGB value is (213,142,105). Sum of RGB (Red+Green+Blue) = 213+142+105=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E69 is #2A7196. Grayscale: #9F9F9F. Windows color (decimal): -2781591 or 6917845. OLE color: 6917845.

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

Color convert

RGB213142105-
CMYK00.330.510.16
HSL20.56º56.25%62.35%-
HSV(B)20.56º50.7%83.53%-
XYZ39.6634.5117.94-
YUV159.0197.52166.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=46.30%
G=30.87%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314210500.330.510.1620.5656.2562.35
HexD58E69021331015383e
Octal3252161510416320257076
Binary1101010110001110110100101000011100111000010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E69; }

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

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

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

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

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

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

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

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