#DC7B69

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

Shades of New York Pink #DC7B69

Tints of New York Pink #DC7B69

Color information

#DC7B69 (or 0xDC7B69) is unknown color: approx New York Pink. HEX triplet: DC, 7B and 69. RGB value is (220,123,105). Sum of RGB (Red+Green+Blue) = 220+123+105=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B69 is #238496. Grayscale: #969696. Windows color (decimal): -2327703 or 6912988. OLE color: 6912988.

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

Color convert

RGB220123105-
CMYK00.440.520.14
HSL9.39º62.16%63.73%-
HSV(B)9.39º52.27%86.27%-
XYZ39.1530.417.17-
YUV149.95102.64177.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=49.11%
G=27.46%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012310500.440.520.149.3962.1663.73
HexDC7B6902C34E93e40
Octal33417315105464161176100
Binary11011100111101111010010101100110100111010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7B69; }

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

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

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

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

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

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

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

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