Html Css Color HEX #DA776B New York Pink

📋 copy color: '#DA776B'

red 218 ◦ green 119 ◦ blue 107

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

Shades of New York Pink #DA776B

Tints of New York Pink #DA776B

RGB

 RED value IS 218 (85.55% from 255) = 49.1%

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 49.1%
G = 26.8%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA776B (or 0xDA776B) is known color: New York Pink. HEX triplet: DA, 77 and 6B. RGB value is (218,119,107). Sum of RGB (Red+Green+Blue) = 218+119+107=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA776B is #258894. Grayscale: #939393. Windows color (decimal): -2459797 or 7043034. OLE color: 7043034.

HSL color Cylindrical-coordinate representation of color #DA776B: hue angle of 6.49º 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 #DA776B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 107 -
CMYK 0 0.45 0.51 0.15
HSL 6.49º 0.6% 0.64% -
HSV(B) 6.49º 0.51% 0.85% -
XYZ 38.16 29.16 17.53 -
YUV 147.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 218 119 107 0 0.45 0.51 0.15 6.49 0.6 0.64
Hex DA 77 6B 0 2D 33 F 6 3C 40
Octal 332 167 153 0 55 63 17 6 74 100
Binary 11011010 1110111 1101011 0 101101 110011 1111 110 111100 1000000

Color Harmonies of #DA776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA776B

Black with #DA776B

Text Example


Text Example

White with #DA776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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