Html Css Color HEX #D17F73 New York Pink

📋 copy color: '#D17F73'

red 209 ◦ green 127 ◦ blue 115

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

Shades of New York Pink #D17F73

Tints of New York Pink #D17F73

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 46.34%
G = 28.16%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D17F73 (or 0xD17F73) is known color: New York Pink. HEX triplet: D1, 7F and 73. RGB value is (209,127,115). Sum of RGB (Red+Green+Blue) = 209+127+115=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F73 is #2E808C. Grayscale: #969696. Windows color (decimal): -3047565 or 7569361. OLE color: 7569361.

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

Color convert

RGB 209 127 115 -
CMYK 0 0.39 0.45 0.18
HSL 7.66º 0.51% 0.64% -
HSV(B) 7.66º 0.45% 0.82% -
XYZ 36.98 29.97 20.06 -
YUV 150.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 209 127 115 0 0.39 0.45 0.18 7.66 0.51 0.64
Hex D1 7F 73 0 27 2D 12 8 33 40
Octal 321 177 163 0 47 55 22 10 63 100
Binary 11010001 1111111 1110011 0 100111 101101 10010 1000 110011 1000000

Color Harmonies of #D17F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F73

Black with #D17F73

Text Example


Text Example

White with #D17F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F73; }

 p { color: rgb(209,127,115); }

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

background-color css

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

 a { background-color: rgb(209,127,115); }

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

border-color css

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

 span { border-color: rgb(209,127,115); }

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