#D87C6B

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

Shades of New York Pink #D87C6B

Tints of New York Pink #D87C6B

Color information

#D87C6B (or 0xD87C6B) is unknown color: approx New York Pink. HEX triplet: D8, 7C and 6B. RGB value is (216,124,107). Sum of RGB (Red+Green+Blue) = 216+124+107=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C6B is #278394. Grayscale: #959595. Windows color (decimal): -2589589 or 7044312. OLE color: 7044312.

HSL color Cylindrical-coordinate representation of color #D87C6B: hue angle of 9.36º 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 #D87C6B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216124107-
CMYK00.430.500.15
HSL9.36º58.29%63.33%-
HSV(B)9.36º50.46%84.71%-
XYZ38.1830.0817.7-
YUV149.57103.98175.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=48.32%
G=27.74%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612410700.430.500.159.3658.2963.33
HexD87C6B02B32F93a3f
Octal3301741530536217117277
Binary1101100011111001101011010101111001011111001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C6B; }

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

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

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

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

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

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

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

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