#D9786F

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

Shades of New York Pink #D9786F

Tints of New York Pink #D9786F

Color information

#D9786F (or 0xD9786F) is unknown color: approx New York Pink. HEX triplet: D9, 78 and 6F. RGB value is (217,120,111). Sum of RGB (Red+Green+Blue) = 217+120+111=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9786F is #268790. Grayscale: #949494. Windows color (decimal): -2525073 or 7305433. OLE color: 7305433.

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

Color convert

RGB217120111-
CMYK00.450.490.15
HSL5.09º58.24%64.31%-
HSV(B)5.09º48.85%85.1%-
XYZ38.229.3318.69-
YUV147.98107.14177.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=48.44%
G=26.79%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712011100.450.490.155.0958.2464.31
HexD9786F02D31F53a40
Octal3311701570556117572100
Binary1101100111110001101111010110111000111111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9786F; }

 p { color: rgb(217,120,111); }

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

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

 a { background-color: rgb(217,120,111); }

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

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

 span { border-color: rgb(217,120,111); }

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