#D8906B

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

Shades of Copper #D8906B

Tints of Copper #D8906B

Color information

#D8906B (or 0xD8906B) is unknown color: approx Copper. HEX triplet: D8, 90 and 6B. RGB value is (216,144,107). Sum of RGB (Red+Green+Blue) = 216+144+107=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8906B is #276F94. Grayscale: #A1A1A1. Windows color (decimal): -2584469 or 7049432. OLE color: 7049432.

HSL color Cylindrical-coordinate representation of color #D8906B: hue angle of 20.37º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8906B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216144107-
CMYK00.330.500.15
HSL20.37º58.29%63.33%-
HSV(B)20.37º50.46%84.71%-
XYZ40.9535.6118.62-
YUV161.3197.35167.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=46.25%
G=30.84%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614410700.330.500.1520.3758.2963.33
HexD8906B02132F143a3f
Octal3302201530416217247277
Binary110110001001000011010110100001110010111110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8906B; }

 p { color: rgb(216,144,107); }

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

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

 a { background-color: rgb(216,144,107); }

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

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

 span { border-color: rgb(216,144,107); }

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