Html Css Color HEX #D98977 New York Pink

📋 copy color: '#D98977'

red 217 ◦ green 137 ◦ blue 119

#D98977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D98977

Tints of New York Pink #D98977

RGB

 RED value IS 217 (85.16% from 255) = 45.88%

 GREEN value IS 137 (53.91% from 255) = 28.96%

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 45.88%
G = 28.96%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D98977 (or 0xD98977) is known color: New York Pink. HEX triplet: D9, 89 and 77. RGB value is (217,137,119). Sum of RGB (Red+Green+Blue) = 217+137+119=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D98977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98977 is #267688. Grayscale: #9F9F9F. Windows color (decimal): -2520713 or 7834073. OLE color: 7834073.

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

Color convert

RGB 217 137 119 -
CMYK 0 0.37 0.45 0.15
HSL 11.02º 0.56% 0.66% -
HSV(B) 11.02º 0.45% 0.85% -
XYZ 40.89 33.97 21.86 -
YUV 158.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 217 137 119 0 0.37 0.45 0.15 11.02 0.56 0.66
Hex D9 89 77 0 25 2D F B 38 42
Octal 331 211 167 0 45 55 17 13 70 102
Binary 11011001 10001001 1110111 0 100101 101101 1111 1011 111000 1000010

Color Harmonies of #D98977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98977

Black with #D98977

Text Example


Text Example

White with #D98977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98977; }

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

 H1.HeaderClassName
 {
   color: #D98977;
 }
 .AnyTagClassName
 {
   color: #D98977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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