#D98471

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

Shades of New York Pink #D98471

Tints of New York Pink #D98471

Color information

#D98471 (or 0xD98471) is unknown color: approx New York Pink. HEX triplet: D9, 84 and 71. RGB value is (217,132,113). Sum of RGB (Red+Green+Blue) = 217+132+113=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D98471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98471 is #267B8E. Grayscale: #9B9B9B. Windows color (decimal): -2521999 or 7439577. OLE color: 7439577.

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

Color convert

RGB217132113-
CMYK00.390.480.15
HSL10.96º57.78%64.71%-
HSV(B)10.96º47.93%85.1%-
XYZ39.8532.4519.79-
YUV155.25104.16172.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=46.97%
G=28.57%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713211300.390.480.1510.9657.7864.71
HexD9847102730Fb3a41
Octal33120416104760171372101
Binary110110011000010011100010100111110000111110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98471; }

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

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

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

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

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

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

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

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