#DC776A

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

Shades of New York Pink #DC776A

Tints of New York Pink #DC776A

Color information

#DC776A (or 0xDC776A) is unknown color: approx New York Pink. HEX triplet: DC, 77 and 6A. RGB value is (220,119,106). Sum of RGB (Red+Green+Blue) = 220+119+106=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC776A is #238895. Grayscale: #939393. Windows color (decimal): -2328726 or 6977500. OLE color: 6977500.

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

Color convert

RGB220119106-
CMYK00.460.520.14
HSL6.84º61.96%63.92%-
HSV(B)6.84º51.82%86.27%-
XYZ38.7129.4517.28-
YUV147.72104.46179.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=49.44%
G=26.74%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011910600.460.520.146.8461.9663.92
HexDC776A02E34E73e40
Octal3341671520566416776100
Binary1101110011101111101010010111011010011101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC776A; }

 p { color: rgb(220,119,106); }

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

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

 a { background-color: rgb(220,119,106); }

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

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

 span { border-color: rgb(220,119,106); }

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