#DA776A

Color #DA776A New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DA776A

Tints of New York Pink #DA776A

Color information

#DA776A (or 0xDA776A) is unknown color: approx New York Pink. HEX triplet: DA, 77 and 6A. RGB value is (218,119,106). Sum of RGB (Red+Green+Blue) = 218+119+106=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA776A is #258895. Grayscale: #939393. Windows color (decimal): -2459798 or 6977498. OLE color: 6977498.

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

Color convert

RGB218119106-
CMYK00.450.510.15
HSL6.96º60.22%63.53%-
HSV(B)6.96º51.38%85.49%-
XYZ38.1129.1417.25-
YUV147.12104.8178.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=49.21%
G=26.86%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811910600.450.510.156.9660.2263.53
HexDA776A02D33F73c40
Octal3321671520556317774100
Binary1101101011101111101010010110111001111111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA776A; }

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

 H1.HeaderClassName
 {
   color: #DA776A;
 }
 .AnyTagClassName
 {
   color: #DA776A;
 }
</style>
background-color css

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

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

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

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

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

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