#DC8B77

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

Shades of New York Pink #DC8B77

Tints of New York Pink #DC8B77

Color information

#DC8B77 (or 0xDC8B77) is unknown color: approx New York Pink. HEX triplet: DC, 8B and 77. RGB value is (220,139,119). Sum of RGB (Red+Green+Blue) = 220+139+119=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B77 is #237488. Grayscale: #A1A1A1. Windows color (decimal): -2323593 or 7834588. OLE color: 7834588.

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

Color convert

RGB220139119-
CMYK00.370.460.14
HSL11.88º59.06%66.47%-
HSV(B)11.88º45.91%86.27%-
XYZ42.0835.0121.99-
YUV160.94104.34170.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=46.03%
G=29.08%
B=24.90%

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
Decimal22013911900.370.460.1411.8859.0666.47
HexDC8B770252EEc3b42
Octal33421316704556161473102
Binary110111001000101111101110100101101110111011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B77; }

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

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

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

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

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

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

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

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