Shades of New York Pink #DC776C
Tints of New York Pink #DC776C
RGB
CMYK
RGB Variations
Color information
#DC776C (or 0xDC776C) is known color: New York Pink. HEX triplet: DC, 77 and 6C. RGB value is (220,119,108). Sum of RGB (Red+Green+Blue) = 220+119+108=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC776C is #238893. Grayscale: #949494. Windows color (decimal): -2328724 or 7108572. OLE color: 7108572.
HSL color Cylindrical-coordinate representation of color #DC776C: hue angle of 5.89º 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 #DC776C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 108 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.14 |
| HSL | 5.89º | 0.62% | 0.64% | - |
| HSV(B) | 5.89º | 0.51% | 0.86% | - |
| XYZ | 38.82 | 29.49 | 17.83 | - |
| YUV | 147.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 108 | 0 | 0.46 | 0.51 | 0.14 | 5.89 | 0.62 | 0.64 |
| Hex | DC | 77 | 6C | 0 | 2E | 33 | E | 6 | 3E | 40 |
| Octal | 334 | 167 | 154 | 0 | 56 | 63 | 16 | 6 | 76 | 100 |
| Binary | 11011100 | 1110111 | 1101100 | 0 | 101110 | 110011 | 1110 | 110 | 111110 | 1000000 |
Color Harmonies of #DC776C
Complementary color
Monochromatic Colors of #DC776C
Black with #DC776C
Text Example
Text Example
White with #DC776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC776C; }
p { color: rgb(220,119,108); }
H1.HeaderClassName
{
color: #DC776C;
}
.AnyTagClassName
{
color: #DC776C;
}
</style>
background-color css
<style>
a { background-color: #DC776C; }
a { background-color: rgb(220,119,108); }
div.DivClassName
{
background-color: #DC776C;
}
.BgClassName
{
background-color: #DC776C;
}
</style>
border-color css
<style>
span { border-color: #DC776C; }
span { border-color: rgb(220,119,108); }
td.TdClassName
{
border-color: #DC776C;
}
.TagClassName
{
border-color: #DC776C;
}
</style>