#D1806E

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

Shades of New York Pink #D1806E

Tints of New York Pink #D1806E

Color information

#D1806E (or 0xD1806E) is unknown color: approx New York Pink. HEX triplet: D1, 80 and 6E. RGB value is (209,128,110). Sum of RGB (Red+Green+Blue) = 209+128+110=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1806E is #2E7F91. Grayscale: #969696. Windows color (decimal): -3047314 or 7241937. OLE color: 7241937.

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

Color convert

RGB209128110-
CMYK00.390.470.18
HSL10.91º51.83%62.55%-
HSV(B)10.91º47.37%81.96%-
XYZ36.8330.1218.62-
YUV150.17105.34169.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=46.76%
G=28.64%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912811000.390.470.1810.9151.8362.55
HexD1806E0272F12b343f
Octal3212001560475722136477
Binary110100011000000011011100100111101111100101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1806E; }

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

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

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

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

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

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

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

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