#D88676

Color #D88676 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D88676

Tints of New York Pink #D88676

Color information

#D88676 (or 0xD88676) is unknown color: approx New York Pink. HEX triplet: D8, 86 and 76. RGB value is (216,134,118). Sum of RGB (Red+Green+Blue) = 216+134+118=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88676 is #277989. Grayscale: #9C9C9C. Windows color (decimal): -2587018 or 7767768. OLE color: 7767768.

HSL color Cylindrical-coordinate representation of color #D88676: hue angle of 9.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D88676 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216134118-
CMYK00.380.450.15
HSL9.8º55.68%65.49%-
HSV(B)9.8º45.37%84.71%-
XYZ40.1132.9621.39-
YUV156.69106.17170.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=46.15%
G=28.63%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613411800.380.450.159.855.6865.49
HexD886760262DFa3841
Octal33020616604655171270101
Binary110110001000011011101100100110101101111110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88676; }

 p { color: rgb(216,134,118); }

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

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

 a { background-color: rgb(216,134,118); }

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

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

 span { border-color: rgb(216,134,118); }

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