#DA7A6E

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

Shades of New York Pink #DA7A6E

Tints of New York Pink #DA7A6E

Color information

#DA7A6E (or 0xDA7A6E) is unknown color: approx New York Pink. HEX triplet: DA, 7A and 6E. RGB value is (218,122,110). Sum of RGB (Red+Green+Blue) = 218+122+110=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A6E is #258591. Grayscale: #959595. Windows color (decimal): -2459026 or 7240410. OLE color: 7240410.

HSL color Cylindrical-coordinate representation of color #DA7A6E: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7A6E is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218122110-
CMYK00.440.500.15
HSL6.67º59.34%64.31%-
HSV(B)6.67º49.54%85.49%-
XYZ38.6929.9518.49-
YUV149.34105.8176.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=48.44%
G=27.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812211000.440.500.156.6759.3464.31
HexDA7A6E02C32F73b40
Octal3321721560546217773100
Binary1101101011110101101110010110011001011111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7A6E; }

 p { color: rgb(218,122,110); }

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

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

 a { background-color: rgb(218,122,110); }

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

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

 span { border-color: rgb(218,122,110); }

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