#DA8776

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

Shades of New York Pink #DA8776

Tints of New York Pink #DA8776

Color information

#DA8776 (or 0xDA8776) is unknown color: approx New York Pink. HEX triplet: DA, 87 and 76. RGB value is (218,135,118). Sum of RGB (Red+Green+Blue) = 218+135+118=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8776 is #257889. Grayscale: #9E9E9E. Windows color (decimal): -2455690 or 7768026. OLE color: 7768026.

HSL color Cylindrical-coordinate representation of color #DA8776: hue angle of 10.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA8776 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218135118-
CMYK00.380.460.15
HSL10.2º57.47%65.88%-
HSV(B)10.2º45.87%85.49%-
XYZ40.8533.5421.46-
YUV157.88105.5170.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=46.28%
G=28.66%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813511800.380.460.1510.257.4765.88
HexDA87760262EFa3942
Octal33220716604656171271102
Binary110110101000011111101100100110101110111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8776; }

 p { color: rgb(218,135,118); }

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

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

 a { background-color: rgb(218,135,118); }

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

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

 span { border-color: rgb(218,135,118); }

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