#D98379

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

Shades of New York Pink #D98379

Tints of New York Pink #D98379

Color information

#D98379 (or 0xD98379) is unknown color: approx New York Pink. HEX triplet: D9, 83 and 79. RGB value is (217,131,121). Sum of RGB (Red+Green+Blue) = 217+131+121=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98379 is #267C86. Grayscale: #9B9B9B. Windows color (decimal): -2522247 or 7963609. OLE color: 7963609.

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

Color convert

RGB217131121-
CMYK00.400.440.15
HSL6.25º55.81%66.27%-
HSV(B)6.25º44.24%85.1%-
XYZ40.1832.3622.22-
YUV155.57108.49171.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=46.27%
G=27.93%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713112100.400.440.156.2555.8166.27
HexD983790282CF63842
Octal3312031710505417670102
Binary11011001100000111111001010100010110011111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98379; }

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

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

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

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

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

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

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

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