#DC8872

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

Shades of New York Pink #DC8872

Tints of New York Pink #DC8872

Color information

#DC8872 (or 0xDC8872) is unknown color: approx New York Pink. HEX triplet: DC, 88 and 72. RGB value is (220,136,114). Sum of RGB (Red+Green+Blue) = 220+136+114=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8872 is #23778D. Grayscale: #9E9E9E. Windows color (decimal): -2324366 or 7506140. OLE color: 7506140.

HSL color Cylindrical-coordinate representation of color #DC8872: hue angle of 12.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8872 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220136114-
CMYK00.380.480.14
HSL12.45º60.23%65.49%-
HSV(B)12.45º48.18%86.27%-
XYZ41.3634.0420.31-
YUV158.61102.83171.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=46.81%
G=28.94%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013611400.380.480.1412.4560.2365.49
HexDC887202630Ec3c41
Octal33421016204660161474101
Binary110111001000100011100100100110110000111011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8872; }

 p { color: rgb(220,136,114); }

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

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

 a { background-color: rgb(220,136,114); }

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

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

 span { border-color: rgb(220,136,114); }

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