Html Css Color HEX #DC8878 New York Pink

📋 copy color: '#DC8878'

red 220 ◦ green 136 ◦ blue 120

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

Shades of New York Pink #DC8878

Tints of New York Pink #DC8878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 46.22%
G = 28.57%
B = 25.21%

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

#DC8878 (or 0xDC8878) is known color: New York Pink. HEX triplet: DC, 88 and 78. RGB value is (220,136,120). Sum of RGB (Red+Green+Blue) = 220+136+120=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8878 is #237787. Grayscale: #9F9F9F. Windows color (decimal): -2324360 or 7899356. OLE color: 7899356.

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

Color convert

RGB 220 136 120 -
CMYK 0 0.38 0.45 0.14
HSL 9.6º 0.59% 0.67% -
HSV(B) 9.6º 0.45% 0.86% -
XYZ 41.71 34.18 22.17 -
YUV 159.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 220 136 120 0 0.38 0.45 0.14 9.6 0.59 0.67
Hex DC 88 78 0 26 2D E A 3B 43
Octal 334 210 170 0 46 55 16 12 73 103
Binary 11011100 10001000 1111000 0 100110 101101 1110 1010 111011 1000011

Color Harmonies of #DC8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8878

Black with #DC8878

Text Example


Text Example

White with #DC8878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8878; }

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

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

background-color css

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

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

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

border-color css

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

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

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