Html Css Color HEX #DC8879 New York Pink

📋 copy color: '#DC8879'

red 220 ◦ green 136 ◦ blue 121

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

Shades of New York Pink #DC8879

Tints of New York Pink #DC8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 46.12%
G = 28.51%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8879 (or 0xDC8879) is known color: New York Pink. HEX triplet: DC, 88 and 79. RGB value is (220,136,121). Sum of RGB (Red+Green+Blue) = 220+136+121=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8879 is #237786. Grayscale: #9F9F9F. Windows color (decimal): -2324359 or 7964892. OLE color: 7964892.

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

Color convert

RGB 220 136 121 -
CMYK 0 0.38 0.45 0.14
HSL 9.09º 0.59% 0.67% -
HSV(B) 9.09º 0.45% 0.86% -
XYZ 41.77 34.2 22.49 -
YUV 159.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 220 136 121 0 0.38 0.45 0.14 9.09 0.59 0.67
Hex DC 88 79 0 26 2D E 9 3B 43
Octal 334 210 171 0 46 55 16 11 73 103
Binary 11011100 10001000 1111001 0 100110 101101 1110 1001 111011 1000011

Color Harmonies of #DC8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8879

Black with #DC8879

Text Example


Text Example

White with #DC8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8879; }

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

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

background-color css

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

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

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

border-color css

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

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

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