Html Css Color HEX #D98379 New York Pink

📋 copy color: '#D98379'

red 217 ◦ green 131 ◦ blue 121

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

Shades of New York Pink #D98379

Tints of New York Pink #D98379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 46.27%
G = 27.93%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D98379 (or 0xD98379) is known color: New York Pink. HEX triplet: D9, 83 and 79. RGB value is (217,131,121). Sum of RGB (Red+Green+Blue) = 217+131+121=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98379 is #267C86. Grayscale: #9B9B9B. Windows color (decimal): -2522247 or 7963609. OLE color: 7963609.

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

Color convert

RGB 217 131 121 -
CMYK 0 0.40 0.44 0.15
HSL 6.25º 0.56% 0.66% -
HSV(B) 6.25º 0.44% 0.85% -
XYZ 40.18 32.36 22.22 -
YUV 155.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 217 131 121 0 0.40 0.44 0.15 6.25 0.56 0.66
Hex D9 83 79 0 28 2C F 6 38 42
Octal 331 203 171 0 50 54 17 6 70 102
Binary 11011001 10000011 1111001 0 101000 101100 1111 110 111000 1000010

Color Harmonies of #D98379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98379

Black with #D98379

Text Example


Text Example

White with #D98379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98379; }

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

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

background-color css

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

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

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

border-color css

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

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

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