#DA7769

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

Shades of New York Pink #DA7769

Tints of New York Pink #DA7769

Color information

#DA7769 (or 0xDA7769) is unknown color: approx New York Pink. HEX triplet: DA, 77 and 69. RGB value is (218,119,105). Sum of RGB (Red+Green+Blue) = 218+119+105=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7769 is #258896. Grayscale: #939393. Windows color (decimal): -2459799 or 6911962. OLE color: 6911962.

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

Color convert

RGB218119105-
CMYK00.450.520.15
HSL7.43º60.43%63.33%-
HSV(B)7.43º51.83%85.49%-
XYZ38.0629.1216.98-
YUV147104.3178.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=49.32%
G=26.92%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811910500.450.520.157.4360.4363.33
HexDA776902D34F73c3f
Octal332167151055641777477
Binary110110101110111110100101011011101001111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7769; }

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

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

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

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

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

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

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

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