Html Css Color HEX #DC7D6C New York Pink

📋 copy color: '#DC7D6C'

red 220 ◦ green 125 ◦ blue 108

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

Shades of New York Pink #DC7D6C

Tints of New York Pink #DC7D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 48.57%
G = 27.59%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC7D6C (or 0xDC7D6C) is known color: New York Pink. HEX triplet: DC, 7D and 6C. RGB value is (220,125,108). Sum of RGB (Red+Green+Blue) = 220+125+108=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D6C is #238293. Grayscale: #979797. Windows color (decimal): -2327188 or 7110108. OLE color: 7110108.

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

Color convert

RGB 220 125 108 -
CMYK 0 0.43 0.51 0.14
HSL 9.11º 0.62% 0.64% -
HSV(B) 9.11º 0.51% 0.86% -
XYZ 39.56 30.97 18.08 -
YUV 151.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 220 125 108 0 0.43 0.51 0.14 9.11 0.62 0.64
Hex DC 7D 6C 0 2B 33 E 9 3E 40
Octal 334 175 154 0 53 63 16 11 76 100
Binary 11011100 1111101 1101100 0 101011 110011 1110 1001 111110 1000000

Color Harmonies of #DC7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D6C

Black with #DC7D6C

Text Example


Text Example

White with #DC7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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