Html Css Color HEX #D17C74 New York Pink

📋 copy color: '#D17C74'

red 209 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D17C74

Tints of New York Pink #D17C74

RGB

 RED value IS 209 (82.03% from 255) = 46.55%

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

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

R = 46.55%
G = 27.62%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D17C74 (or 0xD17C74) is known color: New York Pink. HEX triplet: D1, 7C and 74. RGB value is (209,124,116). Sum of RGB (Red+Green+Blue) = 209+124+116=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17C74 is #2E838B. Grayscale: #949494. Windows color (decimal): -3048332 or 7634129. OLE color: 7634129.

HSL color Cylindrical-coordinate representation of color #D17C74: hue angle of 5.16º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17C74 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 124 116 -
CMYK 0 0.41 0.44 0.18
HSL 5.16º 0.5% 0.64% -
HSV(B) 5.16º 0.44% 0.82% -
XYZ 36.65 29.23 20.23 -
YUV 148.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 209 124 116 0 0.41 0.44 0.18 5.16 0.5 0.64
Hex D1 7C 74 0 29 2C 12 5 32 40
Octal 321 174 164 0 51 54 22 5 62 100
Binary 11010001 1111100 1110100 0 101001 101100 10010 101 110010 1000000

Color Harmonies of #D17C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C74

Black with #D17C74

Text Example


Text Example

White with #D17C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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