#D68379

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

Shades of New York Pink #D68379

Tints of New York Pink #D68379

Color information

#D68379 (or 0xD68379) is unknown color: approx New York Pink. HEX triplet: D6, 83 and 79. RGB value is (214,131,121). Sum of RGB (Red+Green+Blue) = 214+131+121=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D68379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68379 is #297C86. Grayscale: #9A9A9A. Windows color (decimal): -2718855 or 7963606. OLE color: 7963606.

HSL color Cylindrical-coordinate representation of color #D68379: hue angle of 6.45º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68379 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214131121-
CMYK00.390.430.16
HSL6.45º53.14%65.69%-
HSV(B)6.45º43.46%83.92%-
XYZ39.331.9122.18-
YUV154.68109170.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=45.92%
G=28.11%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413112100.390.430.166.4553.1465.69
HexD683790272B1063542
Octal3262031710475320665102
Binary110101101000001111110010100111101011100001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68379; }

 p { color: rgb(214,131,121); }

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

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

 a { background-color: rgb(214,131,121); }

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

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

 span { border-color: rgb(214,131,121); }

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