#D17A6E

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

Shades of New York Pink #D17A6E

Tints of New York Pink #D17A6E

Color information

#D17A6E (or 0xD17A6E) is unknown color: approx New York Pink. HEX triplet: D1, 7A and 6E. RGB value is (209,122,110). Sum of RGB (Red+Green+Blue) = 209+122+110=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A6E is #2E8591. Grayscale: #929292. Windows color (decimal): -3048850 or 7240401. OLE color: 7240401.

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

Color convert

RGB209122110-
CMYK00.420.470.18
HSL7.27º51.83%62.55%-
HSV(B)7.27º47.37%81.96%-
XYZ36.0728.618.37-
YUV146.64107.32172.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=47.39%
G=27.66%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912211000.420.470.187.2751.8362.55
HexD17A6E02A2F127343f
Octal321172156052572276477
Binary1101000111110101101110010101010111110010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A6E; }

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

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

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

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

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

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

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

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