Html Css Color HEX #D9776B New York Pink

📋 copy color: '#D9776B'

red 217 ◦ green 119 ◦ blue 107

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

Shades of New York Pink #D9776B

Tints of New York Pink #D9776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 48.98%
G = 26.86%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9776B (or 0xD9776B) is known color: New York Pink. HEX triplet: D9, 77 and 6B. RGB value is (217,119,107). Sum of RGB (Red+Green+Blue) = 217+119+107=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9776B is #268894. Grayscale: #939393. Windows color (decimal): -2525333 or 7043033. OLE color: 7043033.

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

Color convert

RGB 217 119 107 -
CMYK 0 0.45 0.51 0.15
HSL 6.55º 0.59% 0.64% -
HSV(B) 6.55º 0.51% 0.85% -
XYZ 37.87 29.01 17.51 -
YUV 146.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 217 119 107 0 0.45 0.51 0.15 6.55 0.59 0.64
Hex D9 77 6B 0 2D 33 F 7 3B 40
Octal 331 167 153 0 55 63 17 7 73 100
Binary 11011001 1110111 1101011 0 101101 110011 1111 111 111011 1000000

Color Harmonies of #D9776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9776B

Black with #D9776B

Text Example


Text Example

White with #D9776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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