Shades of New York Pink #DC7C6C
Tints of New York Pink #DC7C6C
RGB
CMYK
RGB Variations
Color information
#DC7C6C (or 0xDC7C6C) is known color: New York Pink. HEX triplet: DC, 7C and 6C. RGB value is (220,124,108). Sum of RGB (Red+Green+Blue) = 220+124+108=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C6C is #238393. Grayscale: #979797. Windows color (decimal): -2327444 or 7109852. OLE color: 7109852.
HSL color Cylindrical-coordinate representation of color #DC7C6C: hue angle of 8.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7C6C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 108 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.14 |
| HSL | 8.57º | 0.62% | 0.64% | - |
| HSV(B) | 8.57º | 0.51% | 0.86% | - |
| XYZ | 39.43 | 30.71 | 18.04 | - |
| YUV | 150.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 108 | 0 | 0.44 | 0.51 | 0.14 | 8.57 | 0.62 | 0.64 |
| Hex | DC | 7C | 6C | 0 | 2C | 33 | E | 9 | 3E | 40 |
| Octal | 334 | 174 | 154 | 0 | 54 | 63 | 16 | 11 | 76 | 100 |
| Binary | 11011100 | 1111100 | 1101100 | 0 | 101100 | 110011 | 1110 | 1001 | 111110 | 1000000 |
Color Harmonies of #DC7C6C
Complementary color
Monochromatic Colors of #DC7C6C
Black with #DC7C6C
Text Example
Text Example
White with #DC7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C6C; }
p { color: rgb(220,124,108); }
H1.HeaderClassName
{
color: #DC7C6C;
}
.AnyTagClassName
{
color: #DC7C6C;
}
</style>
background-color css
<style>
a { background-color: #DC7C6C; }
a { background-color: rgb(220,124,108); }
div.DivClassName
{
background-color: #DC7C6C;
}
.BgClassName
{
background-color: #DC7C6C;
}
</style>
border-color css
<style>
span { border-color: #DC7C6C; }
span { border-color: rgb(220,124,108); }
td.TdClassName
{
border-color: #DC7C6C;
}
.TagClassName
{
border-color: #DC7C6C;
}
</style>