Html Css Color HEX #DC786A New York Pink

📋 copy color: '#DC786A'

red 220 ◦ green 120 ◦ blue 106

#DC786A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DC786A

Tints of New York Pink #DC786A

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.8% from 255) = 23.77%

R = 49.33%
G = 26.91%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC786A (or 0xDC786A) is known color: 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

RGB 220 120 106 -
CMYK 0 0.45 0.52 0.14
HSL 7.37º 0.62% 0.64% -
HSV(B) 7.37º 0.52% 0.86% -
XYZ 38.83 29.69 17.32 -
YUV 148.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 220 120 106 0 0.45 0.52 0.14 7.37 0.62 0.64
Hex DC 78 6A 0 2D 34 E 7 3E 40
Octal 334 170 152 0 55 64 16 7 76 100
Binary 11011100 1111000 1101010 0 101101 110100 1110 111 111110 1000000

Color Harmonies of #DC786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC786A

Black with #DC786A

Text Example


Text Example

White with #DC786A

Text Example


Text Example

HTML Codes & Css Web 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>