#dc776b

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

Shades of New York Pink #DC776B

Tints of New York Pink #DC776B

Color information

#DC776B (or 0xDC776B) is unknown color: approx New York Pink. HEX triplet: DC, 77 and 6B. RGB value is (220,119,107). Sum of RGB (Red+Green+Blue) = 220+119+107=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC776B is #238894. Grayscale: #939393. Windows color (decimal): -2328725 or 7043036. OLE color: 7043036.

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

Color convert

RGB220119107-
CMYK00.460.510.14
HSL6.37º61.75%64.12%-
HSV(B)6.37º51.36%86.27%-
XYZ38.7729.4717.56-
YUV147.83104.96179.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=49.33%
G=26.68%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011910700.460.510.146.3761.7564.12
HexDC776B02E33E63e40
Octal3341671530566316676100
Binary1101110011101111101011010111011001111101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc776b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc776b; }

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

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

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

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

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

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

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

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