#DD786B

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

Shades of New York Pink #DD786B

Tints of New York Pink #DD786B

Color information

#DD786B (or 0xDD786B) is unknown color: approx New York Pink. HEX triplet: DD, 78 and 6B. RGB value is (221,120,107). Sum of RGB (Red+Green+Blue) = 221+120+107=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD786B is #228794. Grayscale: #949494. Windows color (decimal): -2262933 or 7043293. OLE color: 7043293.

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

Color convert

RGB221120107-
CMYK00.460.520.13
HSL6.84º62.64%64.31%-
HSV(B)6.84º51.58%86.67%-
XYZ39.1929.8717.61-
YUV148.72104.46179.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=49.33%
G=26.79%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112010700.460.520.136.8462.6464.31
HexDD786B02E34D73f40
Octal3351701530566415777100
Binary1101110111110001101011010111011010011011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD786B; }

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

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

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

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

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

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

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

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