Shades of New York Pink #D6776B
Tints of New York Pink #D6776B
RGB
CMYK
RGB Variations
Color information
#D6776B (or 0xD6776B) is known color: New York Pink. HEX triplet: D6, 77 and 6B. RGB value is (214,119,107). Sum of RGB (Red+Green+Blue) = 214+119+107=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6776B is #298894. Grayscale: #929292. Windows color (decimal): -2721941 or 7043030. OLE color: 7043030.
HSL color Cylindrical-coordinate representation of color #D6776B: hue angle of 6.73º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6776B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 107 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.16 |
| HSL | 6.73º | 0.57% | 0.63% | - |
| HSV(B) | 6.73º | 0.5% | 0.84% | - |
| XYZ | 36.98 | 28.55 | 17.47 | - |
| YUV | 146.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 107 | 0 | 0.44 | 0.50 | 0.16 | 6.73 | 0.57 | 0.63 |
| Hex | D6 | 77 | 6B | 0 | 2C | 32 | 10 | 7 | 39 | 3F |
| Octal | 326 | 167 | 153 | 0 | 54 | 62 | 20 | 7 | 71 | 77 |
| Binary | 11010110 | 1110111 | 1101011 | 0 | 101100 | 110010 | 10000 | 111 | 111001 | 111111 |
Color Harmonies of #D6776B
Complementary color
Monochromatic Colors of #D6776B
Black with #D6776B
Text Example
Text Example
White with #D6776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6776B; }
p { color: rgb(214,119,107); }
H1.HeaderClassName
{
color: #D6776B;
}
.AnyTagClassName
{
color: #D6776B;
}
</style>
background-color css
<style>
a { background-color: #D6776B; }
a { background-color: rgb(214,119,107); }
div.DivClassName
{
background-color: #D6776B;
}
.BgClassName
{
background-color: #D6776B;
}
</style>
border-color css
<style>
span { border-color: #D6776B; }
span { border-color: rgb(214,119,107); }
td.TdClassName
{
border-color: #D6776B;
}
.TagClassName
{
border-color: #D6776B;
}
</style>