Html Css Color HEX #DC8971 New York Pink

📋 copy color: '#DC8971'

red 220 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #DC8971

Tints of New York Pink #DC8971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

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

R = 46.81%
G = 29.15%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8971 (or 0xDC8971) is known color: New York Pink. HEX triplet: DC, 89 and 71. RGB value is (220,137,113). Sum of RGB (Red+Green+Blue) = 220+137+113=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8971 is #23768E. Grayscale: #9F9F9F. Windows color (decimal): -2324111 or 7440860. OLE color: 7440860.

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

Color convert

RGB 220 137 113 -
CMYK 0 0.38 0.49 0.14
HSL 13.46º 0.6% 0.65% -
HSV(B) 13.46º 0.49% 0.86% -
XYZ 41.44 34.3 20.06 -
YUV 159.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 220 137 113 0 0.38 0.49 0.14 13.46 0.6 0.65
Hex DC 89 71 0 26 31 E D 3C 41
Octal 334 211 161 0 46 61 16 15 74 101
Binary 11011100 10001001 1110001 0 100110 110001 1110 1101 111100 1000001

Color Harmonies of #DC8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8971

Black with #DC8971

Text Example


Text Example

White with #DC8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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