Html Css Color HEX #DC7968 New York Pink

📋 copy color: '#DC7968'

red 220 ◦ green 121 ◦ blue 104

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

Shades of New York Pink #DC7968

Tints of New York Pink #DC7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 49.44%
G = 27.19%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7968 (or 0xDC7968) is known color: New York Pink. HEX triplet: DC, 79 and 68. RGB value is (220,121,104). Sum of RGB (Red+Green+Blue) = 220+121+104=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7968 is #238697. Grayscale: #949494. Windows color (decimal): -2328216 or 6846940. OLE color: 6846940.

HSL color Cylindrical-coordinate representation of color #DC7968: hue angle of 8.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7968 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 121 104 -
CMYK 0 0.45 0.53 0.14
HSL 8.79º 0.62% 0.64% -
HSV(B) 8.79º 0.53% 0.86% -
XYZ 38.85 29.89 16.82 -
YUV 148.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 220 121 104 0 0.45 0.53 0.14 8.79 0.62 0.64
Hex DC 79 68 0 2D 35 E 9 3E 40
Octal 334 171 150 0 55 65 16 11 76 100
Binary 11011100 1111001 1101000 0 101101 110101 1110 1001 111110 1000000

Color Harmonies of #DC7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7968

Black with #DC7968

Text Example


Text Example

White with #DC7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7968; }

 p { color: rgb(220,121,104); }

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

background-color css

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

 a { background-color: rgb(220,121,104); }

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

border-color css

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

 span { border-color: rgb(220,121,104); }

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