Html Css Color HEX #D98276 New York Pink

📋 copy color: '#D98276'

red 217 ◦ green 130 ◦ blue 118

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

Shades of New York Pink #D98276

Tints of New York Pink #D98276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 46.67%
G = 27.96%
B = 25.38%

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

#D98276 (or 0xD98276) is known color: New York Pink. HEX triplet: D9, 82 and 76. RGB value is (217,130,118). Sum of RGB (Red+Green+Blue) = 217+130+118=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98276 is #267D89. Grayscale: #9A9A9A. Windows color (decimal): -2522506 or 7766745. OLE color: 7766745.

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

Color convert

RGB 217 130 118 -
CMYK 0 0.40 0.46 0.15
HSL 7.27º 0.57% 0.66% -
HSV(B) 7.27º 0.46% 0.85% -
XYZ 39.87 32.02 21.22 -
YUV 154.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 217 130 118 0 0.40 0.46 0.15 7.27 0.57 0.66
Hex D9 82 76 0 28 2E F 7 39 42
Octal 331 202 166 0 50 56 17 7 71 102
Binary 11011001 10000010 1110110 0 101000 101110 1111 111 111001 1000010

Color Harmonies of #D98276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98276

Black with #D98276

Text Example


Text Example

White with #D98276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98276; }

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

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

background-color css

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

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

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

border-color css

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

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

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