#DB776B

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

Shades of New York Pink #DB776B

Tints of New York Pink #DB776B

Color information

#DB776B (or 0xDB776B) is unknown color: approx New York Pink. HEX triplet: DB, 77 and 6B. RGB value is (219,119,107). Sum of RGB (Red+Green+Blue) = 219+119+107=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB776B is #248894. Grayscale: #939393. Windows color (decimal): -2394261 or 7043035. OLE color: 7043035.

HSL color Cylindrical-coordinate representation of color #DB776B: hue angle of 6.43º degrees, saturation: 0.61, 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 #DB776B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB219119107-
CMYK00.460.510.14
HSL6.43º60.87%63.92%-
HSV(B)6.43º51.14%85.88%-
XYZ38.4629.3217.54-
YUV147.53105.13178.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.21%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=49.21%
G=26.74%
B=24.04%

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
Decimal21911910700.460.510.146.4360.8763.92
HexDB776B02E33E63d40
Octal3331671530566316675100
Binary1101101111101111101011010111011001111101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB776B; }

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

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

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

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

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

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

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

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