#DA8676

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

Shades of New York Pink #DA8676

Tints of New York Pink #DA8676

Color information

#DA8676 (or 0xDA8676) is unknown color: approx New York Pink. HEX triplet: DA, 86 and 76. RGB value is (218,134,118). Sum of RGB (Red+Green+Blue) = 218+134+118=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8676 is #257989. Grayscale: #9D9D9D. Windows color (decimal): -2455946 or 7767770. OLE color: 7767770.

HSL color Cylindrical-coordinate representation of color #DA8676: hue angle of 9.6º 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 #DA8676 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218134118-
CMYK00.390.460.15
HSL9.6º57.47%65.88%-
HSV(B)9.6º45.87%85.49%-
XYZ40.7133.2621.41-
YUV157.29105.83171.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=46.38%
G=28.51%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813411800.390.460.159.657.4765.88
HexDA86760272EFa3942
Octal33220616604756171271102
Binary110110101000011011101100100111101110111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8676; }

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

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

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

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

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

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

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

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