#d58b63

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

Shades of Copper #D58B63

Tints of Copper #D58B63

Color information

#D58B63 (or 0xD58B63) is unknown color: approx Copper. HEX triplet: D5, 8B and 63. RGB value is (213,139,99). Sum of RGB (Red+Green+Blue) = 213+139+99=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B63 is #2A749C. Grayscale: #9C9C9C. Windows color (decimal): -2782365 or 6523861. OLE color: 6523861.

HSL color Cylindrical-coordinate representation of color #D58B63: hue angle of 21.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58B63 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21313999-
CMYK00.350.540.16
HSL21.05º57.58%61.18%-
HSV(B)21.05º53.52%83.53%-
XYZ38.9333.5116.22-
YUV156.5795.52168.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=47.23%
G=30.82%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131399900.350.540.1621.0557.5861.18
HexD58B630233610153a3d
Octal3252131430436620257275
Binary1101010110001011110001101000111101101000010101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58b63; }

 p { color: rgb(213,139,99); }

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

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

 a { background-color: rgb(213,139,99); }

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

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

 span { border-color: rgb(213,139,99); }

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