#D58D69

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

Shades of Copper #D58D69

Tints of Copper #D58D69

Color information

#D58D69 (or 0xD58D69) is unknown color: approx Copper. HEX triplet: D5, 8D and 69. RGB value is (213,141,105). Sum of RGB (Red+Green+Blue) = 213+141+105=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D69 is #2A7296. Grayscale: #9E9E9E. Windows color (decimal): -2781847 or 6917589. OLE color: 6917589.

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

Color convert

RGB213141105-
CMYK00.340.510.16
HSL20º56.25%62.35%-
HSV(B)20º50.7%83.53%-
XYZ39.5234.2217.89-
YUV158.4297.85166.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=46.41%
G=30.72%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314110500.340.510.162056.2562.35
HexD58D69022331014383e
Octal3252151510426320247076
Binary1101010110001101110100101000101100111000010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D69; }

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

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

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

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

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

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

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

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