#D98073

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

Shades of New York Pink #D98073

Tints of New York Pink #D98073

Color information

#D98073 (or 0xD98073) is unknown color: approx New York Pink. HEX triplet: D9, 80 and 73. RGB value is (217,128,115). Sum of RGB (Red+Green+Blue) = 217+128+115=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D98073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98073 is #267F8C. Grayscale: #999999. Windows color (decimal): -2523021 or 7569625. OLE color: 7569625.

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

Color convert

RGB217128115-
CMYK00.410.470.15
HSL7.65º57.3%65.1%-
HSV(B)7.65º47%85.1%-
XYZ39.4331.4320.21-
YUV153.13106.49173.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 115 (45.31% from 255) = 25%
R=47.17%
G=27.83%
B=25%

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
Decimal21712811500.410.470.157.6557.365.1
HexD980730292FF83941
Octal33120016305157171071101
Binary110110011000000011100110101001101111111110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98073; }

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

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

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

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

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

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

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

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