Html Css Color HEX #D97C71 New York Pink

📋 copy color: '#D97C71'

red 217 ◦ green 124 ◦ blue 113

#D97C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D97C71

Tints of New York Pink #D97C71

RGB

 RED value IS 217 (85.16% from 255) = 47.8%

 GREEN value IS 124 (48.83% from 255) = 27.31%

 BLUE value IS 113 (44.53% from 255) = 24.89%

R = 47.8%
G = 27.31%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97C71 (or 0xD97C71) is known color: New York Pink. HEX triplet: D9, 7C and 71. RGB value is (217,124,113). Sum of RGB (Red+Green+Blue) = 217+124+113=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C71 is #26838E. Grayscale: #969696. Windows color (decimal): -2524047 or 7437529. OLE color: 7437529.

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

Color convert

RGB 217 124 113 -
CMYK 0 0.43 0.48 0.15
HSL 6.35º 0.58% 0.65% -
HSV(B) 6.35º 0.48% 0.85% -
XYZ 38.8 30.36 19.44 -
YUV 150.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 217 124 113 0 0.43 0.48 0.15 6.35 0.58 0.65
Hex D9 7C 71 0 2B 30 F 6 3A 41
Octal 331 174 161 0 53 60 17 6 72 101
Binary 11011001 1111100 1110001 0 101011 110000 1111 110 111010 1000001

Color Harmonies of #D97C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C71

Black with #D97C71

Text Example


Text Example

White with #D97C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C71; }

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

 H1.HeaderClassName
 {
   color: #D97C71;
 }
 .AnyTagClassName
 {
   color: #D97C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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