#D98072

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

Shades of New York Pink #D98072

Tints of New York Pink #D98072

Color information

#D98072 (or 0xD98072) is unknown color: approx New York Pink. HEX triplet: D9, 80 and 72. RGB value is (217,128,114). Sum of RGB (Red+Green+Blue) = 217+128+114=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D98072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98072 is #267F8D. Grayscale: #999999. Windows color (decimal): -2523022 or 7504089. OLE color: 7504089.

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

Color convert

RGB217128114-
CMYK00.410.470.15
HSL8.16º57.54%64.9%-
HSV(B)8.16º47.47%85.1%-
XYZ39.3731.419.91-
YUV153.02105.99173.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=47.28%
G=27.89%
B=24.84%

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
Decimal21712811400.410.470.158.1657.5464.9
HexD980720292FF83a41
Octal33120016205157171072101
Binary110110011000000011100100101001101111111110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98072; }

 p { color: rgb(217,128,114); }

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

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

 a { background-color: rgb(217,128,114); }

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

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

 span { border-color: rgb(217,128,114); }

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