#D88F68

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

Shades of Copper #D88F68

Tints of Copper #D88F68

Color information

#D88F68 (or 0xD88F68) is unknown color: approx Copper. HEX triplet: D8, 8F and 68. RGB value is (216,143,104). Sum of RGB (Red+Green+Blue) = 216+143+104=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F68 is #277097. Grayscale: #A0A0A0. Windows color (decimal): -2584728 or 6852568. OLE color: 6852568.

HSL color Cylindrical-coordinate representation of color #D88F68: hue angle of 20.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D88F68 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216143104-
CMYK00.340.520.15
HSL20.89º58.95%62.75%-
HSV(B)20.89º51.85%84.71%-
XYZ40.6435.2417.76-
YUV160.3896.18167.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=46.65%
G=30.89%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614310400.340.520.1520.8958.9562.75
HexD88F6802234F153b3f
Octal3302171500426417257377
Binary110110001000111111010000100010110100111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F68; }

 p { color: rgb(216,143,104); }

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

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

 a { background-color: rgb(216,143,104); }

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

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

 span { border-color: rgb(216,143,104); }

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