Shades of New York Pink #DC8677
Tints of New York Pink #DC8677
RGB
CMYK
RGB Variations
Color information
#DC8677 (or 0xDC8677) is known color: New York Pink. HEX triplet: DC, 86 and 77. RGB value is (220,134,119). Sum of RGB (Red+Green+Blue) = 220+134+119=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8677 is #237988. Grayscale: #9E9E9E. Windows color (decimal): -2324873 or 7833308. OLE color: 7833308.
HSL color Cylindrical-coordinate representation of color #DC8677: hue angle of 8.91º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8677 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 119 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.14 |
| HSL | 8.91º | 0.59% | 0.66% | - |
| HSV(B) | 8.91º | 0.46% | 0.86% | - |
| XYZ | 41.37 | 33.6 | 21.76 | - |
| YUV | 158 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 119 | 0 | 0.39 | 0.46 | 0.14 | 8.91 | 0.59 | 0.66 |
| Hex | DC | 86 | 77 | 0 | 27 | 2E | E | 9 | 3B | 42 |
| Octal | 334 | 206 | 167 | 0 | 47 | 56 | 16 | 11 | 73 | 102 |
| Binary | 11011100 | 10000110 | 1110111 | 0 | 100111 | 101110 | 1110 | 1001 | 111011 | 1000010 |
Color Harmonies of #DC8677
Complementary color
Monochromatic Colors of #DC8677
Black with #DC8677
Text Example
Text Example
White with #DC8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8677; }
p { color: rgb(220,134,119); }
H1.HeaderClassName
{
color: #DC8677;
}
.AnyTagClassName
{
color: #DC8677;
}
</style>
background-color css
<style>
a { background-color: #DC8677; }
a { background-color: rgb(220,134,119); }
div.DivClassName
{
background-color: #DC8677;
}
.BgClassName
{
background-color: #DC8677;
}
</style>
border-color css
<style>
span { border-color: #DC8677; }
span { border-color: rgb(220,134,119); }
td.TdClassName
{
border-color: #DC8677;
}
.TagClassName
{
border-color: #DC8677;
}
</style>