#DC8176

Color #DC8176 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DC8176

Tints of New York Pink #DC8176

Color information

#DC8176 (or 0xDC8176) is unknown color: approx New York Pink. HEX triplet: DC, 81 and 76. RGB value is (220,129,118). Sum of RGB (Red+Green+Blue) = 220+129+118=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8176 is #237E89. Grayscale: #9B9B9B. Windows color (decimal): -2326154 or 7766492. OLE color: 7766492.

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

Color convert

RGB220129118-
CMYK00.410.460.14
HSL6.47º59.3%66.27%-
HSV(B)6.47º46.36%86.27%-
XYZ40.6432.2221.22-
YUV154.95107.15174.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=47.11%
G=27.62%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012911800.410.460.146.4759.366.27
HexDC81760292EE63b42
Octal3342011660515616673102
Binary11011100100000011110110010100110111011101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8176; }

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

 H1.HeaderClassName
 {
   color: #DC8176;
 }
 .AnyTagClassName
 {
   color: #DC8176;
 }
</style>
background-color css

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

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

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

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

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

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