#D17E6D

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

Shades of New York Pink #D17E6D

Tints of New York Pink #D17E6D

Color information

#D17E6D (or 0xD17E6D) is unknown color: approx New York Pink. HEX triplet: D1, 7E and 6D. RGB value is (209,126,109). Sum of RGB (Red+Green+Blue) = 209+126+109=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E6D is #2E8192. Grayscale: #959595. Windows color (decimal): -3047827 or 7175889. OLE color: 7175889.

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

Color convert

RGB209126109-
CMYK00.400.480.18
HSL10.2º52.08%62.35%-
HSV(B)10.2º47.85%81.96%-
XYZ36.5229.5818.25-
YUV148.88105.5170.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=47.07%
G=28.38%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912610900.400.480.1810.252.0862.35
HexD17E6D0283012a343e
Octal3211761550506022126476
Binary11010001111111011011010101000110000100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E6D; }

 p { color: rgb(209,126,109); }

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

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

 a { background-color: rgb(209,126,109); }

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

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

 span { border-color: rgb(209,126,109); }

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