#D18470

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

Shades of New York Pink #D18470

Tints of New York Pink #D18470

Color information

#D18470 (or 0xD18470) is unknown color: approx New York Pink. HEX triplet: D1, 84 and 70. RGB value is (209,132,112). Sum of RGB (Red+Green+Blue) = 209+132+112=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D18470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18470 is #2E7B8F. Grayscale: #989898. Windows color (decimal): -3046288 or 7374033. OLE color: 7374033.

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

Color convert

RGB209132112-
CMYK00.370.460.18
HSL12.37º51.32%62.94%-
HSV(B)12.37º46.41%81.96%-
XYZ37.4731.2319.38-
YUV152.74105.01168.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=46.14%
G=29.14%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913211200.370.460.1812.3751.3262.94
HexD184700252E12c333f
Octal3212041600455622146377
Binary110100011000010011100000100101101110100101100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18470; }

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

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

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

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

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

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

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

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