#D98579

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

Shades of New York Pink #D98579

Tints of New York Pink #D98579

Color information

#D98579 (or 0xD98579) is unknown color: approx New York Pink. HEX triplet: D9, 85 and 79. RGB value is (217,133,121). Sum of RGB (Red+Green+Blue) = 217+133+121=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D98579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98579 is #267A86. Grayscale: #9C9C9C. Windows color (decimal): -2521735 or 7964121. OLE color: 7964121.

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

Color convert

RGB217133121-
CMYK00.390.440.15
HSL7.5º55.81%66.27%-
HSV(B)7.5º44.24%85.1%-
XYZ40.4532.9122.31-
YUV156.75107.83170.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=46.07%
G=28.24%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713312100.390.440.157.555.8166.27
HexD985790272CF83842
Octal33120517104754171070102
Binary110110011000010111110010100111101100111110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98579; }

 p { color: rgb(217,133,121); }

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

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

 a { background-color: rgb(217,133,121); }

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

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

 span { border-color: rgb(217,133,121); }

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