#D17C6F

Color #D17C6F New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D17C6F

Tints of New York Pink #D17C6F

Color information

#D17C6F (or 0xD17C6F) is unknown color: approx New York Pink. HEX triplet: D1, 7C and 6F. RGB value is (209,124,111). Sum of RGB (Red+Green+Blue) = 209+124+111=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17C6F is #2E8390. Grayscale: #949494. Windows color (decimal): -3048337 or 7306449. OLE color: 7306449.

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

Color convert

RGB209124111-
CMYK00.410.470.18
HSL7.96º51.58%62.75%-
HSV(B)7.96º46.89%81.96%-
XYZ36.3729.1218.74-
YUV147.93107.16171.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 111 (43.75% from 255) = 25%
R=47.07%
G=27.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912411100.410.470.187.9651.5862.75
HexD17C6F0292F128343f
Octal3211741570515722106477
Binary11010001111110011011110101001101111100101000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C6F; }

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

 H1.HeaderClassName
 {
   color: #D17C6F;
 }
 .AnyTagClassName
 {
   color: #D17C6F;
 }
</style>
background-color css

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

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

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

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

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

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