#D97C6A

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

Shades of New York Pink #D97C6A

Tints of New York Pink #D97C6A

Color information

#D97C6A (or 0xD97C6A) is unknown color: approx New York Pink. HEX triplet: D9, 7C and 6A. RGB value is (217,124,106). Sum of RGB (Red+Green+Blue) = 217+124+106=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C6A is #268395. Grayscale: #959595. Windows color (decimal): -2524054 or 6978777. OLE color: 6978777.

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

Color convert

RGB217124106-
CMYK00.430.510.15
HSL9.73º59.36%63.33%-
HSV(B)9.73º51.15%85.1%-
XYZ38.4230.2117.44-
YUV149.76103.31175.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=48.55%
G=27.74%
B=23.71%

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
Decimal21712410600.430.510.159.7359.3663.33
HexD97C6A02B33Fa3b3f
Octal3311741520536317127377
Binary1101100111111001101010010101111001111111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C6A; }

 p { color: rgb(217,124,106); }

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

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

 a { background-color: rgb(217,124,106); }

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

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

 span { border-color: rgb(217,124,106); }

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