Html Css Color HEX #D4776D New York Pink

📋 copy color: '#D4776D'

red 212 ◦ green 119 ◦ blue 109

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

Shades of New York Pink #D4776D

Tints of New York Pink #D4776D

RGB

 RED value IS 212 (83.2% from 255) = 48.18%

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

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

R = 48.18%
G = 27.05%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4776D (or 0xD4776D) is known color: New York Pink. HEX triplet: D4, 77 and 6D. RGB value is (212,119,109). Sum of RGB (Red+Green+Blue) = 212+119+109=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4776D is #2B8892. Grayscale: #919191. Windows color (decimal): -2853011 or 7174100. OLE color: 7174100.

HSL color Cylindrical-coordinate representation of color #D4776D: hue angle of 5.83º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4776D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 109 -
CMYK 0 0.44 0.49 0.17
HSL 5.83º 0.54% 0.63% -
HSV(B) 5.83º 0.49% 0.83% -
XYZ 36.51 28.29 18.01 -
YUV 145.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 212 119 109 0 0.44 0.49 0.17 5.83 0.54 0.63
Hex D4 77 6D 0 2C 31 11 6 36 3F
Octal 324 167 155 0 54 61 21 6 66 77
Binary 11010100 1110111 1101101 0 101100 110001 10001 110 110110 111111

Color Harmonies of #D4776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4776D

Black with #D4776D

Text Example


Text Example

White with #D4776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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