#D5906A

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

Shades of Copper #D5906A

Tints of Copper #D5906A

Color information

#D5906A (or 0xD5906A) is unknown color: approx Copper. HEX triplet: D5, 90 and 6A. RGB value is (213,144,106). Sum of RGB (Red+Green+Blue) = 213+144+106=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5906A is #2A6F95. Grayscale: #A0A0A0. Windows color (decimal): -2781078 or 6983893. OLE color: 6983893.

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

Color convert

RGB213144106-
CMYK00.320.500.16
HSL21.31º56.02%62.55%-
HSV(B)21.31º50.23%83.53%-
XYZ40.0235.1318.31-
YUV160.397.36165.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=46.00%
G=31.10%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314410600.320.500.1621.3156.0262.55
HexD5906A020321015383f
Octal3252201520406220257077
Binary1101010110010000110101001000001100101000010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5906A; }

 p { color: rgb(213,144,106); }

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

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

 a { background-color: rgb(213,144,106); }

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

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

 span { border-color: rgb(213,144,106); }

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