#D98077

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

Shades of New York Pink #D98077

Tints of New York Pink #D98077

Color information

#D98077 (or 0xD98077) is unknown color: approx New York Pink. HEX triplet: D9, 80 and 77. RGB value is (217,128,119). Sum of RGB (Red+Green+Blue) = 217+128+119=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D98077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98077 is #267F88. Grayscale: #999999. Windows color (decimal): -2523017 or 7831769. OLE color: 7831769.

HSL color Cylindrical-coordinate representation of color #D98077: hue angle of 5.51º 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 #D98077 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217128119-
CMYK00.410.450.15
HSL5.51º56.32%65.88%-
HSV(B)5.51º45.16%85.1%-
XYZ39.6631.5221.45-
YUV153.58108.49173.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=46.77%
G=27.59%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712811900.410.450.155.5156.3265.88
HexD980770292DF63842
Octal3312001670515517670102
Binary11011001100000001110111010100110110111111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98077; }

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

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

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

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

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

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

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

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