#DD796F

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

Shades of New York Pink #DD796F

Tints of New York Pink #DD796F

Color information

#DD796F (or 0xDD796F) is unknown color: approx New York Pink. HEX triplet: DD, 79 and 6F. RGB value is (221,121,111). Sum of RGB (Red+Green+Blue) = 221+121+111=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD796F is #228690. Grayscale: #959595. Windows color (decimal): -2262673 or 7305693. OLE color: 7305693.

HSL color Cylindrical-coordinate representation of color #DD796F: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD796F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221121111-
CMYK00.450.500.13
HSL5.45º61.8%65.1%-
HSV(B)5.45º49.77%86.67%-
XYZ39.5330.1918.78-
YUV149.76106.13178.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=48.79%
G=26.71%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112111100.450.500.135.4561.865.1
HexDD796F02D32D53e41
Octal3351711570556215576101
Binary1101110111110011101111010110111001011011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD796F; }

 p { color: rgb(221,121,111); }

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

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

 a { background-color: rgb(221,121,111); }

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

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

 span { border-color: rgb(221,121,111); }

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