#D98973

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

Shades of New York Pink #D98973

Tints of New York Pink #D98973

Color information

#D98973 (or 0xD98973) is unknown color: approx New York Pink. HEX triplet: D9, 89 and 73. RGB value is (217,137,115). Sum of RGB (Red+Green+Blue) = 217+137+115=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98973 is #26768C. Grayscale: #9E9E9E. Windows color (decimal): -2520717 or 7571929. OLE color: 7571929.

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

Color convert

RGB217137115-
CMYK00.370.470.15
HSL12.94º57.3%65.1%-
HSV(B)12.94º47%85.1%-
XYZ40.6633.8820.62-
YUV158.41103.5169.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=46.27%
G=29.21%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713711500.370.470.1512.9457.365.1
HexD989730252FFd3941
Octal33121116304557171571101
Binary110110011000100111100110100101101111111111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98973; }

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

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

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

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

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

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

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

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