#DC8479

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

Shades of New York Pink #DC8479

Tints of New York Pink #DC8479

Color information

#DC8479 (or 0xDC8479) is unknown color: approx New York Pink. HEX triplet: DC, 84 and 79. RGB value is (220,132,121). Sum of RGB (Red+Green+Blue) = 220+132+121=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8479 is #237B86. Grayscale: #9D9D9D. Windows color (decimal): -2325383 or 7963868. OLE color: 7963868.

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

Color convert

RGB220132121-
CMYK00.400.450.14
HSL6.67º58.58%66.86%-
HSV(B)6.67º45%86.27%-
XYZ41.2233.122.31-
YUV157.06107.65172.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=46.51%
G=27.91%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013212100.400.450.146.6758.5866.86
HexDC84790282DE73b43
Octal3342041710505516773103
Binary11011100100001001111001010100010110111101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8479; }

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

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

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

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

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

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

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

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