#D18474

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

Shades of New York Pink #D18474

Tints of New York Pink #D18474

Color information

#D18474 (or 0xD18474) is unknown color: approx New York Pink. HEX triplet: D1, 84 and 74. RGB value is (209,132,116). Sum of RGB (Red+Green+Blue) = 209+132+116=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18474 is #2E7B8B. Grayscale: #999999. Windows color (decimal): -3046284 or 7636177. OLE color: 7636177.

HSL color Cylindrical-coordinate representation of color #D18474: hue angle of 10.32º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18474 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209132116-
CMYK00.370.440.18
HSL10.32º50.27%63.73%-
HSV(B)10.32º44.5%81.96%-
XYZ37.731.3220.58-
YUV153.2107.01167.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=45.73%
G=28.88%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913211600.370.440.1810.3250.2763.73
HexD184740252C12a3240
Octal32120416404554221262100
Binary1101000110000100111010001001011011001001010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18474; }

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

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

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

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

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

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

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

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