#D98474

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

Shades of New York Pink #D98474

Tints of New York Pink #D98474

Color information

#D98474 (or 0xD98474) is unknown color: approx New York Pink. HEX triplet: D9, 84 and 74. RGB value is (217,132,116). Sum of RGB (Red+Green+Blue) = 217+132+116=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98474 is #267B8B. Grayscale: #9B9B9B. Windows color (decimal): -2521996 or 7636185. OLE color: 7636185.

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

Color convert

RGB217132116-
CMYK00.390.470.15
HSL9.5º57.06%65.29%-
HSV(B)9.5º46.54%85.1%-
XYZ40.0232.5220.69-
YUV155.59105.66171.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=46.67%
G=28.39%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713211600.390.470.159.557.0665.29
HexD984740272FFa3941
Octal33120416404757171271101
Binary110110011000010011101000100111101111111110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98474; }

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

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

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

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

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

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

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

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