#DC8279

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

Shades of New York Pink #DC8279

Tints of New York Pink #DC8279

Color information

#DC8279 (or 0xDC8279) is unknown color: approx New York Pink. HEX triplet: DC, 82 and 79. RGB value is (220,130,121). Sum of RGB (Red+Green+Blue) = 220+130+121=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8279 is #237D86. Grayscale: #9C9C9C. Windows color (decimal): -2325895 or 7963356. OLE color: 7963356.

HSL color Cylindrical-coordinate representation of color #DC8279: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8279 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220130121-
CMYK00.410.450.14
HSL5.45º58.58%66.86%-
HSV(B)5.45º45%86.27%-
XYZ40.9532.5622.22-
YUV155.88108.32173.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=46.71%
G=27.60%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013012100.410.450.145.4558.5866.86
HexDC82790292DE53b43
Octal3342021710515516573103
Binary11011100100000101111001010100110110111101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8279; }

 p { color: rgb(220,130,121); }

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

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

 a { background-color: rgb(220,130,121); }

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

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

 span { border-color: rgb(220,130,121); }

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