Html Css Color HEX #D77669 New York Pink

📋 copy color: '#D77669'

red 215 ◦ green 118 ◦ blue 105

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

Shades of New York Pink #D77669

Tints of New York Pink #D77669

RGB

 RED value IS 215 (84.38% from 255) = 49.09%

 GREEN value IS 118 (46.48% from 255) = 26.94%

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 49.09%
G = 26.94%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D77669 (or 0xD77669) is known color: New York Pink. HEX triplet: D7, 76 and 69. RGB value is (215,118,105). Sum of RGB (Red+Green+Blue) = 215+118+105=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D77669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77669 is #288996. Grayscale: #919191. Windows color (decimal): -2656663 or 6911703. OLE color: 6911703.

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

Color convert

RGB 215 118 105 -
CMYK 0 0.45 0.51 0.16
HSL 7.09º 0.58% 0.63% -
HSV(B) 7.09º 0.51% 0.84% -
XYZ 37.05 28.42 16.9 -
YUV 145.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 215 118 105 0 0.45 0.51 0.16 7.09 0.58 0.63
Hex D7 76 69 0 2D 33 10 7 3A 3F
Octal 327 166 151 0 55 63 20 7 72 77
Binary 11010111 1110110 1101001 0 101101 110011 10000 111 111010 111111

Color Harmonies of #D77669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77669

Black with #D77669

Text Example


Text Example

White with #D77669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77669; }

 p { color: rgb(215,118,105); }

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

background-color css

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

 a { background-color: rgb(215,118,105); }

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

border-color css

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

 span { border-color: rgb(215,118,105); }

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