#dc7b73

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

Shades of New York Pink #DC7B73

Tints of New York Pink #DC7B73

Color information

#DC7B73 (or 0xDC7B73) is unknown color: approx New York Pink. HEX triplet: DC, 7B and 73. RGB value is (220,123,115). Sum of RGB (Red+Green+Blue) = 220+123+115=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B73 is #23848C. Grayscale: #979797. Windows color (decimal): -2327693 or 7568348. OLE color: 7568348.

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

Color convert

RGB220123115-
CMYK00.440.480.14
HSL4.57º60%65.69%-
HSV(B)4.57º47.73%86.27%-
XYZ39.6930.6220.04-
YUV151.09107.64177.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=48.03%
G=26.86%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012311500.440.480.144.576065.69
HexDC7B7302C30E53c42
Octal3341731630546016574102
Binary1101110011110111110011010110011000011101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7b73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7b73; }

 p { color: rgb(220,123,115); }

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

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

 a { background-color: rgb(220,123,115); }

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

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

 span { border-color: rgb(220,123,115); }

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