#D58B65

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

Shades of Copper #D58B65

Tints of Copper #D58B65

Color information

#D58B65 (or 0xD58B65) is unknown color: approx Copper. HEX triplet: D5, 8B and 65. RGB value is (213,139,101). Sum of RGB (Red+Green+Blue) = 213+139+101=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B65 is #2A749A. Grayscale: #9D9D9D. Windows color (decimal): -2782363 or 6654933. OLE color: 6654933.

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

Color convert

RGB213139101-
CMYK00.350.530.16
HSL20.36º57.14%61.57%-
HSV(B)20.36º52.58%83.53%-
XYZ39.0233.5516.73-
YUV156.7996.52168.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=47.02%
G=30.68%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313910100.350.530.1620.3657.1461.57
HexD58B65023351014393e
Octal3252131450436520247176
Binary1101010110001011110010101000111101011000010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58B65; }

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

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

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

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

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

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

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

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