Html Css Color HEX #DC8170 New York Pink

📋 copy color: '#DC8170'

red 220 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #DC8170

Tints of New York Pink #DC8170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 47.72%
G = 27.98%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8170 (or 0xDC8170) is known color: New York Pink. HEX triplet: DC, 81 and 70. RGB value is (220,129,112). Sum of RGB (Red+Green+Blue) = 220+129+112=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8170 is #237E8F. Grayscale: #9A9A9A. Windows color (decimal): -2326160 or 7373276. OLE color: 7373276.

HSL color Cylindrical-coordinate representation of color #DC8170: hue angle of 9.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8170 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 112 -
CMYK 0 0.41 0.49 0.14
HSL 9.44º 0.61% 0.65% -
HSV(B) 9.44º 0.49% 0.86% -
XYZ 40.29 32.09 19.4 -
YUV 154.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 220 129 112 0 0.41 0.49 0.14 9.44 0.61 0.65
Hex DC 81 70 0 29 31 E 9 3D 41
Octal 334 201 160 0 51 61 16 11 75 101
Binary 11011100 10000001 1110000 0 101001 110001 1110 1001 111101 1000001

Color Harmonies of #DC8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8170

Black with #DC8170

Text Example


Text Example

White with #DC8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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