Html Css Color HEX #D97C74 New York Pink

📋 copy color: '#D97C74'

red 217 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D97C74

Tints of New York Pink #D97C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 47.48%
G = 27.13%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97C74 (or 0xD97C74) is known color: New York Pink. HEX triplet: D9, 7C and 74. RGB value is (217,124,116). Sum of RGB (Red+Green+Blue) = 217+124+116=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C74 is #26838B. Grayscale: #979797. Windows color (decimal): -2524044 or 7634137. OLE color: 7634137.

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

Color convert

RGB 217 124 116 -
CMYK 0 0.43 0.47 0.15
HSL 4.75º 0.57% 0.65% -
HSV(B) 4.75º 0.47% 0.85% -
XYZ 38.98 30.43 20.34 -
YUV 150.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 217 124 116 0 0.43 0.47 0.15 4.75 0.57 0.65
Hex D9 7C 74 0 2B 2F F 5 39 41
Octal 331 174 164 0 53 57 17 5 71 101
Binary 11011001 1111100 1110100 0 101011 101111 1111 101 111001 1000001

Color Harmonies of #D97C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C74

Black with #D97C74

Text Example


Text Example

White with #D97C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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