Html Css Color HEX #D17D70 New York Pink

📋 copy color: '#D17D70'

red 209 ◦ green 125 ◦ blue 112

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

Shades of New York Pink #D17D70

Tints of New York Pink #D17D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 46.86%
G = 28.03%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D17D70 (or 0xD17D70) is known color: New York Pink. HEX triplet: D1, 7D and 70. RGB value is (209,125,112). Sum of RGB (Red+Green+Blue) = 209+125+112=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D70 is #2E828F. Grayscale: #949494. Windows color (decimal): -3048080 or 7372241. OLE color: 7372241.

HSL color Cylindrical-coordinate representation of color #D17D70: hue angle of 8.04º 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 #D17D70 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 112 -
CMYK 0 0.40 0.46 0.18
HSL 8.04º 0.51% 0.63% -
HSV(B) 8.04º 0.46% 0.82% -
XYZ 36.55 29.39 19.08 -
YUV 148.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 209 125 112 0 0.40 0.46 0.18 8.04 0.51 0.63
Hex D1 7D 70 0 28 2E 12 8 33 3F
Octal 321 175 160 0 50 56 22 10 63 77
Binary 11010001 1111101 1110000 0 101000 101110 10010 1000 110011 111111

Color Harmonies of #D17D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D70

Black with #D17D70

Text Example


Text Example

White with #D17D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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