Shades of New York Pink #DC7F6C
Tints of New York Pink #DC7F6C
RGB
CMYK
RGB Variations
Color information
#DC7F6C (or 0xDC7F6C) is known color: New York Pink. HEX triplet: DC, 7F and 6C. RGB value is (220,127,108). Sum of RGB (Red+Green+Blue) = 220+127+108=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F6C is #238093. Grayscale: #989898. Windows color (decimal): -2326676 or 7110620. OLE color: 7110620.
HSL color Cylindrical-coordinate representation of color #DC7F6C: hue angle of 10.18º 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 #DC7F6C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 108 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.14 |
| HSL | 10.18º | 0.62% | 0.64% | - |
| HSV(B) | 10.18º | 0.51% | 0.86% | - |
| XYZ | 39.81 | 31.48 | 18.16 | - |
| YUV | 152.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 108 | 0 | 0.42 | 0.51 | 0.14 | 10.18 | 0.62 | 0.64 |
| Hex | DC | 7F | 6C | 0 | 2A | 33 | E | A | 3E | 40 |
| Octal | 334 | 177 | 154 | 0 | 52 | 63 | 16 | 12 | 76 | 100 |
| Binary | 11011100 | 1111111 | 1101100 | 0 | 101010 | 110011 | 1110 | 1010 | 111110 | 1000000 |
Color Harmonies of #DC7F6C
Complementary color
Monochromatic Colors of #DC7F6C
Black with #DC7F6C
Text Example
Text Example
White with #DC7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F6C; }
p { color: rgb(220,127,108); }
H1.HeaderClassName
{
color: #DC7F6C;
}
.AnyTagClassName
{
color: #DC7F6C;
}
</style>
background-color css
<style>
a { background-color: #DC7F6C; }
a { background-color: rgb(220,127,108); }
div.DivClassName
{
background-color: #DC7F6C;
}
.BgClassName
{
background-color: #DC7F6C;
}
</style>
border-color css
<style>
span { border-color: #DC7F6C; }
span { border-color: rgb(220,127,108); }
td.TdClassName
{
border-color: #DC7F6C;
}
.TagClassName
{
border-color: #DC7F6C;
}
</style>