#D97F6E

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

Shades of New York Pink #D97F6E

Tints of New York Pink #D97F6E

Color information

#D97F6E (or 0xD97F6E) is unknown color: approx New York Pink. HEX triplet: D9, 7F and 6E. RGB value is (217,127,110). Sum of RGB (Red+Green+Blue) = 217+127+110=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F6E is #268091. Grayscale: #989898. Windows color (decimal): -2523282 or 7241689. OLE color: 7241689.

HSL color Cylindrical-coordinate representation of color #D97F6E: hue angle of 9.53º degrees, saturation: 0.58, 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 #D97F6E is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217127110-
CMYK00.410.490.15
HSL9.53º58.47%64.12%-
HSV(B)9.53º49.31%85.1%-
XYZ39.0231.0618.69-
YUV151.97104.32174.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=47.80%
G=27.97%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712711000.410.490.159.5358.4764.12
HexD97F6E02931Fa3a40
Octal33117715605161171272100
Binary11011001111111111011100101001110001111110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F6E; }

 p { color: rgb(217,127,110); }

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

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

 a { background-color: rgb(217,127,110); }

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

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

 span { border-color: rgb(217,127,110); }

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