#DD8776

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

Shades of New York Pink #DD8776

Tints of New York Pink #DD8776

Color information

#DD8776 (or 0xDD8776) is unknown color: approx New York Pink. HEX triplet: DD, 87 and 76. RGB value is (221,135,118). Sum of RGB (Red+Green+Blue) = 221+135+118=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8776 is #227889. Grayscale: #9E9E9E. Windows color (decimal): -2259082 or 7768029. OLE color: 7768029.

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

Color convert

RGB221135118-
CMYK00.390.470.13
HSL9.9º60.23%66.47%-
HSV(B)9.9º46.61%86.67%-
XYZ41.7534.0121.5-
YUV158.78104.99172.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=46.62%
G=28.48%
B=24.89%

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
Decimal22113511800.390.470.139.960.2366.47
HexDD87760272FDa3c42
Octal33520716604757151274102
Binary110111011000011111101100100111101111110110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8776; }

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

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

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

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

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

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

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

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