#DC786A

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

Shades of New York Pink #DC786A

Tints of New York Pink #DC786A

Color information

#DC786A (or 0xDC786A) is unknown color: approx New York Pink. HEX triplet: DC, 78 and 6A. RGB value is (220,120,106). Sum of RGB (Red+Green+Blue) = 220+120+106=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC786A is #238795. Grayscale: #949494. Windows color (decimal): -2328470 or 6977756. OLE color: 6977756.

HSL color Cylindrical-coordinate representation of color #DC786A: hue angle of 7.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC786A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220120106-
CMYK00.450.520.14
HSL7.37º61.96%63.92%-
HSV(B)7.37º51.82%86.27%-
XYZ38.8329.6917.32-
YUV148.3104.13179.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=49.33%
G=26.91%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012010600.450.520.147.3761.9663.92
HexDC786A02D34E73e40
Octal3341701520556416776100
Binary1101110011110001101010010110111010011101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC786A; }

 p { color: rgb(220,120,106); }

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

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

 a { background-color: rgb(220,120,106); }

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

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

 span { border-color: rgb(220,120,106); }

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