#dc7d66

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

Shades of New York Pink #DC7D66

Tints of New York Pink #DC7D66

Color information

#DC7D66 (or 0xDC7D66) is unknown color: approx New York Pink. HEX triplet: DC, 7D and 66. RGB value is (220,125,102). Sum of RGB (Red+Green+Blue) = 220+125+102=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D66 is #238299. Grayscale: #969696. Windows color (decimal): -2327194 or 6716892. OLE color: 6716892.

HSL color Cylindrical-coordinate representation of color #DC7D66: hue angle of 11.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC7D66 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220125102-
CMYK00.430.540.14
HSL11.69º62.77%63.14%-
HSV(B)11.69º53.64%86.27%-
XYZ39.2530.8416.45-
YUV150.78100.47177.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=49.22%
G=27.96%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012510200.430.540.1411.6962.7763.14
HexDC7D6602B36Ec3f3f
Octal3341751460536616147777
Binary1101110011111011100110010101111011011101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7d66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7d66; }

 p { color: rgb(220,125,102); }

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

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

 a { background-color: rgb(220,125,102); }

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

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

 span { border-color: rgb(220,125,102); }

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