#D88F6F

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

Shades of Copper #D88F6F

Tints of Copper #D88F6F

Color information

#D88F6F (or 0xD88F6F) is unknown color: approx Copper. HEX triplet: D8, 8F and 6F. RGB value is (216,143,111). Sum of RGB (Red+Green+Blue) = 216+143+111=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F6F is #277090. Grayscale: #A1A1A1. Windows color (decimal): -2584721 or 7311320. OLE color: 7311320.

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

Color convert

RGB216143111-
CMYK00.340.490.15
HSL18.29º57.38%64.12%-
HSV(B)18.29º48.61%84.71%-
XYZ41.0135.3919.71-
YUV161.1899.68167.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=45.96%
G=30.43%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614311100.340.490.1518.2957.3864.12
HexD88F6F02231F123940
Octal33021715704261172271100
Binary1101100010001111110111101000101100011111100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F6F; }

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

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

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

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

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

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

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

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