Html Css Color HEX #DC8C77 New York Pink

📋 copy color: '#DC8C77'

red 220 ◦ green 140 ◦ blue 119

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

Shades of New York Pink #DC8C77

Tints of New York Pink #DC8C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

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

R = 45.93%
G = 29.23%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8C77 (or 0xDC8C77) is known color: New York Pink. HEX triplet: DC, 8C and 77. RGB value is (220,140,119). Sum of RGB (Red+Green+Blue) = 220+140+119=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C77 is #237388. Grayscale: #A1A1A1. Windows color (decimal): -2323337 or 7834844. OLE color: 7834844.

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

Color convert

RGB 220 140 119 -
CMYK 0 0.36 0.46 0.14
HSL 12.48º 0.59% 0.66% -
HSV(B) 12.48º 0.46% 0.86% -
XYZ 42.22 35.3 22.04 -
YUV 161.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 220 140 119 0 0.36 0.46 0.14 12.48 0.59 0.66
Hex DC 8C 77 0 24 2E E C 3B 42
Octal 334 214 167 0 44 56 16 14 73 102
Binary 11011100 10001100 1110111 0 100100 101110 1110 1100 111011 1000010

Color Harmonies of #DC8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C77

Black with #DC8C77

Text Example


Text Example

White with #DC8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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