#DD7C68

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

Shades of New York Pink #DD7C68

Tints of New York Pink #DD7C68

Color information

#DD7C68 (or 0xDD7C68) is unknown color: approx New York Pink. HEX triplet: DD, 7C and 68. RGB value is (221,124,104). Sum of RGB (Red+Green+Blue) = 221+124+104=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C68 is #228397. Grayscale: #969696. Windows color (decimal): -2261912 or 6847709. OLE color: 6847709.

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

Color convert

RGB221124104-
CMYK00.440.530.13
HSL10.26º63.24%63.73%-
HSV(B)10.26º52.94%86.67%-
XYZ39.5330.7916.96-
YUV150.72101.64178.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=49.22%
G=27.62%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112410400.440.530.1310.2663.2463.73
HexDD7C6802C35Da3f40
Octal33517415005465151277100
Binary11011101111110011010000101100110101110110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C68; }

 p { color: rgb(221,124,104); }

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

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

 a { background-color: rgb(221,124,104); }

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

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

 span { border-color: rgb(221,124,104); }

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