Html Css Color HEX #DC8376 New York Pink

📋 copy color: '#DC8376'

red 220 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #DC8376

Tints of New York Pink #DC8376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 46.91%
G = 27.93%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8376 (or 0xDC8376) is known color: New York Pink. HEX triplet: DC, 83 and 76. RGB value is (220,131,118). Sum of RGB (Red+Green+Blue) = 220+131+118=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8376 is #237C89. Grayscale: #9C9C9C. Windows color (decimal): -2325642 or 7767004. OLE color: 7767004.

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

Color convert

RGB 220 131 118 -
CMYK 0 0.40 0.46 0.14
HSL 7.65º 0.59% 0.66% -
HSV(B) 7.65º 0.46% 0.86% -
XYZ 40.9 32.76 21.31 -
YUV 156.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 220 131 118 0 0.40 0.46 0.14 7.65 0.59 0.66
Hex DC 83 76 0 28 2E E 8 3B 42
Octal 334 203 166 0 50 56 16 10 73 102
Binary 11011100 10000011 1110110 0 101000 101110 1110 1000 111011 1000010

Color Harmonies of #DC8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8376

Black with #DC8376

Text Example


Text Example

White with #DC8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8376; }

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

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

background-color css

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

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

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

border-color css

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

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

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