#DD887B

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

Shades of New York Pink #DD887B

Tints of New York Pink #DD887B

Color information

#DD887B (or 0xDD887B) is unknown color: approx New York Pink. HEX triplet: DD, 88 and 7B. RGB value is (221,136,123). Sum of RGB (Red+Green+Blue) = 221+136+123=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887B is #227784. Grayscale: #A0A0A0. Windows color (decimal): -2258821 or 8095965. OLE color: 8095965.

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

Color convert

RGB221136123-
CMYK00.380.440.13
HSL7.96º59.04%67.45%-
HSV(B)7.96º44.34%86.67%-
XYZ42.234.4123.16-
YUV159.93107.16171.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=46.04%
G=28.33%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113612300.380.440.137.9659.0467.45
HexDD887B0262CD83b43
Octal33521017304654151073103
Binary110111011000100011110110100110101100110110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD887B; }

 p { color: rgb(221,136,123); }

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

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

 a { background-color: rgb(221,136,123); }

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

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

 span { border-color: rgb(221,136,123); }

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