Html Css Color HEX #DC8177 New York Pink

📋 copy color: '#DC8177'

red 220 ◦ green 129 ◦ blue 119

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

Shades of New York Pink #DC8177

Tints of New York Pink #DC8177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 47.01%
G = 27.56%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8177 (or 0xDC8177) is known color: New York Pink. HEX triplet: DC, 81 and 77. RGB value is (220,129,119). Sum of RGB (Red+Green+Blue) = 220+129+119=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8177 is #237E88. Grayscale: #9B9B9B. Windows color (decimal): -2326153 or 7832028. OLE color: 7832028.

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

Color convert

RGB 220 129 119 -
CMYK 0 0.41 0.46 0.14
HSL 5.94º 0.59% 0.66% -
HSV(B) 5.94º 0.46% 0.86% -
XYZ 40.7 32.25 21.53 -
YUV 155.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 220 129 119 0 0.41 0.46 0.14 5.94 0.59 0.66
Hex DC 81 77 0 29 2E E 6 3B 42
Octal 334 201 167 0 51 56 16 6 73 102
Binary 11011100 10000001 1110111 0 101001 101110 1110 110 111011 1000010

Color Harmonies of #DC8177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8177

Black with #DC8177

Text Example


Text Example

White with #DC8177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8177; }

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

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

background-color css

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

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

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

border-color css

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

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

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