#D58965

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

Shades of Copper #D58965

Tints of Copper #D58965

Color information

#D58965 (or 0xD58965) is unknown color: approx Copper. HEX triplet: D5, 89 and 65. RGB value is (213,137,101). Sum of RGB (Red+Green+Blue) = 213+137+101=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58965 is #2A769A. Grayscale: #9B9B9B. Windows color (decimal): -2782875 or 6654421. OLE color: 6654421.

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

Color convert

RGB213137101-
CMYK00.360.530.16
HSL19.29º57.14%61.57%-
HSV(B)19.29º52.58%83.53%-
XYZ38.7432.9816.64-
YUV155.6297.18168.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=47.23%
G=30.38%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313710100.360.530.1619.2957.1461.57
HexD58965024351013393e
Octal3252111450446520237176
Binary1101010110001001110010101001001101011000010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58965; }

 p { color: rgb(213,137,101); }

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

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

 a { background-color: rgb(213,137,101); }

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

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

 span { border-color: rgb(213,137,101); }

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