#DD8B78

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

Shades of New York Pink #DD8B78

Tints of New York Pink #DD8B78

Color information

#DD8B78 (or 0xDD8B78) is unknown color: approx New York Pink. HEX triplet: DD, 8B and 78. RGB value is (221,139,120). Sum of RGB (Red+Green+Blue) = 221+139+120=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B78 is #227487. Grayscale: #A1A1A1. Windows color (decimal): -2258056 or 7900125. OLE color: 7900125.

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

Color convert

RGB221139120-
CMYK00.370.460.13
HSL11.29º59.76%66.86%-
HSV(B)11.29º45.7%86.67%-
XYZ42.4435.1922.33-
YUV161.35104.67170.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 120 (47.27% from 255) = 25%
R=46.04%
G=28.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113912000.370.460.1311.2959.7666.86
HexDD8B780252EDb3c43
Octal33521317004556151374103
Binary110111011000101111110000100101101110110110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B78; }

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

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

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

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

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

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

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

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