Html Css Color HEX #DC786B New York Pink

📋 copy color: '#DC786B'

red 220 ◦ green 120 ◦ blue 107

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

Shades of New York Pink #DC786B

Tints of New York Pink #DC786B

RGB

 RED value IS 220 (86.33% from 255) = 49.22%

 GREEN value IS 120 (47.27% from 255) = 26.85%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 49.22%
G = 26.85%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC786B (or 0xDC786B) is known color: New York Pink. HEX triplet: DC, 78 and 6B. RGB value is (220,120,107). Sum of RGB (Red+Green+Blue) = 220+120+107=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC786B is #238794. Grayscale: #949494. Windows color (decimal): -2328469 or 7043292. OLE color: 7043292.

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

Color convert

RGB 220 120 107 -
CMYK 0 0.45 0.51 0.14
HSL 6.9º 0.62% 0.64% -
HSV(B) 6.9º 0.51% 0.86% -
XYZ 38.89 29.71 17.6 -
YUV 148.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 220 120 107 0 0.45 0.51 0.14 6.9 0.62 0.64
Hex DC 78 6B 0 2D 33 E 7 3E 40
Octal 334 170 153 0 55 63 16 7 76 100
Binary 11011100 1111000 1101011 0 101101 110011 1110 111 111110 1000000

Color Harmonies of #DC786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC786B

Black with #DC786B

Text Example


Text Example

White with #DC786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC786B; }

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

 H1.HeaderClassName
 {
   color: #DC786B;
 }
 .AnyTagClassName
 {
   color: #DC786B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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