Html Css Color HEX #D98676 New York Pink

📋 copy color: '#D98676'

red 217 ◦ green 134 ◦ blue 118

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

Shades of New York Pink #D98676

Tints of New York Pink #D98676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.57%

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

R = 46.27%
G = 28.57%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D98676 (or 0xD98676) is known color: New York Pink. HEX triplet: D9, 86 and 76. RGB value is (217,134,118). Sum of RGB (Red+Green+Blue) = 217+134+118=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98676 is #267989. Grayscale: #9D9D9D. Windows color (decimal): -2521482 or 7767769. OLE color: 7767769.

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

Color convert

RGB 217 134 118 -
CMYK 0 0.38 0.46 0.15
HSL 9.7º 0.57% 0.66% -
HSV(B) 9.7º 0.46% 0.85% -
XYZ 40.41 33.11 21.4 -
YUV 156.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 217 134 118 0 0.38 0.46 0.15 9.7 0.57 0.66
Hex D9 86 76 0 26 2E F A 39 42
Octal 331 206 166 0 46 56 17 12 71 102
Binary 11011001 10000110 1110110 0 100110 101110 1111 1010 111001 1000010

Color Harmonies of #D98676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98676

Black with #D98676

Text Example


Text Example

White with #D98676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98676; }

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

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

background-color css

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

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

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

border-color css

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

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

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