#DA7A6B

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

Shades of New York Pink #DA7A6B

Tints of New York Pink #DA7A6B

Color information

#DA7A6B (or 0xDA7A6B) is unknown color: approx New York Pink. HEX triplet: DA, 7A and 6B. RGB value is (218,122,107). Sum of RGB (Red+Green+Blue) = 218+122+107=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A6B is #258594. Grayscale: #959595. Windows color (decimal): -2459029 or 7043802. OLE color: 7043802.

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

Color convert

RGB218122107-
CMYK00.440.510.15
HSL8.11º60%63.73%-
HSV(B)8.11º50.92%85.49%-
XYZ38.5329.8917.65-
YUV148.99104.3177.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=48.77%
G=27.29%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812210700.440.510.158.116063.73
HexDA7A6B02C33F83c40
Octal33217215305463171074100
Binary11011010111101011010110101100110011111110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7A6B; }

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

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

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

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

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

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

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

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