Html Css Color HEX #DC8771 New York Pink

📋 copy color: '#DC8771'

red 220 ◦ green 135 ◦ blue 113

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

Shades of New York Pink #DC8771

Tints of New York Pink #DC8771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 47.01%
G = 28.85%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8771 (or 0xDC8771) is known color: New York Pink. HEX triplet: DC, 87 and 71. RGB value is (220,135,113). Sum of RGB (Red+Green+Blue) = 220+135+113=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8771 is #23788E. Grayscale: #9E9E9E. Windows color (decimal): -2324623 or 7440348. OLE color: 7440348.

HSL color Cylindrical-coordinate representation of color #DC8771: hue angle of 12.34º degrees, saturation: 0.6, 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 #DC8771 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 113 -
CMYK 0 0.39 0.49 0.14
HSL 12.34º 0.6% 0.65% -
HSV(B) 12.34º 0.49% 0.86% -
XYZ 41.16 33.74 19.97 -
YUV 157.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 220 135 113 0 0.39 0.49 0.14 12.34 0.6 0.65
Hex DC 87 71 0 27 31 E C 3C 41
Octal 334 207 161 0 47 61 16 14 74 101
Binary 11011100 10000111 1110001 0 100111 110001 1110 1100 111100 1000001

Color Harmonies of #DC8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8771

Black with #DC8771

Text Example


Text Example

White with #DC8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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