Html Css Color HEX #D9776A New York Pink

📋 copy color: '#D9776A'

red 217 ◦ green 119 ◦ blue 106

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

Shades of New York Pink #D9776A

Tints of New York Pink #D9776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 49.1%
G = 26.92%
B = 23.98%

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

#D9776A (or 0xD9776A) is known color: New York Pink. HEX triplet: D9, 77 and 6A. RGB value is (217,119,106). Sum of RGB (Red+Green+Blue) = 217+119+106=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9776A is #268895. Grayscale: #929292. Windows color (decimal): -2525334 or 6977497. OLE color: 6977497.

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

Color convert

RGB 217 119 106 -
CMYK 0 0.45 0.51 0.15
HSL 7.03º 0.59% 0.63% -
HSV(B) 7.03º 0.51% 0.85% -
XYZ 37.81 28.99 17.24 -
YUV 146.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 217 119 106 0 0.45 0.51 0.15 7.03 0.59 0.63
Hex D9 77 6A 0 2D 33 F 7 3B 3F
Octal 331 167 152 0 55 63 17 7 73 77
Binary 11011001 1110111 1101010 0 101101 110011 1111 111 111011 111111

Color Harmonies of #D9776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9776A

Black with #D9776A

Text Example


Text Example

White with #D9776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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