#DC7D68

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

Shades of New York Pink #DC7D68

Tints of New York Pink #DC7D68

Color information

#DC7D68 (or 0xDC7D68) is unknown color: approx New York Pink. HEX triplet: DC, 7D and 68. RGB value is (220,125,104). Sum of RGB (Red+Green+Blue) = 220+125+104=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D68 is #238297. Grayscale: #979797. Windows color (decimal): -2327192 or 6847964. OLE color: 6847964.

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

Color convert

RGB220125104-
CMYK00.430.530.14
HSL10.86º62.37%63.53%-
HSV(B)10.86º52.73%86.27%-
XYZ39.3530.8816.98-
YUV151.01101.47177.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=49.00%
G=27.84%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012510400.430.530.1410.8662.3763.53
HexDC7D6802B35Eb3e40
Octal33417515005365161376100
Binary11011100111110111010000101011110101111010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D68; }

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

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

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

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

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

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

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

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