Html Css Color HEX #D98978 New York Pink

📋 copy color: '#D98978'

red 217 ◦ green 137 ◦ blue 120

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

Shades of New York Pink #D98978

Tints of New York Pink #D98978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 45.78%
G = 28.9%
B = 25.32%

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

#D98978 (or 0xD98978) is known color: New York Pink. HEX triplet: D9, 89 and 78. RGB value is (217,137,120). Sum of RGB (Red+Green+Blue) = 217+137+120=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D98978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98978 is #267687. Grayscale: #9F9F9F. Windows color (decimal): -2520712 or 7899609. OLE color: 7899609.

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

Color convert

RGB 217 137 120 -
CMYK 0 0.37 0.45 0.15
HSL 10.52º 0.56% 0.66% -
HSV(B) 10.52º 0.45% 0.85% -
XYZ 40.95 34 22.17 -
YUV 158.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 217 137 120 0 0.37 0.45 0.15 10.52 0.56 0.66
Hex D9 89 78 0 25 2D F B 38 42
Octal 331 211 170 0 45 55 17 13 70 102
Binary 11011001 10001001 1111000 0 100101 101101 1111 1011 111000 1000010

Color Harmonies of #D98978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98978

Black with #D98978

Text Example


Text Example

White with #D98978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98978; }

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

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

background-color css

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

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

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

border-color css

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

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

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