#D18671

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

Shades of New York Pink #D18671

Tints of New York Pink #D18671

Color information

#D18671 (or 0xD18671) is unknown color: approx New York Pink. HEX triplet: D1, 86 and 71. RGB value is (209,134,113). Sum of RGB (Red+Green+Blue) = 209+134+113=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18671 is #2E798E. Grayscale: #9A9A9A. Windows color (decimal): -3045775 or 7440081. OLE color: 7440081.

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

Color convert

RGB209134113-
CMYK00.360.460.18
HSL13.13º51.06%63.14%-
HSV(B)13.13º45.93%81.96%-
XYZ37.831.819.77-
YUV154.03104.85167.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=45.83%
G=29.39%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913411300.360.460.1813.1351.0663.14
HexD186710242E12d333f
Octal3212061610445622156377
Binary110100011000011011100010100100101110100101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18671; }

 p { color: rgb(209,134,113); }

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

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

 a { background-color: rgb(209,134,113); }

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

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

 span { border-color: rgb(209,134,113); }

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