#D98477

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

Shades of New York Pink #D98477

Tints of New York Pink #D98477

Color information

#D98477 (or 0xD98477) is unknown color: approx New York Pink. HEX triplet: D9, 84 and 77. RGB value is (217,132,119). Sum of RGB (Red+Green+Blue) = 217+132+119=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D98477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98477 is #267B88. Grayscale: #9C9C9C. Windows color (decimal): -2521993 or 7832793. OLE color: 7832793.

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

Color convert

RGB217132119-
CMYK00.390.450.15
HSL7.96º56.32%65.88%-
HSV(B)7.96º45.16%85.1%-
XYZ40.232.5921.62-
YUV155.93107.16171.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=46.37%
G=28.21%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713211900.390.450.157.9656.3265.88
HexD984770272DF83842
Octal33120416704755171070102
Binary110110011000010011101110100111101101111110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98477; }

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

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

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

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

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

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

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

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