#DD8676

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

Shades of New York Pink #DD8676

Tints of New York Pink #DD8676

Color information

#DD8676 (or 0xDD8676) is unknown color: approx New York Pink. HEX triplet: DD, 86 and 76. RGB value is (221,134,118). Sum of RGB (Red+Green+Blue) = 221+134+118=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8676 is #227989. Grayscale: #9E9E9E. Windows color (decimal): -2259338 or 7767773. OLE color: 7767773.

HSL color Cylindrical-coordinate representation of color #DD8676: hue angle of 9.32º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD8676 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221134118-
CMYK00.390.470.13
HSL9.32º60.23%66.47%-
HSV(B)9.32º46.61%86.67%-
XYZ41.6133.7321.46-
YUV158.19105.32172.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=46.72%
G=28.33%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113411800.390.470.139.3260.2366.47
HexDD86760272FD93c42
Octal33520616604757151174102
Binary110111011000011011101100100111101111110110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8676; }

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

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

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

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

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

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

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

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