#DA8677

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

Shades of New York Pink #DA8677

Tints of New York Pink #DA8677

Color information

#DA8677 (or 0xDA8677) is unknown color: approx New York Pink. HEX triplet: DA, 86 and 77. RGB value is (218,134,119). Sum of RGB (Red+Green+Blue) = 218+134+119=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8677 is #257988. Grayscale: #9D9D9D. Windows color (decimal): -2455945 or 7833306. OLE color: 7833306.

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

Color convert

RGB218134119-
CMYK00.390.450.15
HSL9.09º57.23%66.08%-
HSV(B)9.09º45.41%85.49%-
XYZ40.7733.2921.73-
YUV157.41106.33171.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=46.28%
G=28.45%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813411900.390.450.159.0957.2366.08
HexDA86770272DF93942
Octal33220616704755171171102
Binary110110101000011011101110100111101101111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8677; }

 p { color: rgb(218,134,119); }

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

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

 a { background-color: rgb(218,134,119); }

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

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

 span { border-color: rgb(218,134,119); }

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