Html Css Color HEX #D98376 New York Pink

📋 copy color: '#D98376'

red 217 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #D98376

Tints of New York Pink #D98376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

 BLUE value IS 118 (46.48% from 255) = 25.32%

R = 46.57%
G = 28.11%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D98376 (or 0xD98376) is known color: New York Pink. HEX triplet: D9, 83 and 76. RGB value is (217,131,118). Sum of RGB (Red+Green+Blue) = 217+131+118=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D98376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98376 is #267C89. Grayscale: #9B9B9B. Windows color (decimal): -2522250 or 7767001. OLE color: 7767001.

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

Color convert

RGB 217 131 118 -
CMYK 0 0.40 0.46 0.15
HSL 7.88º 0.57% 0.66% -
HSV(B) 7.88º 0.46% 0.85% -
XYZ 40 32.29 21.26 -
YUV 155.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 217 131 118 0 0.40 0.46 0.15 7.88 0.57 0.66
Hex D9 83 76 0 28 2E F 8 39 42
Octal 331 203 166 0 50 56 17 10 71 102
Binary 11011001 10000011 1110110 0 101000 101110 1111 1000 111001 1000010

Color Harmonies of #D98376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98376

Black with #D98376

Text Example


Text Example

White with #D98376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98376; }

 p { color: rgb(217,131,118); }

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

background-color css

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

 a { background-color: rgb(217,131,118); }

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

border-color css

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

 span { border-color: rgb(217,131,118); }

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