#D68479

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

Shades of New York Pink #D68479

Tints of New York Pink #D68479

Color information

#D68479 (or 0xD68479) is unknown color: approx New York Pink. HEX triplet: D6, 84 and 79. RGB value is (214,132,121). Sum of RGB (Red+Green+Blue) = 214+132+121=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D68479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68479 is #297B86. Grayscale: #9B9B9B. Windows color (decimal): -2718599 or 7963862. OLE color: 7963862.

HSL color Cylindrical-coordinate representation of color #D68479: hue angle of 7.1º 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 #D68479 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214132121-
CMYK00.380.430.16
HSL7.1º53.14%65.69%-
HSV(B)7.1º43.46%83.92%-
XYZ39.4332.1822.22-
YUV155.26108.67169.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=45.82%
G=28.27%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413212100.380.430.167.153.1465.69
HexD684790262B1073542
Octal3262041710465320765102
Binary110101101000010011110010100110101011100001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68479; }

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

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

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

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

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

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

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

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