Html Css Color HEX #DC7C6B New York Pink

📋 copy color: '#DC7C6B'

red 220 ◦ green 124 ◦ blue 107

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

Shades of New York Pink #DC7C6B

Tints of New York Pink #DC7C6B

RGB

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

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

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

R = 48.78%
G = 27.49%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC7C6B (or 0xDC7C6B) is known color: New York Pink. HEX triplet: DC, 7C and 6B. RGB value is (220,124,107). Sum of RGB (Red+Green+Blue) = 220+124+107=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C6B is #238394. Grayscale: #969696. Windows color (decimal): -2327445 or 7044316. OLE color: 7044316.

HSL color Cylindrical-coordinate representation of color #DC7C6B: hue angle of 9.03º 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 #DC7C6B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 107 -
CMYK 0 0.44 0.51 0.14
HSL 9.03º 0.62% 0.64% -
HSV(B) 9.03º 0.51% 0.86% -
XYZ 39.38 30.69 17.76 -
YUV 150.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 220 124 107 0 0.44 0.51 0.14 9.03 0.62 0.64
Hex DC 7C 6B 0 2C 33 E 9 3E 40
Octal 334 174 153 0 54 63 16 11 76 100
Binary 11011100 1111100 1101011 0 101100 110011 1110 1001 111110 1000000

Color Harmonies of #DC7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C6B

Black with #DC7C6B

Text Example


Text Example

White with #DC7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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