Html Css Color HEX #DC8D76 New York Pink

📋 copy color: '#DC8D76'

red 220 ◦ green 141 ◦ blue 118

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

Shades of New York Pink #DC8D76

Tints of New York Pink #DC8D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

 BLUE value IS 118 (46.48% from 255) = 24.63%

R = 45.93%
G = 29.44%
B = 24.63%

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

#DC8D76 (or 0xDC8D76) is known color: New York Pink. HEX triplet: DC, 8D and 76. RGB value is (220,141,118). Sum of RGB (Red+Green+Blue) = 220+141+118=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D76 is #237289. Grayscale: #A2A2A2. Windows color (decimal): -2323082 or 7769564. OLE color: 7769564.

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

Color convert

RGB 220 141 118 -
CMYK 0 0.36 0.46 0.14
HSL 13.53º 0.59% 0.66% -
HSV(B) 13.53º 0.46% 0.86% -
XYZ 42.31 35.57 21.78 -
YUV 162 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 220 141 118 0 0.36 0.46 0.14 13.53 0.59 0.66
Hex DC 8D 76 0 24 2E E E 3B 42
Octal 334 215 166 0 44 56 16 16 73 102
Binary 11011100 10001101 1110110 0 100100 101110 1110 1110 111011 1000010

Color Harmonies of #DC8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D76

Black with #DC8D76

Text Example


Text Example

White with #DC8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D76; }

 p { color: rgb(220,141,118); }

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

background-color css

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

 a { background-color: rgb(220,141,118); }

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

border-color css

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

 span { border-color: rgb(220,141,118); }

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