#DD776B

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

Shades of New York Pink #DD776B

Tints of New York Pink #DD776B

Color information

#DD776B (or 0xDD776B) is unknown color: approx New York Pink. HEX triplet: DD, 77 and 6B. RGB value is (221,119,107). Sum of RGB (Red+Green+Blue) = 221+119+107=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776B is #228894. Grayscale: #949494. Windows color (decimal): -2263189 or 7043037. OLE color: 7043037.

HSL color Cylindrical-coordinate representation of color #DD776B: hue angle of 6.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD776B is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221119107-
CMYK00.460.520.13
HSL6.32º62.64%64.31%-
HSV(B)6.32º51.58%86.67%-
XYZ39.0729.6317.57-
YUV148.13104.79179.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=49.44%
G=26.62%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111910700.460.520.136.3262.6464.31
HexDD776B02E34D63f40
Octal3351671530566415677100
Binary1101110111101111101011010111011010011011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD776B; }

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

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

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

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

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

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

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

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