#D68477

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

Shades of New York Pink #D68477

Tints of New York Pink #D68477

Color information

#D68477 (or 0xD68477) is unknown color: approx New York Pink. HEX triplet: D6, 84 and 77. RGB value is (214,132,119). Sum of RGB (Red+Green+Blue) = 214+132+119=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68477 is #297B88. Grayscale: #9B9B9B. Windows color (decimal): -2718601 or 7832790. OLE color: 7832790.

HSL color Cylindrical-coordinate representation of color #D68477: hue angle of 8.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68477 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214132119-
CMYK00.380.440.16
HSL8.21º53.67%65.29%-
HSV(B)8.21º44.39%83.92%-
XYZ39.3132.1321.58-
YUV155.04107.67170.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=46.02%
G=28.39%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413211900.380.440.168.2153.6765.29
HexD684770262C1083641
Octal32620416704654201066101
Binary1101011010000100111011101001101011001000010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68477; }

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

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

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

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

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

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

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

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