#D98174

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

Shades of New York Pink #D98174

Tints of New York Pink #D98174

Color information

#D98174 (or 0xD98174) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 74. RGB value is (217,129,116). Sum of RGB (Red+Green+Blue) = 217+129+116=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D98174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98174 is #267E8B. Grayscale: #999999. Windows color (decimal): -2522764 or 7635417. OLE color: 7635417.

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

Color convert

RGB217129116-
CMYK00.410.470.15
HSL7.72º57.06%65.29%-
HSV(B)7.72º46.54%85.1%-
XYZ39.6231.7120.56-
YUV153.83106.65173.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=46.97%
G=27.92%
B=25.11%

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
Decimal21712911600.410.470.157.7257.0665.29
HexD981740292FF83941
Octal33120116405157171071101
Binary110110011000000111101000101001101111111110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98174; }

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

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

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

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

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

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

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

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