#D58C66

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

Shades of Copper #D58C66

Tints of Copper #D58C66

Color information

#D58C66 (or 0xD58C66) is unknown color: approx Copper. HEX triplet: D5, 8C and 66. RGB value is (213,140,102). Sum of RGB (Red+Green+Blue) = 213+140+102=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C66 is #2A7399. Grayscale: #9D9D9D. Windows color (decimal): -2782106 or 6720725. OLE color: 6720725.

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

Color convert

RGB213140102-
CMYK00.340.520.16
HSL20.54º56.92%61.76%-
HSV(B)20.54º52.11%83.53%-
XYZ39.2233.8617.04-
YUV157.596.68167.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=46.81%
G=30.77%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314010200.340.520.1620.5456.9261.76
HexD58C66022341015393e
Octal3252141460426420257176
Binary1101010110001100110011001000101101001000010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C66; }

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

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

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

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

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

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

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

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