#D9746B

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

Shades of New York Pink #D9746B

Tints of New York Pink #D9746B

Color information

#D9746B (or 0xD9746B) is unknown color: approx New York Pink. HEX triplet: D9, 74 and 6B. RGB value is (217,116,107). Sum of RGB (Red+Green+Blue) = 217+116+107=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9746B is #268B94. Grayscale: #919191. Windows color (decimal): -2526101 or 7042265. OLE color: 7042265.

HSL color Cylindrical-coordinate representation of color #D9746B: hue angle of 4.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9746B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217116107-
CMYK00.470.510.15
HSL4.91º59.14%63.53%-
HSV(B)4.91º50.69%85.1%-
XYZ37.5128.317.4-
YUV145.17106.46179.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=49.32%
G=26.36%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711610700.470.510.154.9159.1463.53
HexD9746B02F33F53b40
Octal3311641530576317573100
Binary1101100111101001101011010111111001111111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9746B; }

 p { color: rgb(217,116,107); }

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

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

 a { background-color: rgb(217,116,107); }

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

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

 span { border-color: rgb(217,116,107); }

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