#DA7A6D

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

Shades of New York Pink #DA7A6D

Tints of New York Pink #DA7A6D

Color information

#DA7A6D (or 0xDA7A6D) is unknown color: approx New York Pink. HEX triplet: DA, 7A and 6D. RGB value is (218,122,109). Sum of RGB (Red+Green+Blue) = 218+122+109=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A6D is #258592. Grayscale: #959595. Windows color (decimal): -2459027 or 7174874. OLE color: 7174874.

HSL color Cylindrical-coordinate representation of color #DA7A6D: hue angle of 7.16º degrees, saturation: 0.6, 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 #DA7A6D is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218122109-
CMYK00.440.50.15
HSL7.16º59.56%64.12%-
HSV(B)7.16º50%85.49%-
XYZ38.6329.9318.21-
YUV149.22105.3177.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=48.55%
G=27.17%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812210900.440.50.157.1659.5664.12
HexDA7A6D02C32F73c40
Octal3321721550546217774100
Binary1101101011110101101101010110011001011111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7A6D; }

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

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

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

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

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

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

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

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