#D58C69

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

Shades of Copper #D58C69

Tints of Copper #D58C69

Color information

#D58C69 (or 0xD58C69) is unknown color: approx Copper. HEX triplet: D5, 8C and 69. RGB value is (213,140,105). Sum of RGB (Red+Green+Blue) = 213+140+105=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C69 is #2A7396. Grayscale: #9E9E9E. Windows color (decimal): -2782103 or 6917333. OLE color: 6917333.

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

Color convert

RGB213140105-
CMYK00.340.510.16
HSL19.44º56.25%62.35%-
HSV(B)19.44º50.7%83.53%-
XYZ39.3733.9217.84-
YUV157.8498.18167.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=46.51%
G=30.57%
B=22.93%

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
Decimal21314010500.340.510.1619.4456.2562.35
HexD58C69022331013383e
Octal3252141510426320237076
Binary1101010110001100110100101000101100111000010011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C69; }

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

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

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

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

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

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

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

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