Html Css Color HEX #DC7C74 New York Pink

📋 copy color: '#DC7C74'

red 220 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #DC7C74

Tints of New York Pink #DC7C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 47.83%
G = 26.96%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7C74 (or 0xDC7C74) is known color: New York Pink. HEX triplet: DC, 7C and 74. RGB value is (220,124,116). Sum of RGB (Red+Green+Blue) = 220+124+116=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C74 is #23838B. Grayscale: #979797. Windows color (decimal): -2327436 or 7634140. OLE color: 7634140.

HSL color Cylindrical-coordinate representation of color #DC7C74: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7C74 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 116 -
CMYK 0 0.44 0.47 0.14
HSL 4.62º 0.6% 0.66% -
HSV(B) 4.62º 0.47% 0.86% -
XYZ 39.88 30.89 20.38 -
YUV 151.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 220 124 116 0 0.44 0.47 0.14 4.62 0.6 0.66
Hex DC 7C 74 0 2C 2F E 5 3C 42
Octal 334 174 164 0 54 57 16 5 74 102
Binary 11011100 1111100 1110100 0 101100 101111 1110 101 111100 1000010

Color Harmonies of #DC7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C74

Black with #DC7C74

Text Example


Text Example

White with #DC7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C74; }

 p { color: rgb(220,124,116); }

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

background-color css

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

 a { background-color: rgb(220,124,116); }

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

border-color css

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

 span { border-color: rgb(220,124,116); }

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