#DD8678

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

Shades of New York Pink #DD8678

Tints of New York Pink #DD8678

Color information

#DD8678 (or 0xDD8678) is unknown color: approx New York Pink. HEX triplet: DD, 86 and 78. RGB value is (221,134,120). Sum of RGB (Red+Green+Blue) = 221+134+120=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8678 is #227987. Grayscale: #9E9E9E. Windows color (decimal): -2259336 or 7898845. OLE color: 7898845.

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

Color convert

RGB221134120-
CMYK00.390.460.13
HSL8.32º59.76%66.86%-
HSV(B)8.32º45.7%86.67%-
XYZ41.7333.7822.09-
YUV158.42106.32172.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=46.53%
G=28.21%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113412000.390.460.138.3259.7666.86
HexDD86780272ED83c43
Octal33520617004756151074103
Binary110111011000011011110000100111101110110110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8678; }

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

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

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

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

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

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

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

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