#D98074

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

Shades of New York Pink #D98074

Tints of New York Pink #D98074

Color information

#D98074 (or 0xD98074) is unknown color: approx New York Pink. HEX triplet: D9, 80 and 74. RGB value is (217,128,116). Sum of RGB (Red+Green+Blue) = 217+128+116=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D98074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98074 is #267F8B. Grayscale: #999999. Windows color (decimal): -2523020 or 7635161. OLE color: 7635161.

HSL color Cylindrical-coordinate representation of color #D98074: hue angle of 7.13º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D98074 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217128116-
CMYK00.410.470.15
HSL7.13º57.06%65.29%-
HSV(B)7.13º46.54%85.1%-
XYZ39.4931.4520.51-
YUV153.24106.99173.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=47.07%
G=27.77%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712811600.410.470.157.1357.0665.29
HexD980740292FF73941
Octal3312001640515717771101
Binary11011001100000001110100010100110111111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98074; }

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

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

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

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

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

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

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

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