#DD8A71

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

Shades of New York Pink #DD8A71

Tints of New York Pink #DD8A71

Color information

#DD8A71 (or 0xDD8A71) is unknown color: approx New York Pink. HEX triplet: DD, 8A and 71. RGB value is (221,138,113). Sum of RGB (Red+Green+Blue) = 221+138+113=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A71 is #22758E. Grayscale: #A0A0A0. Windows color (decimal): -2258319 or 7441117. OLE color: 7441117.

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

Color convert

RGB221138113-
CMYK00.380.490.13
HSL13.89º61.36%65.49%-
HSV(B)13.89º48.87%86.67%-
XYZ41.8934.7420.12-
YUV159.97101.5171.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=46.82%
G=29.24%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113811300.380.490.1313.8961.3665.49
HexDD8A7102631De3d41
Octal33521216104661151675101
Binary110111011000101011100010100110110001110111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A71; }

 p { color: rgb(221,138,113); }

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

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

 a { background-color: rgb(221,138,113); }

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

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

 span { border-color: rgb(221,138,113); }

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