Html Css Color HEX #DC8777 New York Pink

📋 copy color: '#DC8777'

red 220 ◦ green 135 ◦ blue 119

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

Shades of New York Pink #DC8777

Tints of New York Pink #DC8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 46.41%
G = 28.48%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8777 (or 0xDC8777) is known color: New York Pink. HEX triplet: DC, 87 and 77. RGB value is (220,135,119). Sum of RGB (Red+Green+Blue) = 220+135+119=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8777 is #237888. Grayscale: #9E9E9E. Windows color (decimal): -2324617 or 7833564. OLE color: 7833564.

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

Color convert

RGB 220 135 119 -
CMYK 0 0.39 0.46 0.14
HSL 9.5º 0.59% 0.66% -
HSV(B) 9.5º 0.46% 0.86% -
XYZ 41.51 33.88 21.8 -
YUV 158.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 220 135 119 0 0.39 0.46 0.14 9.5 0.59 0.66
Hex DC 87 77 0 27 2E E A 3B 42
Octal 334 207 167 0 47 56 16 12 73 102
Binary 11011100 10000111 1110111 0 100111 101110 1110 1010 111011 1000010

Color Harmonies of #DC8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8777

Black with #DC8777

Text Example


Text Example

White with #DC8777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8777; }

 p { color: rgb(220,135,119); }

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

background-color css

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

 a { background-color: rgb(220,135,119); }

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

border-color css

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

 span { border-color: rgb(220,135,119); }

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