Shades of New York Pink #DC7C68
Tints of New York Pink #DC7C68
RGB
CMYK
RGB Variations
Color information
#DC7C68 (or 0xDC7C68) is known color: New York Pink. HEX triplet: DC, 7C and 68. RGB value is (220,124,104). Sum of RGB (Red+Green+Blue) = 220+124+104=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C68 is #238397. Grayscale: #969696. Windows color (decimal): -2327448 or 6847708. OLE color: 6847708.
HSL color Cylindrical-coordinate representation of color #DC7C68: hue angle of 10.34º 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 #DC7C68 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 104 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.14 |
| HSL | 10.34º | 0.62% | 0.64% | - |
| HSV(B) | 10.34º | 0.53% | 0.86% | - |
| XYZ | 39.22 | 30.63 | 16.94 | - |
| YUV | 150.42 | 101.8 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 104 | 0 | 0.44 | 0.53 | 0.14 | 10.34 | 0.62 | 0.64 |
| Hex | DC | 7C | 68 | 0 | 2C | 35 | E | A | 3E | 40 |
| Octal | 334 | 174 | 150 | 0 | 54 | 65 | 16 | 12 | 76 | 100 |
| Binary | 11011100 | 1111100 | 1101000 | 0 | 101100 | 110101 | 1110 | 1010 | 111110 | 1000000 |
Color Harmonies of #DC7C68
Complementary color
Monochromatic Colors of #DC7C68
Black with #DC7C68
Text Example
Text Example
White with #DC7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C68; }
p { color: rgb(220,124,104); }
H1.HeaderClassName
{
color: #DC7C68;
}
.AnyTagClassName
{
color: #DC7C68;
}
</style>
background-color css
<style>
a { background-color: #DC7C68; }
a { background-color: rgb(220,124,104); }
div.DivClassName
{
background-color: #DC7C68;
}
.BgClassName
{
background-color: #DC7C68;
}
</style>
border-color css
<style>
span { border-color: #DC7C68; }
span { border-color: rgb(220,124,104); }
td.TdClassName
{
border-color: #DC7C68;
}
.TagClassName
{
border-color: #DC7C68;
}
</style>