Html Css Color HEX #DC7D6F New York Pink

📋 copy color: '#DC7D6F'

red 220 ◦ green 125 ◦ blue 111

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

Shades of New York Pink #DC7D6F

Tints of New York Pink #DC7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.41%

 BLUE value IS 111 (43.75% from 255) = 24.34%

R = 48.25%
G = 27.41%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC7D6F (or 0xDC7D6F) is known color: New York Pink. HEX triplet: DC, 7D and 6F. RGB value is (220,125,111). Sum of RGB (Red+Green+Blue) = 220+125+111=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D6F is #238290. Grayscale: #979797. Windows color (decimal): -2327185 or 7306716. OLE color: 7306716.

HSL color Cylindrical-coordinate representation of color #DC7D6F: hue angle of 7.71º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7D6F is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 111 -
CMYK 0 0.43 0.50 0.14
HSL 7.71º 0.61% 0.65% -
HSV(B) 7.71º 0.5% 0.86% -
XYZ 39.72 31.03 18.94 -
YUV 151.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 220 125 111 0 0.43 0.50 0.14 7.71 0.61 0.65
Hex DC 7D 6F 0 2B 32 E 8 3D 41
Octal 334 175 157 0 53 62 16 10 75 101
Binary 11011100 1111101 1101111 0 101011 110010 1110 1000 111101 1000001

Color Harmonies of #DC7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D6F

Black with #DC7D6F

Text Example


Text Example

White with #DC7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D6F; }

 p { color: rgb(220,125,111); }

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

background-color css

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

 a { background-color: rgb(220,125,111); }

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

border-color css

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

 span { border-color: rgb(220,125,111); }

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