Html Css Color HEX #D9776D New York Pink

📋 copy color: '#D9776D'

red 217 ◦ green 119 ◦ blue 109

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

Shades of New York Pink #D9776D

Tints of New York Pink #D9776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 48.76%
G = 26.74%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9776D (or 0xD9776D) is known color: New York Pink. HEX triplet: D9, 77 and 6D. RGB value is (217,119,109). Sum of RGB (Red+Green+Blue) = 217+119+109=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9776D is #268892. Grayscale: #939393. Windows color (decimal): -2525331 or 7174105. OLE color: 7174105.

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

Color convert

RGB 217 119 109 -
CMYK 0 0.45 0.50 0.15
HSL 5.56º 0.59% 0.64% -
HSV(B) 5.56º 0.5% 0.85% -
XYZ 37.97 29.05 18.07 -
YUV 147.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 217 119 109 0 0.45 0.50 0.15 5.56 0.59 0.64
Hex D9 77 6D 0 2D 32 F 6 3B 40
Octal 331 167 155 0 55 62 17 6 73 100
Binary 11011001 1110111 1101101 0 101101 110010 1111 110 111011 1000000

Color Harmonies of #D9776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9776D

Black with #D9776D

Text Example


Text Example

White with #D9776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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