Html Css Color HEX #D6776D New York Pink

📋 copy color: '#D6776D'

red 214 ◦ green 119 ◦ blue 109

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

Shades of New York Pink #D6776D

Tints of New York Pink #D6776D

RGB

 RED value IS 214 (83.98% from 255) = 48.42%

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

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

R = 48.42%
G = 26.92%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6776D (or 0xD6776D) is known color: New York Pink. HEX triplet: D6, 77 and 6D. RGB value is (214,119,109). Sum of RGB (Red+Green+Blue) = 214+119+109=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6776D is #298892. Grayscale: #929292. Windows color (decimal): -2721939 or 7174102. OLE color: 7174102.

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

Color convert

RGB 214 119 109 -
CMYK 0 0.44 0.49 0.16
HSL 5.71º 0.56% 0.63% -
HSV(B) 5.71º 0.49% 0.84% -
XYZ 37.09 28.59 18.03 -
YUV 146.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 214 119 109 0 0.44 0.49 0.16 5.71 0.56 0.63
Hex D6 77 6D 0 2C 31 10 6 38 3F
Octal 326 167 155 0 54 61 20 6 70 77
Binary 11010110 1110111 1101101 0 101100 110001 10000 110 111000 111111

Color Harmonies of #D6776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6776D

Black with #D6776D

Text Example


Text Example

White with #D6776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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