#D5866B

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

Shades of Copper #D5866B

Tints of Copper #D5866B

Color information

#D5866B (or 0xD5866B) is unknown color: approx Copper. HEX triplet: D5, 86 and 6B. RGB value is (213,134,107). Sum of RGB (Red+Green+Blue) = 213+134+107=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5866B is #2A7994. Grayscale: #9A9A9A. Windows color (decimal): -2783637 or 7046869. OLE color: 7046869.

HSL color Cylindrical-coordinate representation of color #D5866B: hue angle of 15.28º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5866B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213134107-
CMYK00.370.500.16
HSL15.28º55.79%62.75%-
HSV(B)15.28º49.77%83.53%-
XYZ38.6232.2618.1-
YUV154.54101.17169.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=46.92%
G=29.52%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313410700.370.500.1615.2855.7962.75
HexD5866B0253210f383f
Octal3252061530456220177077
Binary110101011000011011010110100101110010100001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5866B; }

 p { color: rgb(213,134,107); }

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

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

 a { background-color: rgb(213,134,107); }

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

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

 span { border-color: rgb(213,134,107); }

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