#D97B6B

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

Shades of New York Pink #D97B6B

Tints of New York Pink #D97B6B

Color information

#D97B6B (or 0xD97B6B) is unknown color: approx New York Pink. HEX triplet: D9, 7B and 6B. RGB value is (217,123,107). Sum of RGB (Red+Green+Blue) = 217+123+107=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B6B is #268494. Grayscale: #959595. Windows color (decimal): -2524309 or 7044057. OLE color: 7044057.

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

Color convert

RGB217123107-
CMYK00.430.510.15
HSL8.73º59.14%63.53%-
HSV(B)8.73º50.69%85.1%-
XYZ38.3529.9817.68-
YUV149.28104.14176.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=48.55%
G=27.52%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712310700.430.510.158.7359.1463.53
HexD97B6B02B33F93b40
Octal33117315305363171173100
Binary11011001111101111010110101011110011111110011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B6B; }

 p { color: rgb(217,123,107); }

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

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

 a { background-color: rgb(217,123,107); }

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

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

 span { border-color: rgb(217,123,107); }

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