#DC8775

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

Shades of New York Pink #DC8775

Tints of New York Pink #DC8775

Color information

#DC8775 (or 0xDC8775) is unknown color: approx New York Pink. HEX triplet: DC, 87 and 75. RGB value is (220,135,117). Sum of RGB (Red+Green+Blue) = 220+135+117=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8775 is #23788A. Grayscale: #9E9E9E. Windows color (decimal): -2324619 or 7702492. OLE color: 7702492.

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

Color convert

RGB220135117-
CMYK00.390.470.14
HSL10.49º59.54%66.08%-
HSV(B)10.49º46.82%86.27%-
XYZ41.3933.8321.18-
YUV158.36104.66171.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=46.61%
G=28.60%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013511700.390.470.1410.4959.5466.08
HexDC87750272FEa3c42
Octal33420716504757161274102
Binary110111001000011111101010100111101111111010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8775; }

 p { color: rgb(220,135,117); }

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

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

 a { background-color: rgb(220,135,117); }

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

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

 span { border-color: rgb(220,135,117); }

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