Html Css Color HEX #D97D76 New York Pink

📋 copy color: '#D97D76'

red 217 ◦ green 125 ◦ blue 118

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

Shades of New York Pink #D97D76

Tints of New York Pink #D97D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

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

R = 47.17%
G = 27.17%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D97D76 (or 0xD97D76) is known color: New York Pink. HEX triplet: D9, 7D and 76. RGB value is (217,125,118). Sum of RGB (Red+Green+Blue) = 217+125+118=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D76 is #268289. Grayscale: #979797. Windows color (decimal): -2523786 or 7765465. OLE color: 7765465.

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

Color convert

RGB 217 125 118 -
CMYK 0 0.42 0.46 0.15
HSL 4.24º 0.57% 0.66% -
HSV(B) 4.24º 0.46% 0.85% -
XYZ 39.22 30.73 21 -
YUV 151.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 217 125 118 0 0.42 0.46 0.15 4.24 0.57 0.66
Hex D9 7D 76 0 2A 2E F 4 39 42
Octal 331 175 166 0 52 56 17 4 71 102
Binary 11011001 1111101 1110110 0 101010 101110 1111 100 111001 1000010

Color Harmonies of #D97D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D76

Black with #D97D76

Text Example


Text Example

White with #D97D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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