Html Css Color HEX #DC7A6C New York Pink

📋 copy color: '#DC7A6C'

red 220 ◦ green 122 ◦ blue 108

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

Shades of New York Pink #DC7A6C

Tints of New York Pink #DC7A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.11%

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

R = 48.89%
G = 27.11%
B = 24%

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

#DC7A6C (or 0xDC7A6C) is known color: New York Pink. HEX triplet: DC, 7A and 6C. RGB value is (220,122,108). Sum of RGB (Red+Green+Blue) = 220+122+108=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A6C is #238593. Grayscale: #959595. Windows color (decimal): -2327956 or 7109340. OLE color: 7109340.

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

Color convert

RGB 220 122 108 -
CMYK 0 0.45 0.51 0.14
HSL 7.5º 0.62% 0.64% -
HSV(B) 7.5º 0.51% 0.86% -
XYZ 39.18 30.22 17.95 -
YUV 149.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 220 122 108 0 0.45 0.51 0.14 7.5 0.62 0.64
Hex DC 7A 6C 0 2D 33 E 8 3E 40
Octal 334 172 154 0 55 63 16 10 76 100
Binary 11011100 1111010 1101100 0 101101 110011 1110 1000 111110 1000000

Color Harmonies of #DC7A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A6C

Black with #DC7A6C

Text Example


Text Example

White with #DC7A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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