Html Css Color HEX #D17A70 New York Pink

📋 copy color: '#D17A70'

red 209 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D17A70

Tints of New York Pink #D17A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 47.18%
G = 27.54%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D17A70 (or 0xD17A70) is known color: New York Pink. HEX triplet: D1, 7A and 70. RGB value is (209,122,112). Sum of RGB (Red+Green+Blue) = 209+122+112=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A70 is #2E858F. Grayscale: #929292. Windows color (decimal): -3048848 or 7371473. OLE color: 7371473.

HSL color Cylindrical-coordinate representation of color #D17A70: hue angle of 6.19º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17A70 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 112 -
CMYK 0 0.42 0.46 0.18
HSL 6.19º 0.51% 0.63% -
HSV(B) 6.19º 0.46% 0.82% -
XYZ 36.18 28.64 18.95 -
YUV 146.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 209 122 112 0 0.42 0.46 0.18 6.19 0.51 0.63
Hex D1 7A 70 0 2A 2E 12 6 33 3F
Octal 321 172 160 0 52 56 22 6 63 77
Binary 11010001 1111010 1110000 0 101010 101110 10010 110 110011 111111

Color Harmonies of #D17A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A70

Black with #D17A70

Text Example


Text Example

White with #D17A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A70; }

 p { color: rgb(209,122,112); }

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

background-color css

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

 a { background-color: rgb(209,122,112); }

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

border-color css

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

 span { border-color: rgb(209,122,112); }

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