Html Css Color HEX #D9776E New York Pink

📋 copy color: '#D9776E'

red 217 ◦ green 119 ◦ blue 110

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

Shades of New York Pink #D9776E

Tints of New York Pink #D9776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.68%

 BLUE value IS 110 (43.36% from 255) = 24.66%

R = 48.65%
G = 26.68%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9776E (or 0xD9776E) is known color: New York Pink. HEX triplet: D9, 77 and 6E. RGB value is (217,119,110). Sum of RGB (Red+Green+Blue) = 217+119+110=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9776E is #268891. Grayscale: #939393. Windows color (decimal): -2525330 or 7239641. OLE color: 7239641.

HSL color Cylindrical-coordinate representation of color #D9776E: hue angle of 5.05º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9776E is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 110 -
CMYK 0 0.45 0.49 0.15
HSL 5.05º 0.58% 0.64% -
HSV(B) 5.05º 0.49% 0.85% -
XYZ 38.03 29.07 18.36 -
YUV 147.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 217 119 110 0 0.45 0.49 0.15 5.05 0.58 0.64
Hex D9 77 6E 0 2D 31 F 5 3A 40
Octal 331 167 156 0 55 61 17 5 72 100
Binary 11011001 1110111 1101110 0 101101 110001 1111 101 111010 1000000

Color Harmonies of #D9776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9776E

Black with #D9776E

Text Example


Text Example

White with #D9776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9776E; }

 p { color: rgb(217,119,110); }

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

background-color css

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

 a { background-color: rgb(217,119,110); }

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

border-color css

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

 span { border-color: rgb(217,119,110); }

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