#DC8A77

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

Shades of New York Pink #DC8A77

Tints of New York Pink #DC8A77

Color information

#DC8A77 (or 0xDC8A77) is unknown color: approx New York Pink. HEX triplet: DC, 8A and 77. RGB value is (220,138,119). Sum of RGB (Red+Green+Blue) = 220+138+119=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A77 is #237588. Grayscale: #A0A0A0. Windows color (decimal): -2323849 or 7834332. OLE color: 7834332.

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

Color convert

RGB220138119-
CMYK00.370.460.14
HSL11.29º59.06%66.47%-
HSV(B)11.29º45.91%86.27%-
XYZ41.9334.7221.95-
YUV160.35104.67170.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=46.12%
G=28.93%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013811900.370.460.1411.2959.0666.47
HexDC8A770252EEb3b42
Octal33421216704556161373102
Binary110111001000101011101110100101101110111010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8A77; }

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

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

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

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

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

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

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

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