#d88a77

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

Shades of New York Pink #D88A77

Tints of New York Pink #D88A77

Color information

#D88A77 (or 0xD88A77) is unknown color: approx New York Pink. HEX triplet: D8, 8A and 77. RGB value is (216,138,119). Sum of RGB (Red+Green+Blue) = 216+138+119=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A77 is #277588. Grayscale: #9F9F9F. Windows color (decimal): -2585993 or 7834328. OLE color: 7834328.

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

Color convert

RGB216138119-
CMYK00.360.450.15
HSL11.75º55.43%65.69%-
HSV(B)11.75º44.91%84.71%-
XYZ40.7434.1121.89-
YUV159.16105.34168.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=45.67%
G=29.18%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613811900.360.450.1511.7555.4365.69
HexD88A770242DFc3742
Octal33021216704455171467102
Binary110110001000101011101110100100101101111111001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88a77; }

 p { color: rgb(216,138,119); }

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

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

 a { background-color: rgb(216,138,119); }

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

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

 span { border-color: rgb(216,138,119); }

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